Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kjumpingcube for openSUSE:Factory 
checked in at 2024-11-08 11:58:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kjumpingcube (Old)
 and      /work/SRC/openSUSE:Factory/.kjumpingcube.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kjumpingcube"

Fri Nov  8 11:58:06 2024 rev:151 rq:1222317 version:24.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kjumpingcube/kjumpingcube.changes        
2024-10-12 13:33:56.872730505 +0200
+++ /work/SRC/openSUSE:Factory/.kjumpingcube.new.2017/kjumpingcube.changes      
2024-11-08 12:02:04.416202174 +0100
@@ -1,0 +2,10 @@
+Tue Nov  5 10:43:27 UTC 2024 - Christophe Marin <christo...@krop.fr>
+
+- Update to 24.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/24.08.3/
+- Changes since 24.08.2:
+  * snapcraft: Release stable branch.
+
+-------------------------------------------------------------------

Old:
----
  kjumpingcube-24.08.2.tar.xz
  kjumpingcube-24.08.2.tar.xz.sig

New:
----
  kjumpingcube-24.08.3.tar.xz
  kjumpingcube-24.08.3.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kjumpingcube.spec ++++++
--- /var/tmp/diff_new_pack.WM49mM/_old  2024-11-08 12:02:04.892222040 +0100
+++ /var/tmp/diff_new_pack.WM49mM/_new  2024-11-08 12:02:04.892222040 +0100
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           kjumpingcube
-Version:        24.08.2
+Version:        24.08.3
 Release:        0
 Summary:        Tactical board game
 License:        GPL-2.0-or-later


++++++ kjumpingcube-24.08.2.tar.xz -> kjumpingcube-24.08.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjumpingcube-24.08.2/CMakeLists.txt 
new/kjumpingcube-24.08.3/CMakeLists.txt
--- old/kjumpingcube-24.08.2/CMakeLists.txt     2024-10-06 20:51:19.000000000 
+0200
+++ new/kjumpingcube-24.08.3/CMakeLists.txt     2024-10-31 00:45:00.000000000 
+0100
@@ -3,7 +3,7 @@
 # Release Service version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "24")
 set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "2")
+set (RELEASE_SERVICE_VERSION_MICRO "3")
 set (RELEASE_SERVICE_COMPACT_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}${RELEASE_SERVICE_VERSION_MINOR}${RELEASE_SERVICE_VERSION_MICRO}")
 
 # Bump KJUMPINGCUBE_BASE_VERSION once new features are added
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kjumpingcube-24.08.2/snapcraft.yaml 
new/kjumpingcube-24.08.3/snapcraft.yaml
--- old/kjumpingcube-24.08.2/snapcraft.yaml     1970-01-01 01:00:00.000000000 
+0100
+++ new/kjumpingcube-24.08.3/snapcraft.yaml     2024-10-31 00:45:00.000000000 
+0100
@@ -0,0 +1,82 @@
+# SPDX-FileCopyrightText: 2024 Scarlett Moore <sgmo...@kde.org>
+#
+# SPDX-License-Identifier: CC0-1.0
+---
+name: kjumpingcube
+confinement: strict
+grade: stable
+base: core22
+adopt-info: kjumpingcube
+apps:
+  kjumpingcube:
+    extensions:
+      - kde-neon-6
+    common-id: org.kde.kjumpingcube.desktop
+    desktop: usr/share/applications/org.kde.kjumpingcube.desktop
+    command: usr/bin/kjumpingcube
+    plugs:
+      - audio-record
+slots:
+  session-dbus-interface:
+    interface: dbus
+    name: org.kde.kjumpingcube
+    bus: session
+package-repositories:
+  - type: apt
+    components:
+      - main
+    suites:
+      - jammy
+    key-id: 444DABCF3667D0283F894EDDE6D4736255751E5D
+    url: http://origin.archive.neon.kde.org/user
+    key-server: keyserver.ubuntu.com
+parts:
+  kjumpingcube:
+    parse-info:
+      - usr/share/metainfo/org.kde.kjumpingcube.appdata.xml
+    plugin: cmake
+    source: .
+    source-type: local
+    cmake-parameters:
+      - -DCMAKE_INSTALL_PREFIX=/usr
+      - -DCMAKE_BUILD_TYPE=Release
+      - -DQT_MAJOR_VERSION=6
+      - -DBUILD_WITH_QT6=ON
+      - -DBUILD_TESTING=OFF
+      - -DCMAKE_INSTALL_SYSCONFDIR=/etc
+      - -DCMAKE_INSTALL_LOCALSTATEDIR=/var
+      - -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
+      - -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF
+      - -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
+      - -DCMAKE_INSTALL_RUNSTATEDIR=/run
+      - -DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON
+      - -DCMAKE_VERBOSE_MAKEFILE=ON
+      - -DCMAKE_INSTALL_LIBDIR=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
+      - --log-level=STATUS
+      - -DCMAKE_LIBRARY_PATH=lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR
+    override-pull: |
+      craftctl default
+      patch -p1 < "$CRAFT_PROJECT_DIR/snap/patches/appdata_license.patch"
+    prime:
+      - -usr/lib/*/cmake/*
+      - -usr/include/*
+      - -usr/share/ECM/*
+      - -usr/share/man/*
+      - -usr/bin/X11
+      - -usr/lib/gcc/$CRAFT_ARCH_TRIPLET_BUILD_FOR/6.0.0
+      - -usr/lib/aspell/*
+      - -usr/share/lintian
+  cleanup:
+    after:
+      - kjumpingcube
+    plugin: nil
+    build-snaps:
+      - core22
+      - kf6-core22
+      - qt-common-themes
+    override-prime: |
+      set -eux
+      for snap in "core22" "kf6-core22" "qt-common-themes"; do
+          cd "/snap/$snap/current" && find . -type f,l -exec rm -rf 
"${CRAFT_PRIME}/{}" \;
+      done
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kjumpingcube-24.08.2/src/org.kde.kjumpingcube.appdata.xml 
new/kjumpingcube-24.08.3/src/org.kde.kjumpingcube.appdata.xml
--- old/kjumpingcube-24.08.2/src/org.kde.kjumpingcube.appdata.xml       
2024-10-06 20:51:19.000000000 +0200
+++ new/kjumpingcube-24.08.3/src/org.kde.kjumpingcube.appdata.xml       
2024-10-31 00:45:00.000000000 +0100
@@ -180,6 +180,7 @@
     <binary>kjumpingcube</binary>
   </provides>
   <releases>
+    <release version="2.1.24083" date="2024-11-07"/>
     <release version="2.1.24082" date="2024-10-10"/>
     <release version="2.1.24081" date="2024-09-12"/>
     <release version="2.1.24080" date="2024-08-22"/>

Reply via email to