diff --git a/.cvsignore b/.cvsignore index 35e55f7..5eba77c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gparted-0.3.9.tar.bz2 +gparted-0.4.1.tar.bz2 diff --git a/gparted.spec b/gparted.spec index 7761202..3e14d94 100644 --- a/gparted.spec +++ b/gparted.spec @@ -1,7 +1,7 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.3.9 -Release: 1%{?dist}.1 +Version: 0.4.1 +Release: 1%{?dist} Group: Applications/System License: GPLv2+ URL: http://gparted.sourceforge.net @@ -61,9 +61,19 @@ rm -rf %{buildroot} %post 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 || : +fi + %files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README @@ -71,7 +81,7 @@ scrollkeeper-update -q || : %{_sbindir}/gparted %{_sbindir}/gpartedbin %{_datadir}/applications/fedora-gparted.desktop -%{_datadir}/pixmaps/gparted.png +%{_datadir}/icons/hicolor/*/apps/gparted.* %{_datadir}/gnome/help/gparted/ %{_datadir}/omf/gparted/ %{_mandir}/man8/gparted.* @@ -79,6 +89,9 @@ scrollkeeper-update -q || : %config(noreplace) %{_sysconfdir}/security/console.apps/gparted %changelog +* Mon Dec 15 2008 Deji Akingunola - 0.4.1-1 +- New upstream version + * Mon Sep 22 2008 Deji Akingunola - 0.3.9-1 - New upstream version - Finally removed the 'preun' call that ensures the old gparted fdi (pre-FC6) diff --git a/sources b/sources index 3ef0687..85d52a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b6dc1b154322c9721fce5fd5b9e066e gparted-0.3.9.tar.bz2 +38762b12b8dfeb0518e24b470b1b5675 gparted-0.4.1.tar.bz2