Hello community,
here is the log from the commit of package elementary-icon-theme for
openSUSE:Factory checked in at 2015-05-16 19:01:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elementary-icon-theme (Old)
and /work/SRC/openSUSE:Factory/.elementary-icon-theme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "elementary-icon-theme"
Changes:
--------
---
/work/SRC/openSUSE:Factory/elementary-icon-theme/elementary-icon-theme.changes
2014-09-03 19:43:10.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.elementary-icon-theme.new/elementary-icon-theme.changes
2015-05-16 19:01:23.000000000 +0200
@@ -1,0 +2,5 @@
+Sat May 16 05:49:21 UTC 2015 - [email protected]
+
+- update to 3.2.1
+
+-------------------------------------------------------------------
Old:
----
elementaryicons3.1.tar.gz
New:
----
elementary-icon-theme-3.2.1.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ elementary-icon-theme.spec ++++++
--- /var/tmp/diff_new_pack.NcVcEJ/_old 2015-05-16 19:01:24.000000000 +0200
+++ /var/tmp/diff_new_pack.NcVcEJ/_new 2015-05-16 19:01:24.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package elementary-icon-theme
#
-# 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
@@ -17,51 +17,49 @@
Name: elementary-icon-theme
-%define _name elementary
-Version: 3.1
+Version: 3.2.1
Release: 0
Summary: Simple and appealing Tango-styled icon theme
License: GPL-3.0+
Group: System/GUI/Other
Url: https://launchpad.net/elementaryicons
-Source:
https://launchpad.net/%{_name}icons/3.x/%{version}/+download/%{_name}icons%{version}.tar.gz
-
+Source:
https://launchpad.net/elementaryicons/3.x/%{version}/+download/%{name}-%{version}.tgz
BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The official elementary icons are designed to be simple and appealing,
these icons are the inspiration behind Ubuntu's default Humanity icon theme.
%prep
-%setup -q -n %{_name}icons%{version}
+%setup -q
%build
# Nothing to build.
%install
-mkdir -p %{buildroot}%{_datadir}/icons/%{_name}
-cp -rf * %{buildroot}%{_datadir}/icons/%{_name}
-%if %suse_version > 1130
-%icon_theme_cache_create_ghost %{_name}
-%endif
-%fdupes -s %{buildroot}%{_datadir}/icons
+mkdir -p %{buildroot}%{_datadir}/icons/elementary
+cp -rf * %{buildroot}%{_datadir}/icons/elementary
+
+# Remove duplicates.
+rm -f %{buildroot}%{_datadir}/icons/elementary/{AUTHORS,CONTRIBUTORS,COPYING}
+
+# Fix ERROR: link target doesn't exist (neither in build root nor in installed
system):
+rm -f
%{buildroot}%{_datadir}/icons/elementary/actions/128/media-optical-audio-new.svg
+
+%icon_theme_cache_create_ghost elementary
+%fdupes %{buildroot}%{_datadir}/icons/
-%if %suse_version > 1130
%post
-%icon_theme_cache_post %{_name}
+%icon_theme_cache_post elementary
-# No need for %%icon_theme_cache_postun in %postun since the theme won't exist
anymore.
-%endif
+# No need for %%icon_theme_cache_postun in %%postun since the theme won't
exist anymore.
%files
-%defattr (-,root,root)
+%defattr(-,root,root)
%doc AUTHORS CONTRIBUTORS COPYING
-%if %suse_version > 1130
-%ghost %{_datadir}/icons/%{_name}/icon-theme.cache
-%endif
-%{_datadir}/icons/%{_name}/
+%{_datadir}/icons/elementary/
+%ghost %{_datadir}/icons/elementary/icon-theme.cache
%changelog