From d1782679b70014078ab6d12b2ecb5a6f98d541f3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Jan 17 2010 22:36:02 +0000 Subject: 2.29.5 --- diff --git a/.cvsignore b/.cvsignore index a868c1a..e75d1b4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -orca-2.29.4.tar.bz2 +orca-2.29.5.tar.bz2 diff --git a/orca.spec b/orca.spec index 612f5c4..7d6eb8c 100644 --- a/orca.spec +++ b/orca.spec @@ -17,7 +17,7 @@ %define control_center_version 2.16.0-5 Name: orca -Version: 2.29.4 +Version: 2.29.5 Release: 1%{?dist} Summary: Assistive technology for people with visual impairments @@ -84,18 +84,18 @@ find $RPM_BUILD_ROOT -name '*.desktop' | xargs rm -f 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 -update-desktop-database &> /dev/null ||: -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +update-desktop-database &>/dev/null ||: +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,-) %doc AUTHORS COPYING NEWS README @@ -108,6 +108,9 @@ fi %changelog +* Sun Jan 17 2010 Matthias Clasen - 2.29.5-1 +- Update to 2.29.5 + * Tue Dec 22 2009 Matthias Clasen - 2.29.4-1 - Update to 2.29.4 diff --git a/sources b/sources index ae9dca3..88c4982 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -48c63286c6aaadc311497244ddb6daa5 orca-2.29.4.tar.bz2 +e4aca4ee25e8b49b8e0b61e7ae28a0ff orca-2.29.5.tar.bz2