Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package breeze-gtk for openSUSE:Factory 
checked in at 2023-03-17 17:01:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/breeze-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.breeze-gtk.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "breeze-gtk"

Fri Mar 17 17:01:13 2023 rev:131 rq:1071976 version:5.27.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/breeze-gtk/breeze-gtk.changes    2023-03-02 
23:02:16.046828768 +0100
+++ /work/SRC/openSUSE:Factory/.breeze-gtk.new.31432/breeze-gtk.changes 
2023-03-17 17:01:14.724731961 +0100
@@ -1,0 +2,12 @@
+Tue Mar 14 15:05:46 UTC 2023 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Update to 5.27.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/plasma/5/5.27.3
+- Changes since 5.27.2:
+  * gtk3, gtk4: apply searchbar styles to the box inside the revealer inside 
the searchbar
+  * gtk3, gtk4: Make image-buttons have min-height
+  * Remove margins between linked buttons
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ breeze-gtk.spec ++++++
--- /var/tmp/diff_new_pack.H6oJIx/_old  2023-03-17 17:01:16.044738877 +0100
+++ /var/tmp/diff_new_pack.H6oJIx/_new  2023-03-17 17:01:16.060738961 +0100
@@ -19,7 +19,7 @@
 
 %define _name   breeze
 Name:           breeze-gtk
-Version:        5.27.2
+Version:        5.27.3
 Release:        0
 Summary:        GTK+ theme matching KDE's Breeze
 License:        LGPL-2.1-only

++++++ breeze-gtk-5.27.2.tar.xz -> breeze-gtk-5.27.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.27.2/CMakeLists.txt 
new/breeze-gtk-5.27.3/CMakeLists.txt
--- old/breeze-gtk-5.27.2/CMakeLists.txt        2023-02-28 13:15:53.000000000 
+0100
+++ new/breeze-gtk-5.27.3/CMakeLists.txt        2023-03-14 13:21:08.000000000 
+0100
@@ -1,5 +1,5 @@
 project(breeze-gtk)
-set(PROJECT_VERSION "5.27.2")
+set(PROJECT_VERSION "5.27.3")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 3.16)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.27.2/src/gtk3/widgets/_button.scss 
new/breeze-gtk-5.27.3/src/gtk3/widgets/_button.scss
--- old/breeze-gtk-5.27.2/src/gtk3/widgets/_button.scss 2023-02-28 
13:15:53.000000000 +0100
+++ new/breeze-gtk-5.27.3/src/gtk3/widgets/_button.scss 2023-03-14 
13:21:08.000000000 +0100
@@ -37,6 +37,13 @@
                border-style: solid;
                border-radius: $r;
        }
+
+       &:not(:only-child):not(:first-child) {
+               margin-left: 0;
+       }
+       &:not(:only-child):not(:last-child) {
+               margin-right: 0;
+       }
 }
 
 @mixin linked-vertical() {
@@ -57,6 +64,13 @@
        &:only-child {
                border-style: solid;
        }
+
+       &:not(:only-child):not(:first-child) {
+               margin-top: 0;
+       }
+       &:not(:only-child):not(:last-child) {
+               margin-bottom: 0;
+       }
 }
 
 @mixin linked-side() {
@@ -284,6 +298,7 @@
                }
 
                &.image-button {
+                       min-height: 16px;
                        min-width: 16px;
                        padding: 6px;
                }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.27.2/src/gtk3/widgets/_toolbar.scss 
new/breeze-gtk-5.27.3/src/gtk3/widgets/_toolbar.scss
--- old/breeze-gtk-5.27.2/src/gtk3/widgets/_toolbar.scss        2023-02-28 
13:15:53.000000000 +0100
+++ new/breeze-gtk-5.27.3/src/gtk3/widgets/_toolbar.scss        2023-03-14 
13:21:08.000000000 +0100
@@ -61,7 +61,7 @@
        padding: 3px;
        border-radius: 0;
 }
-searchbar,
+searchbar > revealer > box,
 .location-bar {
        @extend %toolbar;
        @extend %inset-bar;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.27.2/src/gtk4/widgets/_button.scss 
new/breeze-gtk-5.27.3/src/gtk4/widgets/_button.scss
--- old/breeze-gtk-5.27.2/src/gtk4/widgets/_button.scss 2023-02-28 
13:15:53.000000000 +0100
+++ new/breeze-gtk-5.27.3/src/gtk4/widgets/_button.scss 2023-03-14 
13:21:08.000000000 +0100
@@ -278,6 +278,7 @@
 
                &.image-button {
                        min-width: 16px;
+                       min-height: 16px;
                        padding: 6px;
                }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-gtk-5.27.2/src/gtk4/widgets/_toolbar.scss 
new/breeze-gtk-5.27.3/src/gtk4/widgets/_toolbar.scss
--- old/breeze-gtk-5.27.2/src/gtk4/widgets/_toolbar.scss        2023-02-28 
13:15:53.000000000 +0100
+++ new/breeze-gtk-5.27.3/src/gtk4/widgets/_toolbar.scss        2023-03-14 
13:21:08.000000000 +0100
@@ -60,7 +60,7 @@
        padding: 3px;
        border-radius: 0;
 }
-searchbar,
+searchbar > revealer > box,
 .location-bar {
        @extend %toolbar;
        @extend %inset-bar;

Reply via email to