From 4a80def9ce11a516e3c30a83a9ad05a67a116c8c Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Sun, 10 May 2009 23:18:25 +0000 Subject: [PATCH] Update to 0.4.5 --- .cvsignore | 2 +- gparted.spec | 19 +++++++++++-------- import.log | 1 + sources | 2 +- 4 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index 2cab4bf..d29c073 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gparted-0.4.4.tar.bz2 +gparted-0.4.5.tar.bz2 diff --git a/gparted.spec b/gparted.spec index 6e22eba..cc4a2a9 100644 --- a/gparted.spec +++ b/gparted.spec @@ -1,6 +1,6 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.4.4 +Version: 0.4.5 Release: 1%{?dist} Group: Applications/System License: GPLv2+ @@ -62,18 +62,18 @@ rm -rf %{buildroot} scrollkeeper-update -q -o %{_datadir}/omf/%{name} || : touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi %postun scrollkeeper-update -q || : -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,-) %doc AUTHORS COPYING ChangeLog README @@ -89,7 +89,10 @@ fi %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog -* Sun Apr 12 2009 Deji Akingunola - 0.4.4-1 +* Sat May 09 2009 Deji Akingunola - 0.4.5-1 +- New upstream version + +* Mon Apr 06 2009 Deji Akingunola - 0.4.4-1 - New upstream version * Tue Feb 24 2009 Fedora Release Engineering - 0.4.3-2 diff --git a/import.log b/import.log new file mode 100644 index 0000000..190f441 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +gparted-0_4_5-1_fc11:HEAD:gparted-0.4.5-1.fc11.src.rpm:1241997483 diff --git a/sources b/sources index fd5109a..8509f99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1fec16c61c76770d2fddd834f0d37997 gparted-0.4.4.tar.bz2 +d3c7034fb843c2769e59c77d6f4f890a gparted-0.4.5.tar.bz2