Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Leap:15.2 
checked in at 2020-02-27 06:40:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/breeze-gtk (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.breeze-gtk.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "breeze-gtk"

Thu Feb 27 06:40:37 2020 rev:76 rq:778577 version:5.18.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/breeze-gtk/breeze-gtk.changes  2020-02-16 
18:29:23.958751889 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.breeze-gtk.new.26092/breeze-gtk.changes       
2020-02-27 06:40:39.713504450 +0100
@@ -1,0 +2,10 @@
+Tue Feb 18 14:05:54 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.18.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.18.1.php
+- Changes since 5.18.0:
+  * [GTK3] Fix menubar colours
+
+-------------------------------------------------------------------

Old:
----
  breeze-gtk-5.18.0.tar.xz
  breeze-gtk-5.18.0.tar.xz.sig

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

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

Other differences:
------------------
++++++ breeze-gtk.spec ++++++
--- /var/tmp/diff_new_pack.T9yGLh/_old  2020-02-27 06:40:39.985505016 +0100
+++ /var/tmp/diff_new_pack.T9yGLh/_new  2020-02-27 06:40:39.989505024 +0100
@@ -19,15 +19,15 @@
 
 %define _name   breeze
 Name:           breeze-gtk
-Version:        5.18.0
+Version:        5.18.1
 Release:        0
 Summary:        GTK+ theme matching KDE's Breeze
 License:        LGPL-2.1-only
 Group:          System/GUI/KDE
 URL:            https://projects.kde.org/breeze-gtk
-Source:         breeze-gtk-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz
 %if %{with lang}
-Source1:        breeze-gtk-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/plasma/%{version}/breeze-gtk-%{version}.tar.xz.sig
 Source2:        plasma.keyring
 %endif
 BuildRequires:  breeze5-style

++++++ breeze-gtk-5.18.0.tar.xz -> breeze-gtk-5.18.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.18.0/CMakeLists.txt 
new/breeze-gtk-5.18.1/CMakeLists.txt
--- old/breeze-gtk-5.18.0/CMakeLists.txt        2020-02-06 14:01:42.000000000 
+0100
+++ new/breeze-gtk-5.18.1/CMakeLists.txt        2020-02-18 13:55:46.000000000 
+0100
@@ -1,5 +1,5 @@
 project(breeze-gtk)
-set(PROJECT_VERSION "5.18.0")
+set(PROJECT_VERSION "5.18.1")
 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.18.0/src/gtk3/applications/_chromium.scss 
new/breeze-gtk-5.18.1/src/gtk3/applications/_chromium.scss
--- old/breeze-gtk-5.18.0/src/gtk3/applications/_chromium.scss  2020-02-06 
14:01:42.000000000 +0100
+++ new/breeze-gtk-5.18.1/src/gtk3/applications/_chromium.scss  2020-02-18 
13:55:46.000000000 +0100
@@ -2,11 +2,11 @@
     background-color: gtk("@theme_base_color");
     border-color: gtk("@borders");
     menubar, .menubar {
-        color: gtk("@theme_titlebar_foreground");
+        color: gtk("@theme_fg_color");
         background-color: gtk("@theme_bg_color");
         &:backdrop {
             background-color: gtk("@theme_unfocused_bg_color");    
-            color: gtk("@theme_titlebar_foreground_backdrop");
+            color: gtk("@theme_unfocused_fg_color");
         }
     }
     entry {
@@ -14,9 +14,11 @@
     }
     &.csd {
         menubar, .menubar {
+            color: gtk("@theme_titlebar_foreground");
             background-color: gtk("@theme_titlebar_background");
             &:backdrop {
                 background-color: gtk("@theme_titlebar_background_backdrop"); 
+                color: gtk("@theme_titlebar_foreground_backdrop");
             }
         }
     }
@@ -84,4 +86,4 @@
         }
       }
     }
-}
\ No newline at end of file
+}



Reply via email to