Hello community,
here is the log from the commit of package kde-gtk-config5 for openSUSE:Factory
checked in at 2020-06-20 20:11:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-gtk-config5 (Old)
and /work/SRC/openSUSE:Factory/.kde-gtk-config5.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kde-gtk-config5"
Sat Jun 20 20:11:07 2020 rev:95 rq:815450 version:5.19.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes
2020-06-08 23:53:38.571143271 +0200
+++
/work/SRC/openSUSE:Factory/.kde-gtk-config5.new.3606/kde-gtk-config5.changes
2020-06-21 18:55:57.734873427 +0200
@@ -1,0 +2,10 @@
+Tue Jun 16 14:34:50 UTC 2020 - Fabian Vogt <[email protected]>
+
+- Update to 5.19.1
+ * New bugfix release
+ * For more details please see:
+ * https://www.kde.org/announcements/plasma-5.19.1.php
+- Changes since 5.19.0:
+ * Fix incorrect palette name
+
+-------------------------------------------------------------------
Old:
----
kde-gtk-config-5.19.0.tar.xz
kde-gtk-config-5.19.0.tar.xz.sig
New:
----
kde-gtk-config-5.19.1.tar.xz
kde-gtk-config-5.19.1.tar.xz.sig
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kde-gtk-config5.spec ++++++
--- /var/tmp/diff_new_pack.gnubof/_old 2020-06-21 18:55:58.178875050 +0200
+++ /var/tmp/diff_new_pack.gnubof/_new 2020-06-21 18:55:58.182875064 +0200
@@ -18,15 +18,15 @@
%bcond_without lang
Name: kde-gtk-config5
-Version: 5.19.0
+Version: 5.19.1
Release: 0
Summary: Daemon for GTK2 and GTK3 Applications Appearance Under KDE
License: LGPL-3.0-or-later AND GPL-3.0-or-later
Group: System/GUI/KDE
URL: http://projects.kde.org/kde-gtk-config
-Source: kde-gtk-config-%{version}.tar.xz
+Source:
https://download.kde.org/stable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz
%if %{with lang}
-Source1: kde-gtk-config-%{version}.tar.xz.sig
+Source1:
https://download.kde.org/stable/plasma/%{version}/kde-gtk-config-%{version}.tar.xz.sig
Source2: plasma.keyring
%endif
BuildRequires: extra-cmake-modules >= 0.0.9
++++++ kde-gtk-config-5.19.0.tar.xz -> kde-gtk-config-5.19.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kde-gtk-config-5.19.0/CMakeLists.txt
new/kde-gtk-config-5.19.1/CMakeLists.txt
--- old/kde-gtk-config-5.19.0/CMakeLists.txt 2020-06-04 13:08:39.000000000
+0200
+++ new/kde-gtk-config-5.19.1/CMakeLists.txt 2020-06-16 14:38:18.000000000
+0200
@@ -1,5 +1,5 @@
project(kde-gtk-config)
-set(PROJECT_VERSION "5.19.0")
+set(PROJECT_VERSION "5.19.1")
cmake_minimum_required(VERSION 3.10)
find_package(ECM REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kde-gtk-config-5.19.0/kded/configvalueprovider.cpp
new/kde-gtk-config-5.19.1/kded/configvalueprovider.cpp
--- old/kde-gtk-config-5.19.0/kded/configvalueprovider.cpp 2020-06-04
13:08:39.000000000 +0200
+++ new/kde-gtk-config-5.19.1/kded/configvalueprovider.cpp 2020-06-16
14:38:18.000000000 +0200
@@ -215,7 +215,7 @@
{QStringLiteral("tooltip"), KCS(QPalette::Inactive, KCS::Tooltip)},
{QStringLiteral("complementary"), KCS(QPalette::Inactive,
KCS::Complementary)},
}},
- {QStringLiteral("inactive"), {
+ {QStringLiteral("disabled"), {
{QStringLiteral("view"), KCS(QPalette::Disabled, KCS::View)},
{QStringLiteral("window"), KCS(QPalette::Disabled, KCS::Window)},
{QStringLiteral("button"), KCS(QPalette::Disabled, KCS::Button)},