Hello community,

here is the log from the commit of package mate-icon-theme-faenza for 
openSUSE:Factory checked in at 2015-06-30 10:18:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-icon-theme-faenza (Old)
 and      /work/SRC/openSUSE:Factory/.mate-icon-theme-faenza.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-icon-theme-faenza"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/mate-icon-theme-faenza/mate-icon-theme-faenza.changes
    2014-03-22 18:01:32.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-icon-theme-faenza.new/mate-icon-theme-faenza.changes
       2015-06-30 10:18:47.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Jun 12 09:04:38 UTC 2015 - [email protected]
+
+- Update to 1.10.0:
+  * Create tarball without make dist to avoid symlink issue.
+- Do not use matefaenza-install.
+- Spec cleanup.
+
+-------------------------------------------------------------------

Old:
----
  mate-icon-theme-faenza-1.8.0.tar.xz
  matefaenza-install

New:
----
  mate-icon-theme-faenza-1.10.0.tar.xz

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

Other differences:
------------------
++++++ mate-icon-theme-faenza.spec ++++++
--- /var/tmp/diff_new_pack.YyVYMH/_old  2015-06-30 10:18:48.000000000 +0200
+++ /var/tmp/diff_new_pack.YyVYMH/_new  2015-06-30 10:18:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for mate-icon-theme-faenza 
+# spec file for package mate-icon-theme-faenza
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -13,59 +13,59 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
+%define _version 1.10
 Name:           mate-icon-theme-faenza
-Version:        1.8.0
+Version:        1.10.0
 Release:        0
+Summary:        MATE Desktop Faenza compilation theme
 License:        GPL-2.0
-Summary:        MATE Desktop faenza compilation theme
-Url:            http://mate-desktop.org
 Group:          System/GUI/Other
-Source0:        
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-Source1:        matefaenza-install
-BuildArch:      noarch
-
-BuildRequires:  hicolor-icon-theme
+Url:            http://mate-desktop.org/
+Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  fdupes
-BuildRequires:  python
+BuildRequires:  hicolor-icon-theme
+BuildArch:      noarch
 
 %description
-This icon theme uses Faenza and Faience icon themes by ~Tiheum and some
-icons customized for MATE by Rowen Stipe. Also, there are some icons
-from Mint-X-F and Faenza-Fresh icon packs.
+This icon theme uses Faenza and Faience icon themes by ~Tiheum and
+some icons customized for MATE by Rowen Stipe. Also, there are some
+icons from Mint-X-F and Faenza-Fresh icon packs.
 
 %package dark
 Summary:        MATE Desktop faenza compilation theme, dark variant
 Group:          System/GUI/Other
-BuildArch:      noarch
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{version}
 
 %description dark
-This icon theme uses Faenza and Faience icon themes by ~Tiheum and some
-icons customized for MATE by Rowen Stipe. Also, there are some icons
-from Mint-X-F and Faenza-Fresh icon packs.
+This icon theme uses Faenza and Faience icon themes by ~Tiheum and
+some icons customized for MATE by Rowen Stipe. Also, there are some
+icons from Mint-X-F and Faenza-Fresh icon packs.
 
 %package gray
 Summary:        MATE Desktop faenza compilation theme, grey variant
 Group:          System/GUI/Other
-BuildArch:      noarch
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{version}
 
 %description gray
-This icon theme uses Faenza and Faience icon themes by ~Tiheum and some
-icons customized for MATE by Rowen Stipe. Also, there are some icons
-from Mint-X-F and Faenza-Fresh icon packs.
+This icon theme uses Faenza and Faience icon themes by ~Tiheum and
+some icons customized for MATE by Rowen Stipe. Also, there are some
+icons from Mint-X-F and Faenza-Fresh icon packs.
 
 %prep
 %setup -q
 
 %build
+autoreconf -fi
+%configure
 
 %install
-python %{S:1} --install    \
-   --dist=opensuse         \
-   --rebrand  %{buildroot}%{_datadir}/icons/
+%make_install
+
 %fdupes %{buildroot}%{_datadir}/icons/matefaenza
 %fdupes %{buildroot}%{_datadir}/icons/matefaenzadark
 %fdupes %{buildroot}%{_datadir}/icons/matefaenzagray
@@ -92,18 +92,18 @@
 %icon_theme_cache_postun matefaenzagray
 
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog README COPYING
+%defattr(-,root,root)
+%doc COPYING NEWS README
 %{_datadir}/icons/matefaenza/
 %ghost %{_datadir}/icons/matefaenza/icon-theme.cache
 
 %files dark
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_datadir}/icons/matefaenzadark/
 %ghost %{_datadir}/icons/matefaenzadark/icon-theme.cache
 
 %files gray
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %{_datadir}/icons/matefaenzagray/
 %ghost %{_datadir}/icons/matefaenzagray/icon-theme.cache
 

++++++ mate-icon-theme-faenza-1.8.0.tar.xz -> 
mate-icon-theme-faenza-1.10.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/mate-icon-theme-faenza/mate-icon-theme-faenza-1.8.0.tar.xz
 
/work/SRC/openSUSE:Factory/.mate-icon-theme-faenza.new/mate-icon-theme-faenza-1.10.0.tar.xz
 differ: char 25, line 1


Reply via email to