Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdiamond for openSUSE:Factory checked in at 2023-12-09 22:52:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdiamond (Old) and /work/SRC/openSUSE:Factory/.kdiamond.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdiamond" Sat Dec 9 22:52:06 2023 rev:140 rq:1131842 version:23.08.4 Changes: -------- --- /work/SRC/openSUSE:Factory/kdiamond/kdiamond.changes 2023-11-10 12:34:29.779093932 +0100 +++ /work/SRC/openSUSE:Factory/.kdiamond.new.25432/kdiamond.changes 2023-12-09 22:54:41.574786551 +0100 @@ -1,0 +2,9 @@ +Tue Dec 5 14:19:32 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.08.4 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.08.4/ +- No code change since 23.08.3 + +------------------------------------------------------------------- Old: ---- kdiamond-23.08.3.tar.xz kdiamond-23.08.3.tar.xz.sig New: ---- kdiamond-23.08.4.tar.xz kdiamond-23.08.4.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdiamond.spec ++++++ --- /var/tmp/diff_new_pack.l9Ahqk/_old 2023-12-09 22:54:42.222810331 +0100 +++ /var/tmp/diff_new_pack.l9Ahqk/_new 2023-12-09 22:54:42.222810331 +0100 @@ -18,7 +18,7 @@ %bcond_without released Name: kdiamond -Version: 23.08.3 +Version: 23.08.4 Release: 0 Summary: Single player puzzle game License: GPL-2.0-or-later ++++++ kdiamond-23.08.3.tar.xz -> kdiamond-23.08.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.08.3/CMakeLists.txt new/kdiamond-23.08.4/CMakeLists.txt --- old/kdiamond-23.08.3/CMakeLists.txt 2023-11-04 12:09:06.000000000 +0100 +++ new/kdiamond-23.08.4/CMakeLists.txt 2023-11-30 18:10:50.000000000 +0100 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set(RELEASE_SERVICE_VERSION_MAJOR "23") set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "3") +set(RELEASE_SERVICE_VERSION_MICRO "4") 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-23.08.3/po/zh_CN/kdiamond.po new/kdiamond-23.08.4/po/zh_CN/kdiamond.po --- old/kdiamond-23.08.3/po/zh_CN/kdiamond.po 2023-11-04 12:09:06.000000000 +0100 +++ new/kdiamond-23.08.4/po/zh_CN/kdiamond.po 2023-11-30 18:10:50.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-09-26 00:42+0000\n" -"PO-Revision-Date: 2023-10-21 13:57\n" +"PO-Revision-Date: 2023-11-25 02:32\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.08.3/snapcraft.yaml new/kdiamond-23.08.4/snapcraft.yaml --- old/kdiamond-23.08.3/snapcraft.yaml 2023-11-04 12:09:06.000000000 +0100 +++ new/kdiamond-23.08.4/snapcraft.yaml 2023-11-30 18:10:50.000000000 +0100 @@ -1,3 +1,7 @@ + +# SPDX-FileCopyrightText: 2023 Scarlett Moore <[email protected]> +# +# SPDX-License-Identifier: CC0-1.0 --- name: kdiamond confinement: strict @@ -37,16 +41,16 @@ interface: content target: $SNAP/data-dir/sounds default-provider: gtk-common-themes - kf5-5-110-qt-5-15-11-core22: - content: kf5-5-110-qt-5-15-11-core22-all + kf5-5-111-qt-5-15-11-core22: + content: kf5-5-111-qt-5-15-11-core22-all interface: content - default-provider: kf5-5-110-qt-5-15-11-core22 + default-provider: kf5-5-111-qt-5-15-11-core22 target: $SNAP/kf5 environment: SNAP_DESKTOP_RUNTIME: $SNAP/kf5 GST_PLUGIN_PATH: "$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/gstreamer-1.0" GST_PLUGIN_SYSTEM_PATH: "$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/gstreamer-1.0" - GST_PLUGIN_SCANNER: "$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner" + GST_PLUGIN_SCANNER: "$SNAP/kf5/usr/lib/$CRAFT_ARCH_TRIPLET/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner" hooks: configure: plugs: @@ -80,18 +84,18 @@ source-type: local plugin: make make-parameters: - - PLATFORM_PLUG=kf5-5-110-qt-5-15-11-core22 + - PLATFORM_PLUG=kf5-5-111-qt-5-15-11-core22 build-snaps: - - kf5-5-110-qt-5-15-11-core22-sdk + - kf5-5-111-qt-5-15-11-core22-sdk build-environment: - &id001 - PATH: /snap/kf5-5-110-qt-5-15-11-core22-sdk/current/usr/bin${PATH:+:$PATH} + PATH: /snap/kf5-5-111-qt-5-15-11-core22-sdk/current/usr/bin${PATH:+:$PATH} - &id002 - XDG_DATA_DIRS: $CRAFT_STAGE/usr/share:/snap/kf5-5-110-qt-5-15-11-core22-sdk/current/usr/share:/usr/share${XDG_DATA_DIRS:+:$XDG_DATA_DIRS} + XDG_DATA_DIRS: $CRAFT_STAGE/usr/share:/snap/kf5-5-111-qt-5-15-11-core22-sdk/current/usr/share:/usr/share${XDG_DATA_DIRS:+:$XDG_DATA_DIRS} - &id003 - XDG_CONFIG_HOME: $CRAFT_STAGE/etc/xdg:/snap/kf5-5-110-qt-5-15-11-core22-sdk/current/etc/xdg:/etc/xdg${XDG_CONFIG_HOME:+:$XDG_CONFIG_HOME} + XDG_CONFIG_HOME: $CRAFT_STAGE/etc/xdg:/snap/kf5-5-111-qt-5-15-11-core22-sdk/current/etc/xdg:/etc/xdg${XDG_CONFIG_HOME:+:$XDG_CONFIG_HOME} - &id004 - CRAFT_CMAKE_ARGS: -DCMAKE_FIND_ROOT_PATH=/snap/kf5-5-110-qt-5-15-11-core22-sdk/current${CRAFT_CMAKE_ARGS:+:$CRAFT_CMAKE_ARGS} + CRAFT_CMAKE_ARGS: -DCMAKE_FIND_ROOT_PATH=/snap/kf5-5-111-qt-5-15-11-core22-sdk/current${CRAFT_CMAKE_ARGS:+:$CRAFT_CMAKE_ARGS} knotifications: after: - kde-neon @@ -100,14 +104,14 @@ - libphonon4qt5-dev - libphonon4qt5experimental-dev plugin: cmake - source: https://download.kde.org/stable/frameworks/5.110/knotifications-5.110.0.tar.xz + source: https://download.kde.org/stable/frameworks/5.111/knotifications-5.111.0.tar.xz cmake-parameters: - "-DCMAKE_INSTALL_PREFIX=/usr" - "-DCMAKE_BUILD_TYPE=Release" - "-DENABLE_TESTING=OFF" - "-DBUILD_TESTING=OFF" - "-DKDE_SKIP_TEST_SETTINGS=ON" - - "-DCMAKE_FIND_ROOT_PATH=/usr\\;$CRAFT_STAGE\\;/snap/kf5-5-110-qt-5-15-11-core22-sdk/current" + - "-DCMAKE_FIND_ROOT_PATH=/usr\\;$CRAFT_STAGE\\;/snap/kf5-5-111-qt-5-15-11-core22-sdk/current" - "-DKDE_INSTALL_PLUGINDIR=/usr/lib/$CRAFT_ARCH_TRIPLET/qt5/plugins/" prime: - "-usr/lib/*/cmake/*" @@ -148,6 +152,8 @@ - gstreamer1.0-plugins-ugly - phonon4qt5-backend-gstreamer - oxygen-sounds + stage-snaps: + - khelpcenter plugin: cmake source: . source-type: local @@ -157,19 +163,19 @@ - "-DENABLE_TESTING=OFF" - "-DBUILD_TESTING=OFF" - "-DKDE_SKIP_TEST_SETTINGS=ON" - - "-DCMAKE_FIND_ROOT_PATH=/usr\\;$CRAFT_STAGE\\;/snap/kf5-5-110-qt-5-15-11-core22-sdk/current" + - "-DCMAKE_FIND_ROOT_PATH=/usr\\;$CRAFT_STAGE\\;/snap/kf5-5-111-qt-5-15-11-core22-sdk/current" - "-DKDE_INSTALL_PLUGINDIR=/usr/lib/$CRAFT_ARCH_TRIPLET/qt5/plugins/" prime: - "-usr/lib/*/cmake/*" - "-usr/include/*" - "-usr/share/ECM/*" - - "-usr/share/doc/*" - "-usr/share/man/*" - "-usr/share/icons/breeze-dark*" - "-usr/bin/X11" - "-usr/lib/gcc/$CRAFT_ARCH_TRIPLET/6.0.0" - "-usr/lib/aspell/*" - "-usr/share/lintain" + - "-usr/lib/$CRAFT_ARCH_TRIPLET/libKF5Notifications.so.5.*" build-environment: *id005 cleanup: after: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.08.3/src/kdiamond.notifyrc new/kdiamond-23.08.4/src/kdiamond.notifyrc --- old/kdiamond-23.08.3/src/kdiamond.notifyrc 2023-11-04 12:09:06.000000000 +0100 +++ new/kdiamond-23.08.4/src/kdiamond.notifyrc 2023-11-30 18:10:50.000000000 +0100 @@ -117,6 +117,7 @@ Comment[de]=Die Klänge, die während des Spiels wiedergegeben werden. Comment[el]=ÎÏοι καÏά Ïη διάÏκεια ÏÎ¿Ï ÏαιÏÎ½Î¹Î´Î¹Î¿Ï Comment[en_GB]=Sounds that appear during a game +Comment[eo]=Sonoj kiuj aperas dum ludo Comment[es]=Sonidos que aparecen durante el juego Comment[et]=Mänguaegsed helid Comment[eu]=Jokoan zehar agertuko diren soinuak @@ -169,6 +170,7 @@ Name[de]=Diamanten entfernt Name[el]=ÎÏαιÏÎθηκαν διαμάνÏια Name[en_GB]=Diamonds removed +Name[eo]=Diamantoj forigitaj Name[es]=Diamantes eliminados Name[et]=Teemandid eemaldati Name[eu]=Diamanteak kenduta @@ -221,6 +223,7 @@ Comment[de]=Diamanten wurden entfernt. Comment[el]=Τα διαμάνÏια αÏαιÏÎθηκαν. Comment[en_GB]=Diamonds were removed. +Comment[eo]=Diamantoj estis forigitaj. Comment[es]=Se han eliminado los diamantes. Comment[et]=Teemandid eemaldati. Comment[eu]=Diamanteak kendu dira. @@ -278,6 +281,7 @@ Name[de]=Diamanten verschoben Name[el]=ÎίνηÏη διαμανÏιÏν Name[en_GB]=Diamonds moving +Name[eo]=Diamantoj moviÄas Name[es]=Diamantes moviéndose Name[et]=Teemantide liikumine Name[eu]=Diamanteak mugitzea @@ -330,6 +334,7 @@ Comment[de]=Diamanten werden verschoben. Comment[el]=Τα διαμάνÏια κινοÏνÏαι. Comment[en_GB]=Diamonds are moving. +Comment[eo]=Diamantoj estas moviÄantaj. Comment[es]=Se están moviendo los diamantes. Comment[et]=Teemandid liiguvad. Comment[eu]=Diamanteak mugitzen ari dira. @@ -387,6 +392,7 @@ Name[de]=Spielende Name[el]=ΤÎÎ»Î¿Ï ÏαιÏÎ½Î¹Î´Î¹Î¿Ï Name[en_GB]=Game over +Name[eo]=Ludo finiÄis Name[es]=Fin del juego Name[et]=Mäng võidetud Name[eu]=Jokoa amaitu da @@ -442,6 +448,7 @@ Comment[de]=Die Zeit ist abgelaufen. Comment[el]=ΤÎÎ»Î¿Ï ÏÏÏÎ½Î¿Ï . Comment[en_GB]=Time is up. +Comment[eo]=Tempo elÄerpiÄis. Comment[es]=Se ha terminado el tiempo. Comment[et]=Aeg on läbi. Comment[eu]=Denbora iraungituta diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.08.3/src/org.kde.kdiamond.appdata.xml new/kdiamond-23.08.4/src/org.kde.kdiamond.appdata.xml --- old/kdiamond-23.08.3/src/org.kde.kdiamond.appdata.xml 2023-11-04 12:09:06.000000000 +0100 +++ new/kdiamond-23.08.4/src/org.kde.kdiamond.appdata.xml 2023-11-30 18:10:50.000000000 +0100 @@ -156,10 +156,10 @@ <binary>kdiamond</binary> </provides> <releases> + <release version="23.08.4" date="2023-12-07"/> <release version="23.08.3" date="2023-11-09"/> <release version="23.08.2" date="2023-10-12"/> <release version="23.08.1" date="2023-09-14"/> - <release version="23.08.0" date="2023-08-24"/> </releases> <content_rating type="oars-1.1"/> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.08.3/src/org.kde.kdiamond.desktop new/kdiamond-23.08.4/src/org.kde.kdiamond.desktop --- old/kdiamond-23.08.3/src/org.kde.kdiamond.desktop 2023-11-04 12:09:06.000000000 +0100 +++ new/kdiamond-23.08.4/src/org.kde.kdiamond.desktop 2023-11-30 18:10:50.000000000 +0100 @@ -11,6 +11,7 @@ Name[de]=KDiamond Name[el]=KDiamond Name[en_GB]=KDiamond +Name[eo]=KDiamond Name[es]=KDiamond Name[et]=KDiamond Name[eu]=KDiamond @@ -64,6 +65,7 @@ GenericName[de]=Drei gewinnt GenericName[el]=ΠαιÏνίδι ÏÏιάδÏν GenericName[en_GB]=Three-in-a-row game +GenericName[eo]=Tri-en-vica ludo GenericName[es]=Juego de tres en raya GenericName[et]=Kolm ritta mäng GenericName[eu]=Hiruko artzain-jokoa @@ -116,6 +118,7 @@ Comment[de]=Logikspiel Comment[el]=ΠαιÏνίδι Î»Î¿Î³Î¹ÎºÎ®Ï Comment[en_GB]=Logic game +Comment[eo]=Logika ludo Comment[es]=Juego de lógica Comment[et]=Loogikamäng Comment[eu]=Logika jokoa diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.08.3/themes/default.desktop new/kdiamond-23.08.4/themes/default.desktop --- old/kdiamond-23.08.3/themes/default.desktop 2023-11-04 12:09:06.000000000 +0100 +++ new/kdiamond-23.08.4/themes/default.desktop 2023-11-30 18:10:50.000000000 +0100 @@ -10,6 +10,7 @@ Name[de]=Ãgyptisch Name[el]=ÎιγÏÏÏιο Name[en_GB]=Egyptian +Name[eo]=Egipta Name[es]=Egipcio Name[et]=Egiptus Name[eu]=Egiptokoa @@ -61,6 +62,7 @@ Description[de]=Das ägyptische Design. Description[el]=ÎÎ¹Î³Ï ÏÏÎ¹Î±ÎºÏ Î¸Îμα ÏÏÏ Î». Description[en_GB]=Egyptian style theme. +Description[eo]=Egiptostila etoso. Description[es]=Tema de estilo egipcio. Description[et]=Egiptuse stiilis teema. Description[eu]=Egiptoko estiloko gaia. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.08.3/themes/diamonds.desktop new/kdiamond-23.08.4/themes/diamonds.desktop --- old/kdiamond-23.08.3/themes/diamonds.desktop 2023-11-04 12:09:06.000000000 +0100 +++ new/kdiamond-23.08.4/themes/diamonds.desktop 2023-11-30 18:10:50.000000000 +0100 @@ -10,6 +10,7 @@ Name[de]=Diamanten Name[el]=Diamonds Name[en_GB]=Diamonds +Name[eo]=Diamantoj Name[es]=Diamantes Name[et]=Teemandid Name[eu]=Diamanteak @@ -60,6 +61,7 @@ Description[de]=Ein auf echten Diamanten basierendes Design. Description[el]=Îνα θÎμα βαÏιÏμÎνο Ïε ÏÏαγμαÏÎ¹ÎºÏ ÏαÏÎ¿Ï ÏιαÏÏÎ¹ÎºÏ Î´Î¹Î±Î¼Î±Î½ÏιÏν. Description[en_GB]=A theme based on real looking diamonds. +Description[eo]=Etoso bezita sur diamantoj kij aspektas realaj. Description[es]=Un tema basado en diamantes de apariencia real. Description[et]=Ehtsate teemantidega teema. Description[eu]=Benetakoak diruditen diamanteetan oinarritutako gai bat. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdiamond-23.08.3/themes/funny_zoo.desktop new/kdiamond-23.08.4/themes/funny_zoo.desktop --- old/kdiamond-23.08.3/themes/funny_zoo.desktop 2023-11-04 12:09:06.000000000 +0100 +++ new/kdiamond-23.08.4/themes/funny_zoo.desktop 2023-11-30 18:10:50.000000000 +0100 @@ -10,6 +10,7 @@ Name[de]=Tiervergnügen Name[el]=ÎÏÏÎµÎ¯Î¿Ï Î¶ÏολογικÏÏ ÎºÎ®ÏÎ¿Ï Name[en_GB]=Funny Zoo +Name[eo]=Komika Bestoparko Name[es]=Zoo divertido Name[et]=Lõbus loomaaed Name[eu]=Animali barregarriak @@ -58,6 +59,7 @@ Description[de]=Eine spaÃreiche Zeit im Dschungel. Helfen Sie den Tieren ihre Familien zu finden und achten Sie auf die schwer zu findenden Frösche. Description[el]=Îνα διαÏκεδαÏÏÎ¹ÎºÏ ÏαιÏνίδι ÏÏη ζοÏγκλα. ÎοηθήÏÏε Ïα ζÏα να βÏÎ¿Ï Î½ Ïην οικογÎνειά ÏÎ¿Ï Ï. ÎÏείÏε Ïα κÏÏ Î¼Î¼Îνα βαÏÏαÏάκια. Description[en_GB]=It is a fun time in the jungle! Help animals find their families. And watch out for those hard to find frogs. +Description[eo]=Estas amuza tempo en la Äangalo! Helpu bestojn trovi siajn familiojn. Kaj atentu pri tiuj malfacile troveblaj ranoj. Description[es]=¡Diversión en la jungla! Ayuda a los animales a encontrar a sus familias. Y cuidado con esas ranas tan difÃciles de encontrar. Description[et]=Džunglis on lõbus! Aita loomadel oma pere üles leida. Ja pane tähele harva esinevaid konni. Description[eu]=Ondo ibili basoan! Lagundu animaliei haien familiak aurkitzen. Eta argi ibili aurkitzeko zailak diren igelekin.
