Hello community,

here is the log from the commit of package greybird-theme for openSUSE:Factory 
checked in at 2019-05-10 09:20:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/greybird-theme (Old)
 and      /work/SRC/openSUSE:Factory/.greybird-theme.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "greybird-theme"

Fri May 10 09:20:16 2019 rev:13 rq:701866 version:3.22.10~git3.c0b8881

Changes:
--------
--- /work/SRC/openSUSE:Factory/greybird-theme/greybird-theme.changes    
2019-04-30 13:01:45.622149411 +0200
+++ /work/SRC/openSUSE:Factory/.greybird-theme.new.5148/greybird-theme.changes  
2019-05-10 09:20:21.892552630 +0200
@@ -1,0 +2,9 @@
+Fri May 10 04:30:52 UTC 2019 - maurizio.ga...@gmail.com
+
+- Update to version 3.22.10~git3.c0b8881:
+  * Improve button sizing
+  * Make error and warning entry text more readable
+  * Also set backdrop color for print dialog 
+    (Fixes gh#shimmerproject/Greybird#243)
+
+-------------------------------------------------------------------

Old:
----
  greybird-theme-3.22.10~git2.799485d.obscpio

New:
----
  greybird-theme-3.22.10~git3.c0b8881.obscpio

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

Other differences:
------------------
++++++ greybird-theme.spec ++++++
--- /var/tmp/diff_new_pack.qSh2EI/_old  2019-05-10 09:20:23.644557521 +0200
+++ /var/tmp/diff_new_pack.qSh2EI/_new  2019-05-10 09:20:23.700557677 +0200
@@ -19,7 +19,7 @@
 %define _name Greybird
 
 Name:           greybird-theme
-Version:        3.22.10~git2.799485d
+Version:        3.22.10~git3.c0b8881
 Release:        0
 Url:            https://github.com/shimmerproject/Greybird
 Summary:        A grey theme for GNOME, XFCE, GTK+ 2 and 3

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.qSh2EI/_old  2019-05-10 09:20:24.184559028 +0200
+++ /var/tmp/diff_new_pack.qSh2EI/_new  2019-05-10 09:20:24.212559107 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/shimmerproject/Greybird.git</param>
-              <param 
name="changesrevision">799485d652042cf8b644ebb55997ea571d89f95e</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">c0b8881e84a2c4a05b2806a2c4f2cbc99c3770ba</param></service></servicedata>
\ No newline at end of file

++++++ greybird-theme-3.22.10~git2.799485d.obscpio -> 
greybird-theme-3.22.10~git3.c0b8881.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/greybird-theme-3.22.10~git2.799485d/gtk-3.0/_common.scss 
new/greybird-theme-3.22.10~git3.c0b8881/gtk-3.0/_common.scss
--- old/greybird-theme-3.22.10~git2.799485d/gtk-3.0/_common.scss        
2019-04-04 23:06:55.000000000 +0200
+++ new/greybird-theme-3.22.10~git3.c0b8881/gtk-3.0/_common.scss        
2019-05-04 22:25:16.000000000 +0200
@@ -448,7 +448,7 @@
   @at-root %button_basic, & {
 
     min-height: 24px;
-    min-width: 16px;
+    min-width: 22px;
     padding: 1px 2px;
     border: 1px solid;
     border-radius: 3px;
@@ -513,9 +513,9 @@
     }
 
     &.image-button {
-      min-width: 24px;
-      padding-left: 4px;
-      padding-right: 4px;
+      min-height: 20px;
+      min-width: 20px;
+      padding: 2px;
     }
 
     &.text-button {
@@ -1542,6 +1542,7 @@
     margin-top: 9px;
     margin-bottom: 9px;
   }
+  buttonbox { padding: 0px; }
 }
 
 .background:not(.tiled):not(.maximized) .titlebar {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/greybird-theme-3.22.10~git2.799485d/gtk-3.0/gtk-contained-dark.css 
new/greybird-theme-3.22.10~git3.c0b8881/gtk-3.0/gtk-contained-dark.css
--- old/greybird-theme-3.22.10~git2.799485d/gtk-3.0/gtk-contained-dark.css      
2019-04-04 23:06:55.000000000 +0200
+++ new/greybird-theme-3.22.10~git3.c0b8881/gtk-3.0/gtk-contained-dark.css      
2019-05-04 22:25:16.000000000 +0200
@@ -426,7 +426,7 @@
 notebook > header > tabs > arrow, button.titlebutton,
 button {
   min-height: 24px;
-  min-width: 16px;
+  min-width: 22px;
   padding: 1px 2px;
   border: 1px solid;
   border-radius: 3px;
@@ -569,9 +569,9 @@
         color: #949796; }
   notebook > header > tabs > arrow.image-button, 
button.image-button.titlebutton,
   button.image-button {
-    min-width: 24px;
-    padding-left: 4px;
-    padding-right: 4px; }
+    min-height: 20px;
+    min-width: 20px;
+    padding: 2px; }
   notebook > header > tabs > arrow.text-button, button.text-button.titlebutton,
   button.text-button {
     padding-left: 8px;
@@ -1995,6 +1995,9 @@
   margin-top: 9px;
   margin-bottom: 9px; }
 
+headerbar buttonbox {
+  padding: 0px; }
+
 .background:not(.tiled):not(.maximized) .titlebar:backdrop, 
.background:not(.tiled):not(.maximized) .titlebar {
   border-top-left-radius: 7px;
   border-top-right-radius: 7px; }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/greybird-theme-3.22.10~git2.799485d/gtk-3.0/gtk-contained.css 
new/greybird-theme-3.22.10~git3.c0b8881/gtk-3.0/gtk-contained.css
--- old/greybird-theme-3.22.10~git2.799485d/gtk-3.0/gtk-contained.css   
2019-04-04 23:06:55.000000000 +0200
+++ new/greybird-theme-3.22.10~git3.c0b8881/gtk-3.0/gtk-contained.css   
2019-05-04 22:25:16.000000000 +0200
@@ -427,7 +427,7 @@
 notebook > header > tabs > arrow, button.titlebutton,
 button {
   min-height: 24px;
-  min-width: 16px;
+  min-width: 22px;
   padding: 1px 2px;
   border: 1px solid;
   border-radius: 3px;
@@ -570,9 +570,9 @@
         color: #858585; }
   notebook > header > tabs > arrow.image-button, 
button.image-button.titlebutton,
   button.image-button {
-    min-width: 24px;
-    padding-left: 4px;
-    padding-right: 4px; }
+    min-height: 20px;
+    min-width: 20px;
+    padding: 2px; }
   notebook > header > tabs > arrow.text-button, button.text-button.titlebutton,
   button.text-button {
     padding-left: 8px;
@@ -2003,6 +2003,9 @@
   margin-top: 9px;
   margin-bottom: 9px; }
 
+headerbar buttonbox {
+  padding: 0px; }
+
 .background:not(.tiled):not(.maximized) .titlebar:backdrop, 
.background:not(.tiled):not(.maximized) .titlebar {
   border-top-left-radius: 7px;
   border-top-right-radius: 7px; }

++++++ greybird-theme.obsinfo ++++++
--- /var/tmp/diff_new_pack.qSh2EI/_old  2019-05-10 09:20:34.120581718 +0200
+++ /var/tmp/diff_new_pack.qSh2EI/_new  2019-05-10 09:20:34.120581718 +0200
@@ -1,5 +1,5 @@
 name: greybird-theme
-version: 3.22.10~git2.799485d
-mtime: 1554412015
-commit: 799485d652042cf8b644ebb55997ea571d89f95e
+version: 3.22.10~git3.c0b8881
+mtime: 1557001516
+commit: c0b8881e84a2c4a05b2806a2c4f2cbc99c3770ba
 


Reply via email to