Hello community,
here is the log from the commit of package hicolor-icon-theme for
openSUSE:Factory checked in at 2016-05-29 03:06:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hicolor-icon-theme (Old)
and /work/SRC/openSUSE:Factory/.hicolor-icon-theme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hicolor-icon-theme"
Changes:
--------
--- /work/SRC/openSUSE:Factory/hicolor-icon-theme/hicolor-icon-theme.changes
2015-10-30 16:35:48.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.hicolor-icon-theme.new/hicolor-icon-theme.changes
2016-05-29 03:06:57.000000000 +0200
@@ -1,0 +2,7 @@
+Thu May 26 14:01:13 UTC 2016 - [email protected]
+
+- Update url to point to some existing location.
+- Run over with spec-cleaner: Update macros and remove obsolete
+ clean section.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hicolor-icon-theme.spec ++++++
--- /var/tmp/diff_new_pack.GjyogD/_old 2016-05-29 03:06:58.000000000 +0200
+++ /var/tmp/diff_new_pack.GjyogD/_new 2016-05-29 03:06:58.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package hicolor-icon-theme
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,12 +17,12 @@
Name: hicolor-icon-theme
+Version: 0.15
+Release: 0
Summary: Fallback Icon Theme
License: GPL-2.0+
Group: System/X11/Utilities
-Version: 0.15
-Release: 0
-Url: http://icon-theme.freedesktop.org/wiki/HicolorTheme
+Url: https://freedesktop.org/wiki/Software/icon-theme/
Source:
http://icon-theme.freedesktop.org/releases/%{name}-%{version}.tar.xz
Source1: macros.hicolor
Source99: %{name}-rpmlintrc
@@ -38,17 +38,14 @@
%build
%configure
-%__make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
%install
-%makeinstall
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
touch %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache
chmod -x COPYING
# Install rpm macros
-install -D -m644 %{S:1} %{buildroot}%{_sysconfdir}/rpm/macros.hicolor
-
-%clean
-rm -rf %{buildroot}
+install -D -m644 %{SOURCE1} %{buildroot}%{_sysconfdir}/rpm/macros.hicolor
# No %%post/%%postun: there are actually no icons in this package. It's just
the
# directory structure.