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

Neon CI null at kde.org
Mon Apr 19 11:26:41 BST 2021


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

New release

M  +6    -0    debian/changelog
M  +5    -6    snapcraft.yaml

https://invent.kde.org/neon/kde/ksudoku/commit/52563236f0a4a901472afb5b35c9f81a161a5a72

diff --git a/debian/changelog b/debian/changelog
index a2c07d6..5446839 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ksudoku (4:21.04.0-0neon) focal; urgency=medium
+
+  * New release
+
+ -- Neon CI <neon at kde.org>  Mon, 19 Apr 2021 10:26:32 +0000
+
 ksudoku (4:20.12.3-0neon) focal; urgency=medium
 
   * New release
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 5cba2f3..49f57a9 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -43,7 +43,8 @@ parts:
     patches:
         source: patches/
         plugin: dump
-        stage: [qtglobal.diff]
+        stage:
+        - qtglobal.diff
     ksudoku:
         parse-info:
         - usr/share/metainfo/org.kde.ksudoku.appdata.xml
@@ -53,8 +54,7 @@ parts:
         - kde-frameworks-5-env
         - patches
         build-environment:
-        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
-        - VERBOSE: "1"
+        -   VERBOSE: '1'
         plugin: cmake
         override-build: |-
             cd $SNAPCRAFT_PART_SRC
@@ -62,9 +62,7 @@ parts:
             snapcraftctl build
         build-packages:
         - libkf5doctools-dev
-        source: http://download.kde.org/stable/release-service/20.12.3/src/ksudoku-20.12.3.tar.xz
-        build-environment:
-        - VERBOSE: "1"
+        source: http://download.kde.org/stable/release-service/21.04.0/src/ksudoku-21.04.0.tar.xz
         cmake-parameters:
         - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
         - "-DCMAKE_INSTALL_PREFIX=/usr"
@@ -89,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