Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bomber for openSUSE:Factory checked in at 2023-12-09 22:51:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bomber (Old) and /work/SRC/openSUSE:Factory/.bomber.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bomber" Sat Dec 9 22:51:25 2023 rev:140 rq:1131769 version:23.08.4 Changes: -------- --- /work/SRC/openSUSE:Factory/bomber/bomber.changes 2023-11-10 12:33:09.644128061 +0100 +++ /work/SRC/openSUSE:Factory/.bomber.new.25432/bomber.changes 2023-12-09 22:53:23.851934313 +0100 @@ -1,0 +2,9 @@ +Tue Dec 5 14:18:57 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: ---- bomber-23.08.3.tar.xz bomber-23.08.3.tar.xz.sig New: ---- bomber-23.08.4.tar.xz bomber-23.08.4.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bomber.spec ++++++ --- /var/tmp/diff_new_pack.t7sUt7/_old 2023-12-09 22:53:24.743967048 +0100 +++ /var/tmp/diff_new_pack.t7sUt7/_new 2023-12-09 22:53:24.747967195 +0100 @@ -18,7 +18,7 @@ %bcond_without released Name: bomber -Version: 23.08.3 +Version: 23.08.4 Release: 0 Summary: Game involving the invasion of cities with a plane License: GPL-2.0-or-later ++++++ bomber-23.08.3.tar.xz -> bomber-23.08.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bomber-23.08.3/CMakeLists.txt new/bomber-23.08.4/CMakeLists.txt --- old/bomber-23.08.3/CMakeLists.txt 2023-11-04 12:06:51.000000000 +0100 +++ new/bomber-23.08.4/CMakeLists.txt 2023-11-30 18:08:30.000000000 +0100 @@ -3,7 +3,7 @@ # Release Service 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(bomber VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bomber-23.08.3/po/zh_CN/bomber.po new/bomber-23.08.4/po/zh_CN/bomber.po --- old/bomber-23.08.3/po/zh_CN/bomber.po 2023-11-04 12:06:51.000000000 +0100 +++ new/bomber-23.08.4/po/zh_CN/bomber.po 2023-11-30 18:08:30.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-10-20 00:43+0000\n" -"PO-Revision-Date: 2023-10-21 13:58\n" +"PO-Revision-Date: 2023-11-25 02:33\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -25,8 +25,7 @@ #, kde-format msgctxt "EMAIL OF TRANSLATORS" msgid "Your emails" -msgstr "" -"[email protected], [email protected], [email protected], [email protected]" +msgstr "[email protected], [email protected], [email protected], [email protected]" #: src/bomber.cpp:43 src/bomber.cpp:192 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bomber-23.08.3/snapcraft.yaml new/bomber-23.08.4/snapcraft.yaml --- old/bomber-23.08.3/snapcraft.yaml 2023-11-04 12:06:51.000000000 +0100 +++ new/bomber-23.08.4/snapcraft.yaml 2023-11-30 18:08:30.000000000 +0100 @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2023 Scarlett Moore <[email protected]> +# +# SPDX-License-Identifier: CC0-1.0 --- name: bomber confinement: strict @@ -37,16 +40,16 @@ interface: content target: $SNAP/data-dir/sounds default-provider: gtk-common-themes - kf5-5-108-qt-5-15-10-core22: - content: kf5-5-108-qt-5-15-10-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-108-qt-5-15-10-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_PATH: "$SNAP/kf5/usr/lib/$CRAFT_ARCH_TRIPLET/gstreamer-1.0" + GST_PLUGIN_SYSTEM_PATH: "$SNAP/kf5/usr/lib/$CRAFT_ARCH_TRIPLET/gstreamer-1.0" + GST_PLUGIN_SCANNER: "$SNAP/kf5/usr/lib/$CRAFT_ARCH_TRIPLET/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner" hooks: configure: plugs: @@ -80,18 +83,18 @@ source-type: local plugin: make make-parameters: - - PLATFORM_PLUG=kf5-5-108-qt-5-15-10-core22 + - PLATFORM_PLUG=kf5-5-111-qt-5-15-11-core22 build-snaps: - - kf5-5-108-qt-5-15-10-core22-sdk + - kf5-5-111-qt-5-15-11-core22-sdk build-environment: - &id001 - PATH: /snap/kf5-5-108-qt-5-15-10-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-108-qt-5-15-10-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-108-qt-5-15-10-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-108-qt-5-15-10-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} bomber: after: - kde-neon @@ -106,6 +109,8 @@ stage-packages: - libasound2-data - libasound2-plugins + stage-snaps: + - khelpcenter cmake-parameters: - -DKDE_INSTALL_USE_QT_SYS_PATHS=FALSE - -DCMAKE_INSTALL_PREFIX=/usr @@ -113,13 +118,12 @@ - -DENABLE_TESTING=OFF - -DBUILD_TESTING=OFF - -DKDE_SKIP_TEST_SETTINGS=ON - - "-DCMAKE_FIND_ROOT_PATH=$CRAFT_STAGE\\;/snap/kf5-5-108-qt-5-15-10-core22-sdk/current" + - "-DCMAKE_FIND_ROOT_PATH=$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" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bomber-23.08.3/src/org.kde.bomber.appdata.xml new/bomber-23.08.4/src/org.kde.bomber.appdata.xml --- old/bomber-23.08.3/src/org.kde.bomber.appdata.xml 2023-11-04 12:06:51.000000000 +0100 +++ new/bomber-23.08.4/src/org.kde.bomber.appdata.xml 2023-11-30 18:08:30.000000000 +0100 @@ -233,10 +233,10 @@ <binary>bomber</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"> <content_attribute id="violence-cartoon">mild</content_attribute>
