[neon/kde/knights/Neon/release-lts] /: New release
Neon CI
null at kde.org
Mon Apr 19 11:24:41 BST 2021
Git commit 7b79323deea7077e93c981ef1051c0e571e80f21 by Neon CI.
Committed on 19/04/2021 at 10:24.
Pushed by neon-jenkins into branch 'Neon/release-lts'.
New release
M +6 -0 debian/changelog
M +7 -6 snapcraft.yaml
https://invent.kde.org/neon/kde/knights/commit/7b79323deea7077e93c981ef1051c0e571e80f21
diff --git a/debian/changelog b/debian/changelog
index de1d8ad..c5e2961 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+knights (21.04.0-0neon) focal; urgency=medium
+
+ * New release
+
+ -- Neon CI <neon at kde.org> Mon, 19 Apr 2021 10:24:33 +0000
+
knights (20.12.3-0neon) focal; urgency=medium
* New release
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 5a6d124..852a50f 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -41,10 +41,10 @@ package-repositories:
url: http://origin.archive.neon.kde.org/user
key-server: keyserver.ubuntu.com
layout:
- /usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib:
- bind: $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib
- /usr/share/alsa:
- bind: $SNAP/usr/share/alsa
+ "/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib":
+ bind: "$SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib"
+ "/usr/share/alsa":
+ bind: "$SNAP/usr/share/alsa"
parts:
knights:
parse-info:
@@ -55,8 +55,8 @@ parts:
- kde-frameworks-5-env
plugin: cmake
build-environment:
- - CMAKE_BUILD_PARALLEL_LEVEL: "4"
- source: http://download.kde.org/stable/release-service/20.12.3/src/knights-20.12.3.tar.xz
+ - CMAKE_BUILD_PARALLEL_LEVEL: '4'
+ source: http://download.kde.org/stable/release-service/21.04.0/src/knights-21.04.0.tar.xz
build-packages:
- libkf5doctools-dev
stage-packages:
@@ -91,3 +91,4 @@ parts:
kde-frameworks-5-env:
plugin: dump
source: https://invent.kde.org/packaging/snap-kf5-launcher.git
+version: 21.04.0
More information about the Neon-commits
mailing list