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-10-29 20:15:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kde-gtk-config5 (Old) and /work/SRC/openSUSE:Factory/.kde-gtk-config5.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kde-gtk-config5" Sat Oct 29 20:15:30 2022 rev:142 rq:1031855 version:5.26.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes 2022-10-20 11:10:28.691869750 +0200 +++ /work/SRC/openSUSE:Factory/.kde-gtk-config5.new.2275/kde-gtk-config5.changes 2022-10-29 20:16:06.537891701 +0200 @@ -1,0 +2,15 @@ +Wed Oct 26 14:15:37 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.26.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.26.2 +- No code changes since 5.26.1 + +------------------------------------------------------------------- +Wed Oct 26 10:59:05 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Require gsettings-desktop-schemas otherwise the kded module + throws a fatal error in glib + +------------------------------------------------------------------- Old: ---- kde-gtk-config-5.26.1.tar.xz kde-gtk-config-5.26.1.tar.xz.sig New: ---- kde-gtk-config-5.26.2.tar.xz kde-gtk-config-5.26.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kde-gtk-config5.spec ++++++ --- /var/tmp/diff_new_pack.i669Zo/_old 2022-10-29 20:16:07.057894472 +0200 +++ /var/tmp/diff_new_pack.i669Zo/_new 2022-10-29 20:16:07.065894514 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: kde-gtk-config5 -Version: 5.26.1 +Version: 5.26.2 Release: 0 Summary: Daemon for GTK2 and GTK3 Applications Appearance Under KDE License: GPL-3.0-or-later AND LGPL-3.0-or-later @@ -49,6 +49,7 @@ BuildRequires: pkgconfig(x11) # Needed for syncing GTK+ settings Requires: xsettingsd +Requires: gsettings-desktop-schemas Suggests: gtk2-metatheme-breeze Suggests: gtk3-metatheme-breeze Supplements: packageand(plasma5-workspace:libgtk-2_0-0) ++++++ kde-gtk-config-5.26.1.tar.xz -> kde-gtk-config-5.26.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kde-gtk-config-5.26.1/CMakeLists.txt new/kde-gtk-config-5.26.2/CMakeLists.txt --- old/kde-gtk-config-5.26.1/CMakeLists.txt 2022-10-18 12:24:39.000000000 +0200 +++ new/kde-gtk-config-5.26.2/CMakeLists.txt 2022-10-26 11:56:59.000000000 +0200 @@ -1,5 +1,5 @@ project(kde-gtk-config) -set(PROJECT_VERSION "5.26.1") +set(PROJECT_VERSION "5.26.2") cmake_minimum_required(VERSION 3.16) set(QT_MIN_VERSION "5.15.2")