Hello community,
here is the log from the commit of package hicolor-icon-theme for
openSUSE:Factory checked in at 2017-09-13 21:43:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hicolor-icon-theme (Old)
and /work/SRC/openSUSE:Factory/.hicolor-icon-theme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hicolor-icon-theme"
Wed Sep 13 21:43:42 2017 rev:31 rq:522155 version:0.17
Changes:
--------
--- /work/SRC/openSUSE:Factory/hicolor-icon-theme/hicolor-icon-theme.changes
2016-05-29 03:06:57.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.hicolor-icon-theme.new/hicolor-icon-theme.changes
2017-09-13 21:43:46.128788606 +0200
@@ -1,0 +2,16 @@
+Thu Sep 7 15:01:50 UTC 2017 - [email protected]
+
+- Update to version 0.17:
+ + Fix 256x256@2/animations name in index.theme.
+- Changes from version 0.16:
+ + Add hidpi icon directories (e.g. 48x48@2) with scale=2.
+
+-------------------------------------------------------------------
+Tue Jun 27 12:29:12 UTC 2017 - [email protected]
+
+- Migrate %icon_theme_cache_post/postun macro from
+ hicolor-icon-theme to gtk2-tools and gtk3-tools file triggers.
+ The macros are defined to be nop, in order to not break all spec
+ files for now.
+
+-------------------------------------------------------------------
Old:
----
hicolor-icon-theme-0.15.tar.xz
New:
----
hicolor-icon-theme-0.17.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hicolor-icon-theme.spec ++++++
--- /var/tmp/diff_new_pack.ZZ1XoG/_old 2017-09-13 21:43:46.628718270 +0200
+++ /var/tmp/diff_new_pack.ZZ1XoG/_new 2017-09-13 21:43:46.632717707 +0200
@@ -1,7 +1,7 @@
#
# spec file for package hicolor-icon-theme
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +17,7 @@
Name: hicolor-icon-theme
-Version: 0.15
+Version: 0.17
Release: 0
Summary: Fallback Icon Theme
License: GPL-2.0+
@@ -47,9 +47,6 @@
# Install rpm macros
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.
-
%files
%defattr(-, root, root)
%doc COPYING ChangeLog README
++++++ hicolor-icon-theme-0.15.tar.xz -> hicolor-icon-theme-0.17.tar.xz ++++++
++++ 4759 lines of diff (skipped)
++++++ macros.hicolor ++++++
--- /var/tmp/diff_new_pack.ZZ1XoG/_old 2017-09-13 21:43:46.776697450 +0200
+++ /var/tmp/diff_new_pack.ZZ1XoG/_new 2017-09-13 21:43:46.776697450 +0200
@@ -33,27 +33,10 @@
mkdir -p "%{buildroot}%{_datadir}/icons/%1"
\
touch "%{buildroot}%{_datadir}/icons/%1/icon-theme.cache"
-# On install, update the icon cache
+# The macro is a compatibility place holder to not break .spec files. It has
been migrated to be a file trigger
%icon_theme_cache_post()
\
-%if "x%1" != "x%%1"
\
-ICON_THEME="%1"
\
-%else
\
-ICON_THEME="hicolor"
\
-%endif
\
-if test -x %{_bindir}/gtk-update-icon-cache; then
\
- %{_bindir}/gtk-update-icon-cache --quiet --force
"%{_datadir}/icons/${ICON_THEME}" || true \
-fi
+%nil
-# On uninstall, update the icon cache. Note: we ignore upgrades (already
-# handled in %post of the new package).
+# The macro is a compatibility place holder to not break .spec files. It has
been migrated to be a file trigger
%icon_theme_cache_postun()
\
-if [ $1 -eq 0 ]; then
\
-%if "x%1" != "x%%1"
\
- ICON_THEME="%1"
\
-%else
\
- ICON_THEME="hicolor"
\
-%endif
\
- if test -x %{_bindir}/gtk-update-icon-cache; then
\
- %{_bindir}/gtk-update-icon-cache --quiet --force
"%{_datadir}/icons/${ICON_THEME}" || true \
- fi
\
-fi
+%nil