diff --git a/.gitignore b/.gitignore index fb1236a..73bf80d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ chromium-bsu-0.9.14.1.tar.gz +/chromium-bsu-0.9.15.tar.gz diff --git a/chromium-bsu.spec b/chromium-bsu.spec index 0864a7d..8c88b6d 100644 --- a/chromium-bsu.spec +++ b/chromium-bsu.spec @@ -1,6 +1,6 @@ Name: chromium-bsu -Version: 0.9.14.1 -Release: 2%{?dist} +Version: 0.9.15 +Release: 1%{?dist} Summary: Fast paced, arcade-style, top-scrolling space shooter Group: Amusements/Games License: Artistic clarified @@ -45,17 +45,17 @@ rm -rf $RPM_BUILD_ROOT %post -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi +touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +if [ $1 -eq 0 ] ; then + touch --no-create %{_datadir}/icons/hicolor &>/dev/null + gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : fi +%posttrans +gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : + %files -f %{name}.lang %defattr(-,root,root,-) @@ -68,6 +68,9 @@ fi %changelog +* Mon Feb 14 2011 Hans de Goede - 0.9.15-1 +- New upstream release 0.9.15 + * Tue Feb 08 2011 Fedora Release Engineering - 0.9.14.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index db68f33..bd5fd84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8b41d08cd20cd870f497d06cf103db3 chromium-bsu-0.9.14.1.tar.gz +d57137a1ac2292363b35192724c7e3be chromium-bsu-0.9.15.tar.gz