Hello community, here is the log from the commit of package gtk3 for openSUSE:Factory checked in at 2017-07-24 12:30:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtk3 (Old) and /work/SRC/openSUSE:Factory/.gtk3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk3" Mon Jul 24 12:30:55 2017 rev:113 rq:511632 version:3.22.17 Changes: -------- --- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes 2017-06-28 10:33:18.248691884 +0200 +++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes 2017-07-24 12:30:57.333944466 +0200 @@ -1,0 +2,21 @@ +Wed Jul 19 07:05:03 UTC 2017 - [email protected] + +- Update to version 3.22.17: + + Add native file chooser support for OS X. + + Bugs fixed: bgo#766517, bgo#781583, bgo#781935, bgo#781936, + bgo#782040, bgo#782325, bgo#784323, bgo#784723, bgo#784888. + + Updated translations. + +------------------------------------------------------------------- +Tue Jun 27 12:24:12 UTC 2017 - [email protected] + +- Migrate %icon_theme_cache_post/postun macro from + hicolor-icon-theme to gtk3-tools file triggers. Any package + installing icons below /usr/share/icons will trigger. Each + package will produce the cache for every icon theme being + updated. The same trigger is also added to gtk2-tools, where only + the one owning the current instance of + /usr/bin/gtk-update-icon-cache update-alternative link actually + executes the update. + +------------------------------------------------------------------- Old: ---- gtk+-3.22.16.tar.xz New: ---- gtk+-3.22.17.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtk3.spec ++++++ --- /var/tmp/diff_new_pack.bykrYE/_old 2017-07-24 12:30:59.021706206 +0200 +++ /var/tmp/diff_new_pack.bykrYE/_new 2017-07-24 12:30:59.025705641 +0200 @@ -29,7 +29,7 @@ Name: gtk3 %define _name gtk+ -Version: 3.22.16 +Version: 3.22.17 Release: 0 Summary: The GTK+ toolkit library (version 3) License: LGPL-2.1+ @@ -479,6 +479,24 @@ update-alternatives --install %{_bindir}/gtk-update-icon-cache gtk-update-icon-cache %{_bindir}/gtk-update-icon-cache-3.0 3 \ --slave %{_mandir}/man1/gtk-update-icon-cache.1.gz gtk-update-icon-cache.1.gz %{_mandir}/man1/gtk-update-icon-cache-3.0.1.gz +%filetriggerin tools -- %{_datadir}/icons +if [ "$(realpath %{_bindir}/gtk-update-icon-cache)" = "%{_bindir}/gtk-update-icon-cache-3.0" ]; then + for ICON_THEME in $(cut -d / -f 5 | sort -u); do + if [ -f "%{_datadir}/icons/${ICON_THEME}/index.theme" ]; then + %{_bindir}/gtk-update-icon-cache --quiet --force "%{_datadir}/icons/${ICON_THEME}" + fi + done +fi + +%filetriggerpostun tools -- %{_datadir}/icons +if [ "$(realpath %{_bindir}/gtk-update-icon-cache)" = "%{_bindir}/gtk-update-icon-cache-3.0" ]; then + for ICON_THEME in $(cut -d / -f 5 | sort -u); do + if [ -f "%{_datadir}/icons/${ICON_THEME}/index.theme" ]; then + %{_bindir}/gtk-update-icon-cache --quiet --force "%{_datadir}/icons/${ICON_THEME}" + fi + done +fi + %post schema %glib2_gsettings_schema_post ++++++ gtk+-3.22.16.tar.xz -> gtk+-3.22.17.tar.xz ++++++ /work/SRC/openSUSE:Factory/gtk3/gtk+-3.22.16.tar.xz /work/SRC/openSUSE:Factory/.gtk3.new/gtk+-3.22.17.tar.xz differ: char 27, line 1
