Hello community,

here is the log from the commit of package elementary-icon-theme for 
openSUSE:Factory checked in at 2018-04-19 15:31:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elementary-icon-theme (Old)
 and      /work/SRC/openSUSE:Factory/.elementary-icon-theme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elementary-icon-theme"

Thu Apr 19 15:31:49 2018 rev:12 rq:597755 version:4.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/elementary-icon-theme/elementary-icon-theme.changes  
    2017-10-29 20:25:05.457759836 +0100
+++ 
/work/SRC/openSUSE:Factory/.elementary-icon-theme.new/elementary-icon-theme.changes
 2018-04-19 15:31:51.601215560 +0200
@@ -1,0 +2,5 @@
+Wed Apr 18 11:44:09 UTC 2018 - [email protected]
+
+- Fix the package (boo#1082179).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ elementary-icon-theme.spec ++++++
--- /var/tmp/diff_new_pack.vqKwBO/_old  2018-04-19 15:31:52.353184626 +0200
+++ /var/tmp/diff_new_pack.vqKwBO/_new  2018-04-19 15:31:52.357184461 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package elementary-icon-theme
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -21,12 +21,13 @@
 Version:        4.3.1
 Release:        0
 Summary:        A Tango-styled icon theme
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          System/GUI/Other
-Url:            https://github.com/elementary/icons
+URL:            https://github.com/elementary/icons
 Source:         
https://github.com/elementary/icons/archive/%{version}.tar.gz#/icons-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM elementary-icon-theme-chmod.patch [email protected] 
-- https://github.com/elementary/icons/pull/130
 Patch0:         elementary-icon-theme-chmod.patch
+BuildRequires:  cmake
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildArch:      noarch
@@ -40,26 +41,31 @@
 %patch0 -p1
 
 %build
-# Nothing to build.
+%cmake
 
 %install
-mkdir -p %{buildroot}%{_datadir}/icons/elementary/
-cp -rf * %{buildroot}%{_datadir}/icons/elementary/
+%cmake_install
 
-# Remove duplicates.
-rm -f %{buildroot}%{_datadir}/icons/elementary/{AUTHORS,CONTRIBUTORS,COPYING}
+# Remove weirdness.
+rm %{buildroot}/.VolumeIcon.{png,icns}
 
 %icon_theme_cache_create_ghost elementary
 %fdupes %{buildroot}%{_datadir}/icons/
 
+%if 0%{?suse_version} < 1500
 %post
 %icon_theme_cache_post elementary
 
 # No need for %%icon_theme_cache_postun in %%postun since the theme won't 
exist anymore.
+%endif
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS CONTRIBUTORS COPYING
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc AUTHORS CONTRIBUTORS
 %{_datadir}/icons/elementary/
 %ghost %{_datadir}/icons/elementary/icon-theme.cache
 


Reply via email to