Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Factory 
checked in at 2019-01-10 15:17:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/breeze-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.breeze-gtk.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "breeze-gtk"

Thu Jan 10 15:17:06 2019 rev:55 rq:663968 version:5.14.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes    2018-12-05 
09:45:04.348595150 +0100
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new.28833/breeze-gtk.changes 
2019-01-10 15:17:33.574677321 +0100
@@ -1,0 +2,12 @@
+Tue Jan  8 13:36:36 UTC 2019 - fab...@ritter-vogt.de
+
+- Update to 5.14.5
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.14.5.php
+- Changes since 5.14.4:
+  * Set the default cursor theme to breeze_cursors
+- Remove patches, now upstream:
+  * 0001-Set-the-default-cursor-theme-to-breeze_cursors.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Set-the-default-cursor-theme-to-breeze_cursors.patch
  breeze-gtk-5.14.4.tar.xz
  breeze-gtk-5.14.4.tar.xz.sig

New:
----
  breeze-gtk-5.14.5.tar.xz
  breeze-gtk-5.14.5.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ breeze-gtk.spec ++++++
--- /var/tmp/diff_new_pack.MU5Q3x/_old  2019-01-10 15:17:34.058676858 +0100
+++ /var/tmp/diff_new_pack.MU5Q3x/_new  2019-01-10 15:17:34.062676854 +0100
@@ -19,7 +19,7 @@
 
 %define _name   breeze
 Name:           breeze-gtk
-Version:        5.14.4
+Version:        5.14.5
 Release:        0
 Summary:        GTK+ theme matching KDE's Breeze
 License:        LGPL-2.1
@@ -30,8 +30,6 @@
 Source1:        
https://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
-# PATCH-FIX-UPSTREAM
-Patch1:         0001-Set-the-default-cursor-theme-to-breeze_cursors.patch
 # PATCH-FIX-OPENSUSE update_from_BreezeGTK.patch boo#994832 -- update user's 
config from the old BreezyGTK theme
 Patch100:       update_from_BreezeGTK.patch
 BuildRequires:  cmake >= 2.8.12

++++++ breeze-gtk-5.14.4.tar.xz -> breeze-gtk-5.14.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.14.4/CMakeLists.txt 
new/breeze-gtk-5.14.5/CMakeLists.txt
--- old/breeze-gtk-5.14.4/CMakeLists.txt        2018-11-27 17:06:41.000000000 
+0100
+++ new/breeze-gtk-5.14.5/CMakeLists.txt        2019-01-08 11:57:57.000000000 
+0100
@@ -1,5 +1,5 @@
 project(breeze-gtk)
-set(PROJECT_VERSION "5.14.4")
+set(PROJECT_VERSION "5.14.5")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.14.4/kconf_update/main.cpp 
new/breeze-gtk-5.14.5/kconf_update/main.cpp
--- old/breeze-gtk-5.14.4/kconf_update/main.cpp 2018-11-27 17:06:41.000000000 
+0100
+++ new/breeze-gtk-5.14.5/kconf_update/main.cpp 2019-01-08 11:57:57.000000000 
+0100
@@ -133,6 +133,7 @@
     out << QStringLiteral("    font_name=\"Noto Sans Regular\"\n");
     out << QStringLiteral("}\n");
     out << QStringLiteral("widget_class \"*\" style \"user-font\"\n");
+    out << QStringLiteral("gtk-cursor-theme-name=\"breeze_cursors\"\n");
     out << QStringLiteral("gtk-font-name=\"Noto Sans Regular 10\"\n"); // 
matches plasma-workspace:startkde/startkde.cmake
     out << QStringLiteral("gtk-theme-name=\"Breeze\"\n");
     out << QStringLiteral("gtk-icon-theme-name=\"breeze\"\n");
@@ -175,6 +176,7 @@
     }
     QTextStream out(&gtkrc3writer);
     out << QStringLiteral("[Settings]\n");
+    out << QStringLiteral("gtk-cursor-theme-name=breeze_cursors\n");
     out << QStringLiteral("gtk-font-name=Noto Sans 10\n"); // matches 
plasma-workspace:startkde/startkde.cmake
     out << QStringLiteral("gtk-theme-name=")+gtk3Theme+QStringLiteral("\n");
     out << QStringLiteral("gtk-icon-theme-name=breeze\n");



Reply via email to