Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Factory 
checked in at 2016-10-04 15:47:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/breeze-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.breeze-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "breeze-gtk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes    2016-08-29 
15:24:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new/breeze-gtk.changes       
2016-10-04 15:47:08.000000000 +0200
@@ -1,0 +2,35 @@
+Thu Sep 29 16:36:28 UTC 2016 - [email protected]
+
+- Update to 5.8.0
+  * New LTS feature release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.8.0.php
+
+-------------------------------------------------------------------
+Mon Sep 19 12:30:19 UTC 2016 - [email protected]
+
+- Re-add update_from_BreezeGTK.patch to fix the GTK theme settings on
+  upgrades from Leap 42.1, which shipped with BreezyGTK (boo#994832)
+- build the proper theme for distributions which have gtk3 < 3.20
+  (13.2 and Leap 42.1)
+
+-------------------------------------------------------------------
+Thu Sep 15 15:53:55 UTC 2016 - [email protected]
+
+- Update to 5.7.95 (Plasma 5.8 Beta)
+  * New LTS feature release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.95.php
+- Removed patches: 
+    Install-GTK3-theme-version-depending-on-present-libg.patch
+    update_from_BreezeGTK.patch
+
+-------------------------------------------------------------------
+Tue Sep 13 17:42:09 UTC 2016 - [email protected]
+
+- Update to 5.7.5
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.7.5.php
+
+-------------------------------------------------------------------

Old:
----
  Install-GTK3-theme-version-depending-on-present-libg.patch
  breeze-gtk-5.7.4.tar.xz

New:
----
  breeze-gtk-5.8.0.tar.xz

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

Other differences:
------------------
++++++ breeze-gtk.spec ++++++
--- /var/tmp/diff_new_pack.C2t86P/_old  2016-10-04 15:47:09.000000000 +0200
+++ /var/tmp/diff_new_pack.C2t86P/_new  2016-10-04 15:47:09.000000000 +0200
@@ -18,24 +18,21 @@
 
 %define _name   breeze
 Name:           breeze-gtk
-Version:        5.7.4
+Version:        5.8.0
 Release:        0
 Summary:        GTK+ theme matching KDE's Breeze
 License:        LGPL-2.1
 Group:          System/GUI/KDE
 Url:            https://projects.kde.org/breeze-gtk
 Source:         %{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE Install-GTK3-theme-version-depending-on-present-libg.patch
-Patch0:         Install-GTK3-theme-version-depending-on-present-libg.patch
 # PATCH-FIX-OPENSUSE update_from_BreezeGTK.patch boo#994832 -- update user's 
config from the old BreezyGTK theme
-Patch1:         update_from_BreezeGTK.patch
+Patch:         update_from_BreezeGTK.patch
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  gtk3-devel
 
 %description
 A GTK+ theme created to match with the new Plasma 5 Breeze theme.
@@ -73,12 +70,15 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+%patch -p1
 chmod a-x COPYING* README.md
 
 %build
+%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?sle_version} 
> 120100)
+%cmake_kf5 -- -DWITH_GTK3_VERSION=3.20
+%else
 %cmake_kf5
+%endif
 make %{?_smp_mflags}
 
 %install
@@ -91,6 +91,7 @@
 %{_datadir}/themes/Breeze*/
 %exclude %{_datadir}/themes/Breeze*/gtk-?.0/
 %dir %{_kf5_sharedir}/kconf_update/
+%dir %{_kf5_sharedir}/themes/Breeze*/assets/
 %{_kf5_sharedir}/kconf_update/*%{_name}*
 %dir %{_kf5_libdir}/kconf_update_bin/
 %{_kf5_libdir}/kconf_update_bin/*%{_name}*

++++++ breeze-gtk-5.7.4.tar.xz -> breeze-gtk-5.8.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.7.4/CMakeLists.txt 
new/breeze-gtk-5.8.0/CMakeLists.txt
--- old/breeze-gtk-5.7.4/CMakeLists.txt 2016-08-23 14:30:59.000000000 +0200
+++ new/breeze-gtk-5.8.0/CMakeLists.txt 2016-09-29 13:19:52.000000000 +0200
@@ -1,5 +1,5 @@
 project(breeze-gtk)
-set(PROJECT_VERSION "5.7.4")
+set(PROJECT_VERSION "5.8.0")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12)


Reply via email to