Hello community, here is the log from the commit of package gtk2 for openSUSE:11.4 checked in at Fri Apr 8 23:27:52 CEST 2011.
-------- --- old-versions/11.4/all/gtk2/gtk2.changes 2011-02-19 18:17:56.000000000 +0100 +++ 11.4/gtk2/gtk2.changes 2011-04-01 03:27:11.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Apr 1 01:27:31 UTC 2011 - [email protected] + +- Add SuSEconfig script to update icon cache upon install/removal + of packages (fixes bnc#680533) + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.4/all/gtk2 Destination is old-versions/11.4/UPDATES/all/gtk2 calling whatdependson for 11.4-i586 New: ---- SuSEconfig.gtk2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtk2.spec ++++++ --- /var/tmp/diff_new_pack.xWSYHe/_old 2011-04-08 23:26:53.000000000 +0200 +++ /var/tmp/diff_new_pack.xWSYHe/_new 2011-04-08 23:26:53.000000000 +0200 @@ -22,7 +22,7 @@ Name: gtk2 %define _name gtk+ Version: 2.22.1 -Release: 13.<RELEASE2> +Release: 13.<RELEASE15> # NOTE: on upgrade to a new upstream version, change the Obsoletes from <= to < (here and in baselibs.conf) # FIXME: 2.19.3 doesn't compile with parallel build. Check if this is still true for later versions. # FIXME: when updating to next version, check whether we can remove the workaround for bgo#596977 below (removing -fomit-frame-pointer) @@ -35,6 +35,7 @@ Source3: gtkrc Source4: baselibs.conf Source5: macros.gtk2 +Source6: SuSEconfig.gtk2 # PATCH-FIX-OPENSUSE gtk64.patch [email protected] - 64-bit dual install. See also the Fedora patch for a simpler way of doing this. Patch8: gtk64.patch # PATCH-FEATURE-UPSTREAM bugzilla-129753-gtk+-2.8.9-localize-font-style-name.diff bnc129753 bgo319484 [email protected] - Translate the font styles in the GUI @@ -353,6 +354,10 @@ %fdupes %{buildroot}%{_datadir} %fdupes %{buildroot}%{_libdir} +#Install SuSEconfig file (bnc#680533) +mkdir -p %{buildroot}/sbin/conf.d +install %{S:6} %{buildroot}/sbin/conf.d + %clean rm -rf %{buildroot} @@ -530,6 +535,7 @@ %{_mandir}/man1/gtk-query-immodules-2.0*.1* %{_mandir}/man1/gtk-update-icon-cache-2.0.1* %ghost %{_mandir}/man1/gtk-update-icon-cache.1* +/sbin/conf.d/SuSEconfig.gtk2 %files data %defattr(-,root,root) ++++++ SuSEconfig.gtk2 ++++++ #!/bin/bash # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany # Author: Atri <[email protected]> # Ensure, that $XDG_DATA_DIRS is set properly. (#71978, #240603) if test "$PROFILEREAD" != true ; then . $r/etc/profile fi /usr/bin/update-desktop-database # SuSEconfig script to update icon-cache after install/removal of # packages (bnc#680533) if test -x /usr/bin/gtk-update-icon-cache; then /usr/bin/gtk-update-icon-cache --quiet --force "/usr/share/icons/hicolor" || true fi # # end # ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
