From 6cdeadf9dc802c0fed919fde4f6c733135b97f46 Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Feb 12 2009 20:42:57 +0000 Subject: - New upstream version, fixes the automounting bug (RH #468953) --- diff --git a/.cvsignore b/.cvsignore index 35e55f7..c0e74e1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gparted-0.3.9.tar.bz2 +gparted-0.4.3.tar.bz2 diff --git a/gparted.spec b/gparted.spec index 7761202..348ccc6 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.3 +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 +* Thu Feb 12 2009 Deji Akingunola - 0.4.3-1 +- New upstream version, fixes the automounting bug (RH #468953) + * 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..044d2ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b6dc1b154322c9721fce5fd5b9e066e gparted-0.3.9.tar.bz2 +da976113bf0962293d419222618bc091 gparted-0.4.3.tar.bz2