Hello community,

here is the log from the commit of package mint-themes for openSUSE:Factory 
checked in at 2018-09-25 15:43:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mint-themes (Old)
 and      /work/SRC/openSUSE:Factory/.mint-themes.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mint-themes"

Tue Sep 25 15:43:05 2018 rev:10 rq:637721 version:1.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/mint-themes/mint-themes.changes  2018-07-22 
23:05:59.200891624 +0200
+++ /work/SRC/openSUSE:Factory/.mint-themes.new/mint-themes.changes     
2018-09-25 15:43:07.113245927 +0200
@@ -1,0 +2,6 @@
+Mon Sep 24 14:27:32 UTC 2018 - [email protected]
+
+- Update to version 1.7.3:
+  * Gtk3: Properly place the "grab" area for pane separators.
+
+-------------------------------------------------------------------

Old:
----
  mint-themes_1.7.2.tar.xz

New:
----
  mint-themes_1.7.3.tar.xz

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

Other differences:
------------------
++++++ mint-themes.spec ++++++
--- /var/tmp/diff_new_pack.wmAAIC/_old  2018-09-25 15:43:09.833243019 +0200
+++ /var/tmp/diff_new_pack.wmAAIC/_new  2018-09-25 15:43:09.837243015 +0200
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define _name   mint
 Name:           mint-themes
-Version:        1.7.2
+Version:        1.7.3
 Release:        0
 Summary:        Mint Themes
 License:        GPL-3.0-or-later

++++++ mint-themes_1.7.2.tar.xz -> mint-themes_1.7.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/debian/changelog 
new/mint-themes/debian/changelog
--- old/mint-themes/debian/changelog    2018-07-17 09:29:15.000000000 +0200
+++ new/mint-themes/debian/changelog    2018-09-20 11:33:17.000000000 +0200
@@ -1,3 +1,10 @@
+mint-themes (1.7.3) tara; urgency=medium
+
+  [ JosephMcc ]
+  * Gtk3: Properly place the "grab" area for pane separators
+
+ -- Clement Lefebvre <[email protected]>  Thu, 20 Sep 2018 10:33:17 +0100
+
 mint-themes (1.7.2) tara; urgency=medium
 
   [ JosephMcc ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk-widgets.css 
new/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk-widgets.css
--- old/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk-widgets.css     
2018-06-17 11:05:32.000000000 +0200
+++ new/mint-themes/src/Mint-X/theme/Mint-X/gtk-3.0/gtk-widgets.css     
2018-08-30 16:44:14.000000000 +0200
@@ -1586,26 +1586,17 @@
 }
 
 paned.horizontal > separator {
+    margin: 0 -3px 0 -3px;
+    padding: 0 3px 0 3px;
     background-repeat: repeat-y;
-}
-
-paned.horizontal > separator:dir(ltr) {
-    margin: 0 -8px 0 0;
-    padding: 0 8px 0 0;
-    background-position: left;
-}
-
-paned.horizontal > separator:dir(rtl) {
-    margin: 0 0 0 -8px;
-    padding: 0 0 0 8px;
-    background-position: right;
+    background-position: center;
 }
 
 paned.vertical > separator {
-    margin: 0 0 -8px 0;
-    padding: 0 0 8px 0;
+    margin: -3px 0 -3px 0;
+    padding: 3px 0 3px 0;
     background-repeat: repeat-x;
-    background-position: top;
+    background-position: center;
 }
 
 /************
Binary files 
old/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_applications.scssc
 and 
new/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_applications.scssc
 differ
Binary files 
old/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_common.scssc
 and 
new/mint-themes/src/Mint-Y/gtk-3.0/.sass-cache/590abcf9bb60a0b4d900e2a45682e3d7037e6649/_common.scssc
 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/gtk-3.0/gtk-dark.css 
new/mint-themes/src/Mint-Y/gtk-3.0/gtk-dark.css
--- old/mint-themes/src/Mint-Y/gtk-3.0/gtk-dark.css     2018-07-17 
09:29:11.000000000 +0200
+++ new/mint-themes/src/Mint-Y/gtk-3.0/gtk-dark.css     2018-09-20 
11:33:13.000000000 +0200
@@ -2541,25 +2541,20 @@
     background-image: linear-gradient(to bottom, #292929, #292929), 
linear-gradient(to bottom, #292929, #292929);
     background-size: 1px 1px, 1px 1px; }
 paned.horizontal > separator {
-  background-repeat: repeat-y; }
-  paned.horizontal > separator:dir(ltr) {
-    margin: 0 -8px 0 0;
-    padding: 0 8px 0 0;
-    background-position: left; }
-  paned.horizontal > separator:dir(rtl) {
-    margin: 0 0 0 -8px;
-    padding: 0 0 0 8px;
-    background-position: right; }
+  background-repeat: repeat-y;
+  margin: 0 -3px 0 -3px;
+  padding: 0 3px 0 3px;
+  background-position: center; }
   paned.horizontal > separator.wide {
     margin: 0;
     padding: 0;
     background-repeat: repeat-y, repeat-y;
     background-position: left, right; }
 paned.vertical > separator {
-  margin: 0 0 -8px 0;
-  padding: 0 0 8px 0;
+  margin: -3px 0 -3px 0;
+  padding: 3px 0 3px 0;
   background-repeat: repeat-x;
-  background-position: top; }
+  background-position: center; }
   paned.vertical > separator.wide {
     margin: 0;
     padding: 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/gtk-3.0/gtk-darker.css 
new/mint-themes/src/Mint-Y/gtk-3.0/gtk-darker.css
--- old/mint-themes/src/Mint-Y/gtk-3.0/gtk-darker.css   2018-07-17 
09:29:11.000000000 +0200
+++ new/mint-themes/src/Mint-Y/gtk-3.0/gtk-darker.css   2018-09-20 
11:33:13.000000000 +0200
@@ -2540,25 +2540,20 @@
     background-image: linear-gradient(to bottom, #d9d9d9, #d9d9d9), 
linear-gradient(to bottom, #d9d9d9, #d9d9d9);
     background-size: 1px 1px, 1px 1px; }
 paned.horizontal > separator {
-  background-repeat: repeat-y; }
-  paned.horizontal > separator:dir(ltr) {
-    margin: 0 -8px 0 0;
-    padding: 0 8px 0 0;
-    background-position: left; }
-  paned.horizontal > separator:dir(rtl) {
-    margin: 0 0 0 -8px;
-    padding: 0 0 0 8px;
-    background-position: right; }
+  background-repeat: repeat-y;
+  margin: 0 -3px 0 -3px;
+  padding: 0 3px 0 3px;
+  background-position: center; }
   paned.horizontal > separator.wide {
     margin: 0;
     padding: 0;
     background-repeat: repeat-y, repeat-y;
     background-position: left, right; }
 paned.vertical > separator {
-  margin: 0 0 -8px 0;
-  padding: 0 0 8px 0;
+  margin: -3px 0 -3px 0;
+  padding: 3px 0 3px 0;
   background-repeat: repeat-x;
-  background-position: top; }
+  background-position: center; }
   paned.vertical > separator.wide {
     margin: 0;
     padding: 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/gtk-3.0/gtk.css 
new/mint-themes/src/Mint-Y/gtk-3.0/gtk.css
--- old/mint-themes/src/Mint-Y/gtk-3.0/gtk.css  2018-07-17 09:29:11.000000000 
+0200
+++ new/mint-themes/src/Mint-Y/gtk-3.0/gtk.css  2018-09-20 11:33:13.000000000 
+0200
@@ -2544,25 +2544,20 @@
     background-image: linear-gradient(to bottom, #d9d9d9, #d9d9d9), 
linear-gradient(to bottom, #d9d9d9, #d9d9d9);
     background-size: 1px 1px, 1px 1px; }
 paned.horizontal > separator {
-  background-repeat: repeat-y; }
-  paned.horizontal > separator:dir(ltr) {
-    margin: 0 -8px 0 0;
-    padding: 0 8px 0 0;
-    background-position: left; }
-  paned.horizontal > separator:dir(rtl) {
-    margin: 0 0 0 -8px;
-    padding: 0 0 0 8px;
-    background-position: right; }
+  background-repeat: repeat-y;
+  margin: 0 -3px 0 -3px;
+  padding: 0 3px 0 3px;
+  background-position: center; }
   paned.horizontal > separator.wide {
     margin: 0;
     padding: 0;
     background-repeat: repeat-y, repeat-y;
     background-position: left, right; }
 paned.vertical > separator {
-  margin: 0 0 -8px 0;
-  padding: 0 0 8px 0;
+  margin: -3px 0 -3px 0;
+  padding: 3px 0 3px 0;
   background-repeat: repeat-x;
-  background-position: top; }
+  background-position: center; }
   paned.vertical > separator.wide {
     margin: 0;
     padding: 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mint-themes/src/Mint-Y/gtk-3.0/sass/_common.scss 
new/mint-themes/src/Mint-Y/gtk-3.0/sass/_common.scss
--- old/mint-themes/src/Mint-Y/gtk-3.0/sass/_common.scss        2018-07-17 
09:29:11.000000000 +0200
+++ new/mint-themes/src/Mint-Y/gtk-3.0/sass/_common.scss        2018-08-30 
16:58:03.000000000 +0200
@@ -2706,16 +2706,9 @@
 
   &.horizontal > separator {
     background-repeat: repeat-y;
-    &:dir(ltr) {
-      margin: 0 -8px 0 0;
-      padding: 0 8px 0 0;
-      background-position: left;
-    }
-    &:dir(rtl) {
-      margin: 0 0 0 -8px;
-      padding: 0 0 0 8px;
-      background-position: right;
-    }
+    margin: 0 -3px 0 -3px;
+    padding: 0 3px 0 3px;
+    background-position: center;
 
     &.wide {
       margin: 0;
@@ -2726,10 +2719,10 @@
   }
 
   &.vertical > separator {
-    margin: 0 0 -8px 0;
-    padding: 0 0 8px 0;
+    margin: -3px 0 -3px 0;
+    padding: 3px 0 3px 0;
     background-repeat: repeat-x;
-    background-position: top;
+    background-position: center;
 
     &.wide {
       margin: 0;


Reply via email to