[file-roller/f14/master] fix a typo

Matthias Clasen mclasen at fedoraproject.org
Wed Sep 29 00:50:09 UTC 2010


commit f7cb408580dbe687061457b1023c16ed86fc2efa
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Sep 28 20:49:22 2010 -0400

    fix a typo

 file-roller.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/file-roller.spec b/file-roller.spec
index 93a5dda..62b6426 100644
--- a/file-roller.spec
+++ b/file-roller.spec
@@ -10,7 +10,7 @@
 Summary:        Tool for viewing and creating archives
 Name:           file-roller
 Version:        2.32.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPLv2+
 Group:          Applications/Archiving
 URL:            http://download.gnome.org/sources/file-roller/
@@ -81,7 +81,7 @@ touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
 
 %postun
 update-desktop-database &> /dev/null || :
-gconf_schema_remove file-roller
+%gconf_schema_remove file-roller
 if [ $1 -eq 0 ]; then
   touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor &> /dev/null || :
@@ -104,6 +104,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Sep 28 2010 Matthias Clasen <mclasen at redhat.com> 2.32.0-2
+- Fix a typo in %%post. Spotted by Yanko Kaneti
+
 * Tue Sep 28 2010 Matthias Clasen <mclasen at redhat.com> 2.32.0-1
 - Update to 2.32.0
 


More information about the scm-commits mailing list