[neon/extras/labplot/Neon/release-lts] /: New release

Neon CI null at kde.org
Sat Mar 27 06:52:15 GMT 2021


Git commit b0c0f2d7eaed502347fed33be862a53d19a1b13a by Neon CI.
Committed on 27/03/2021 at 06:52.
Pushed by neon-jenkins into branch 'Neon/release-lts'.

New release

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

https://invent.kde.org/neon/extras/labplot/commit/b0c0f2d7eaed502347fed33be862a53d19a1b13a

diff --git a/debian/changelog b/debian/changelog
index c30772c..5ecf783 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+labplot (2.8.2-0neon) focal; urgency=medium
+
+  * New release
+
+ -- Neon CI <neon at kde.org>  Sat, 27 Mar 2021 06:52:04 +0000
+
 labplot (2.8.1-0neon) focal; urgency=medium
 
   * New release
diff --git a/snapcraft.yaml b/snapcraft.yaml
index 3a44da8..6865542 100644
--- a/snapcraft.yaml
+++ b/snapcraft.yaml
@@ -1,6 +1,6 @@
 ---
 name: labplot
-version: 2.8.1
+version: 2.8.2
 confinement: strict
 grade: stable
 base: core20
@@ -43,8 +43,10 @@ parts:
     patches:
         source: patch/
         plugin: dump
-        prime: [-*]
-        stage: [std-isnan.diff]
+        prime:
+        - "-*"
+        stage:
+        - std-isnan.diff
     labplot:
         parse-info:
         - usr/share/metainfo/org.kde.labplot2.appdata.xml
@@ -55,8 +57,8 @@ parts:
         - patches
         plugin: cmake
         build-environment:
-        - CMAKE_BUILD_PARALLEL_LEVEL: "4"
-        - VERBOSE: "1"
+        -   CMAKE_BUILD_PARALLEL_LEVEL: '4'
+        -   VERBOSE: '1'
         override-build: |-
             cd $SNAPCRAFT_PART_SRC
             patch -p1 < $SNAPCRAFT_STAGE/std-isnan.diff
@@ -126,7 +128,7 @@ parts:
         - libtiff5
         - libwebp6
         - libwind0-heimdal
-        source: https://download.kde.org/stable/labplot/2.8.1/labplot-2.8.1.tar.xz
+        source: https://download.kde.org/stable/labplot/2.8.2/labplot-2.8.2.tar.xz
         cmake-parameters:
         - "-DKDE_INSTALL_USE_QT_SYS_PATHS=ON"
         - "-DCMAKE_INSTALL_PREFIX=/usr"


More information about the Neon-commits mailing list