[neon/kde/bomber/Neon/release-lts] /: New release

Neon CI null at kde.org
Mon Apr 19 11:18:35 BST 2021


Git commit cd1e49d097e1cc7dd7d79caca50618e2dc9f1a8d by Neon CI.
Committed on 19/04/2021 at 10:18.
Pushed by neon-jenkins into branch 'Neon/release-lts'.

New release

M  +6    -0    debian/changelog
M  +8    -7    snapcraft.yaml

https://invent.kde.org/neon/kde/bomber/commit/cd1e49d097e1cc7dd7d79caca50618e2dc9f1a8d

diff --git a/debian/changelog b/debian/changelog
index fcb4942..1fcbb10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bomber (4:21.04.0-0neon) focal; urgency=medium
+
+  * New release
+
+ -- Neon CI <neon at kde.org>  Mon, 19 Apr 2021 10:18:27 +0000
+
 bomber (4:20.12.3-0neon) focal; urgency=medium
 
   * New release
diff --git a/snapcraft.yaml b/snapcraft.yaml
index bb16c6e..7d322ca 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -40,10 +40,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:
     bomber:
         build-snaps:
@@ -51,12 +51,12 @@ parts:
         after:
         - kde-frameworks-5-env
         plugin: cmake
-        source: http://download.kde.org/stable/release-service/20.12.3/src/bomber-20.12.3.tar.xz
+        source: http://download.kde.org/stable/release-service/21.04.0/src/bomber-21.04.0.tar.xz
         build-packages:
         - libkf5doctools-dev
         build-environment:
-        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
-        - VERBOSE: "1"
+        -   CMAKE_BUILD_PARALLEL_LEVEL: '4'
+        -   VERBOSE: '1'
         stage-packages:
         - libasound2-data
         - libasound2-plugins
@@ -87,3 +87,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