Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdiamond for openSUSE:Factory checked in at 2024-11-08 11:57:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdiamond (Old) and /work/SRC/openSUSE:Factory/.kdiamond.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdiamond" Fri Nov 8 11:57:43 2024 rev:150 rq:1222289 version:24.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kdiamond/kdiamond.changes 2024-10-12 13:33:24.975407049 +0200 +++ /work/SRC/openSUSE:Factory/.kdiamond.new.2017/kdiamond.changes 2024-11-08 12:01:22.490453703 +0100 @@ -1,0 +2,10 @@ +Tue Nov 5 10:43:14 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: ---- kdiamond-24.08.2.tar.xz kdiamond-24.08.2.tar.xz.sig New: ---- kdiamond-24.08.3.tar.xz kdiamond-24.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdiamond.spec ++++++ --- /var/tmp/diff_new_pack.sCvqV4/_old 2024-11-08 12:01:23.170482062 +0100 +++ /var/tmp/diff_new_pack.sCvqV4/_new 2024-11-08 12:01:23.174482229 +0100 @@ -21,7 +21,7 @@ %bcond_without released Name: kdiamond -Version: 24.08.2 +Version: 24.08.3 Release: 0 Summary: Single player puzzle game License: GPL-2.0-or-later ++++++ kdiamond-24.08.2.tar.xz -> kdiamond-24.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-24.08.2/CMakeLists.txt new/kdiamond-24.08.3/CMakeLists.txt --- old/kdiamond-24.08.2/CMakeLists.txt 2024-10-06 20:49:22.000000000 +0200 +++ new/kdiamond-24.08.3/CMakeLists.txt 2024-10-31 00:43:22.000000000 +0100 @@ -3,7 +3,7 @@ # KDE Application 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_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(kdiamond VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-24.08.2/snapcraft.yaml new/kdiamond-24.08.3/snapcraft.yaml --- old/kdiamond-24.08.2/snapcraft.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/kdiamond-24.08.3/snapcraft.yaml 2024-10-31 00:43:22.000000000 +0100 @@ -0,0 +1,79 @@ +# SPDX-FileCopyrightText: 2024 Scarlett Moore <sgmo...@kde.org> +# +# SPDX-License-Identifier: CC0-1.0 +--- +name: kdiamond +confinement: strict +grade: stable +base: core22 +adopt-info: kdiamond +apps: + kdiamond: + extensions: + - kde-neon-6 + common-id: org.kde.kdiamond.desktop + desktop: usr/share/applications/org.kde.kdiamond.desktop + command: usr/bin/kdiamond + plugs: + - audio-record +slots: + session-dbus-interface: + interface: dbus + name: org.kde.kdiamond + 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: + kdiamond: + parse-info: + - usr/share/metainfo/org.kde.kdiamond.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 + 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: + - kdiamond + 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/kdiamond-24.08.2/src/org.kde.kdiamond.appdata.xml new/kdiamond-24.08.3/src/org.kde.kdiamond.appdata.xml --- old/kdiamond-24.08.2/src/org.kde.kdiamond.appdata.xml 2024-10-06 20:49:22.000000000 +0200 +++ new/kdiamond-24.08.3/src/org.kde.kdiamond.appdata.xml 2024-10-31 00:43:22.000000000 +0100 @@ -175,6 +175,7 @@ <binary>kdiamond</binary> </provides> <releases> + <release version="24.08.3" date="2024-11-07"/> <release version="24.08.2" date="2024-10-10"/> <release version="24.08.1" date="2024-09-12"/> <release version="24.08.0" date="2024-08-22"/>