Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kde-gtk-config5 for openSUSE:Factory checked in at 2022-03-12 17:14:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kde-gtk-config5 (Old) and /work/SRC/openSUSE:Factory/.kde-gtk-config5.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kde-gtk-config5" Sat Mar 12 17:14:46 2022 rev:131 rq:960861 version:5.24.3 Changes: -------- --- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes 2022-03-11 11:45:04.986864446 +0100 +++ /work/SRC/openSUSE:Factory/.kde-gtk-config5.new.25692/kde-gtk-config5.changes 2022-03-12 17:14:54.782266447 +0100 @@ -1,0 +2,10 @@ +Tue Mar 8 18:09:57 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.24.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.24.3 +- No code changes since 5.24.2 +- Restore compatibility with older kf5-filesystem + +------------------------------------------------------------------- Old: ---- kde-gtk-config-5.24.2.tar.xz kde-gtk-config-5.24.2.tar.xz.sig New: ---- kde-gtk-config-5.24.3.tar.xz kde-gtk-config-5.24.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kde-gtk-config5.spec ++++++ --- /var/tmp/diff_new_pack.bgUeX0/_old 2022-03-12 17:14:55.710267522 +0100 +++ /var/tmp/diff_new_pack.bgUeX0/_new 2022-03-12 17:14:55.714267526 +0100 @@ -18,7 +18,7 @@ %bcond_without released Name: kde-gtk-config5 -Version: 5.24.2 +Version: 5.24.3 Release: 0 Summary: Daemon for GTK2 and GTK3 Applications Appearance Under KDE License: GPL-3.0-or-later AND LGPL-3.0-or-later @@ -105,7 +105,11 @@ %files gtk3 %license LICENSES/* +%if %{pkg_vcmp kf5-filesystem >= 20220307} %{_libexecdir}/gtk3_preview +%else +%{_kf5_libdir}/libexec/gtk3_preview +%endif %dir %{_kf5_sharedir}/themes/Breeze/ %{_kf5_sharedir}/themes/Breeze/window_decorations.css ++++++ kde-gtk-config-5.24.2.tar.xz -> kde-gtk-config-5.24.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-gtk-config-5.24.2/CMakeLists.txt new/kde-gtk-config-5.24.3/CMakeLists.txt --- old/kde-gtk-config-5.24.2/CMakeLists.txt 2022-02-22 13:07:09.000000000 +0100 +++ new/kde-gtk-config-5.24.3/CMakeLists.txt 2022-03-08 12:15:33.000000000 +0100 @@ -1,5 +1,5 @@ project(kde-gtk-config) -set(PROJECT_VERSION "5.24.2") +set(PROJECT_VERSION "5.24.3") cmake_minimum_required(VERSION 3.16) set(QT_MIN_VERSION "5.15.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-gtk-config-5.24.2/kconf_update/CMakeLists.txt new/kde-gtk-config-5.24.3/kconf_update/CMakeLists.txt --- old/kde-gtk-config-5.24.2/kconf_update/CMakeLists.txt 2022-02-22 13:07:09.000000000 +0100 +++ new/kde-gtk-config-5.24.3/kconf_update/CMakeLists.txt 2022-03-08 12:15:33.000000000 +0100 @@ -27,7 +27,10 @@ ${KDE_INSTALL_LIBDIR}/kconf_update_bin/ ) -add_executable(remove_deprecated_gtk4_option remove_deprecated_gtk4_option ../kded/configeditor.cpp) +add_executable(remove_deprecated_gtk4_option + remove_deprecated_gtk4_option.cpp + ../kded/configeditor.cpp +) target_link_libraries(remove_deprecated_gtk4_option PRIVATE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-gtk-config-5.24.2/kded/gtkconfig.json new/kde-gtk-config-5.24.3/kded/gtkconfig.json --- old/kde-gtk-config-5.24.2/kded/gtkconfig.json 2022-02-22 13:07:09.000000000 +0100 +++ new/kde-gtk-config-5.24.3/kded/gtkconfig.json 2022-03-08 12:15:33.000000000 +0100 @@ -36,7 +36,7 @@ "Description[uk]": "?????????????????????? ???????????????????? ?????????????????? ???? ?????????????? GNOME/GTK", "Description[vi]": "T??? ?????ng ??p d???ng c??c thi???t l???p cho c??c ???ng d???ng GNOME/GTK", "Description[x-test]": "xxAutomatically applies settings to GNOME/GTK applicationsxx", - "Description[zh_CN]": "???????????????????????? GNOME/GTK ??????", + "Description[zh_CN]": "????????????????????? GNOME/GTK ????????????", "Description[zh_TW]": "????????????????????? GNOME/GTK ????????????", "Icon": "gtkconfig", "Name": "GNOME/GTK Settings Synchronization Service",