Hello community,

here is the log from the commit of package numix-gtk-theme for openSUSE:Factory 
checked in at 2016-09-25 14:45:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/numix-gtk-theme (Old)
 and      /work/SRC/openSUSE:Factory/.numix-gtk-theme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "numix-gtk-theme"

Changes:
--------
--- /work/SRC/openSUSE:Factory/numix-gtk-theme/numix-gtk-theme.changes  
2016-07-14 09:49:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.numix-gtk-theme.new/numix-gtk-theme.changes     
2016-09-25 14:45:07.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Sep 23 20:51:13 UTC 2016 - [email protected]
+
+- Update to version 2.6.4:
+  * No changelog available.
+- Rebase numix-gtk-theme-light-menubars.patch.
+
+-------------------------------------------------------------------

Old:
----
  numix-gtk-theme-2.6.1.tar.gz

New:
----
  numix-gtk-theme-2.6.4.tar.gz

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

Other differences:
------------------
++++++ numix-gtk-theme.spec ++++++
--- /var/tmp/diff_new_pack.Z49tSR/_old  2016-09-25 14:45:08.000000000 +0200
+++ /var/tmp/diff_new_pack.Z49tSR/_new  2016-09-25 14:45:08.000000000 +0200
@@ -19,9 +19,9 @@
 %define _theme  Numix
 %define _name   numix
 Name:           numix-gtk-theme
-Version:        2.6.1
+Version:        2.6.4
 Release:        0
-Summary:        Numix GTK+ theme for MATE, GNOME, and Xfce
+Summary:        Numix GTK+ theme for MATE, Cinnamon, GNOME, and Xfce
 License:        GPL-3.0+
 Group:          System/GUI/Other
 Url:            https://numixproject.org/
@@ -31,7 +31,7 @@
 BuildRequires:  fdupes
 BuildRequires:  glib2-tools
 BuildRequires:  libxml2-tools
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  rubygem(sass)
 BuildArch:      noarch
@@ -67,7 +67,7 @@
 %package -n gtk3-metatheme-%{_name}
 Summary:        Numix GTK+3 Theme
 Group:          System/GUI/Other
-Requires:       gtk3 >= 3.6.0
+Requires:       gtk3 >= 3.16.0
 Requires:       metatheme-%{_name}-common = %{version}
 Supplements:    packageand(metatheme-%{_name}-common:gtk3)
 
@@ -86,6 +86,16 @@
 
 %install
 %make_install
+# Changed to a symlink in numix-gtk-theme 2.6.4, breaks update from older 
versions.
+ls -d %{buildroot}%{_datadir}/themes/Numix/gtk-3.*/assets | while read dir; do
+    if [ -L "$dir" ]; then
+        real_dir="$(readlink "$dir")"
+        rm -f "$dir"
+        pushd "$(dirname "$dir")"
+        cp -a "$real_dir" "$dir"
+        popd
+    fi
+done
 chmod -R a-x+X %{buildroot}%{_datadir}/themes/%{_theme}/
 %fdupes %{buildroot}%{_datadir}/
 

++++++ numix-gtk-theme-2.6.1.tar.gz -> numix-gtk-theme-2.6.4.tar.gz ++++++
++++ 34801 lines of diff (skipped)

++++++ numix-gtk-theme-light-menubars.patch ++++++
--- /var/tmp/diff_new_pack.Z49tSR/_old  2016-09-25 14:45:09.000000000 +0200
+++ /var/tmp/diff_new_pack.Z49tSR/_new  2016-09-25 14:45:09.000000000 +0200
@@ -1,5 +1,5 @@
---- a/gtk-2.0/gtkrc
-+++ b/gtk-2.0/gtkrc
+--- a/src/gtk-2.0/gtkrc
++++ b/src/gtk-2.0/gtkrc
 @@ -307,19 +307,19 @@ style "murrine-vscrollbar" = "murrine-scrollbar" { }
  # Menus
  


Reply via email to