[file-roller] 2.91.0

Matthias Clasen mclasen at fedoraproject.org
Thu Oct 7 03:10:44 UTC 2010


commit 7ed613de525407752e97d41c1f5e41a3ca55d8a3
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Oct 6 23:10:00 2010 -0400

    2.91.0

 .gitignore       |    1 +
 file-roller.spec |   11 +++++++----
 sources          |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5996fcb..5fa01dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 file-roller-2.31.4.tar.bz2
 file-roller-2.31.5.tar.bz2
+/file-roller-2.91.0.tar.bz2
diff --git a/file-roller.spec b/file-roller.spec
index 1dce24a..40df469 100644
--- a/file-roller.spec
+++ b/file-roller.spec
@@ -9,13 +9,13 @@
 
 Summary:	Tool for viewing and creating archives
 Name:		file-roller
-Version:	2.31.5
+Version:	2.91.0
 Release: 	1%{?dist}
 License:	GPLv2+
 Group:		Applications/Archiving
 URL:		http://download.gnome.org/sources/file-roller/
 #VCS: git:git://git.gnome.org/file-roller
-Source:		http://download.gnome.org/sources/file-roller/2.31/file-roller-%{version}.tar.bz2
+Source:		http://download.gnome.org/sources/file-roller/2.91/file-roller-%{version}.tar.bz2
 
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: pango-devel >= %{pango_version}
@@ -78,15 +78,15 @@ touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
 
 %postun
 update-desktop-database &> /dev/null || :
-glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 if [ $1 -eq 0 ]; then
   touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor &> /dev/null || :
+  glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 fi
 
 %posttrans
-glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 
 %files -f %{name}.lang
 %defattr(-, root, root)
@@ -102,6 +102,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed Oct  6 2010 Matthias Clasen <mclasen at redhat.com> 2.91.0-1
+- Update to 2.91.0
+
 * Tue Aug  3 2010 Matthias Clasen <mclasen at redhat.com> 2.31.5-1
 - Update to 2.31.5
 
diff --git a/sources b/sources
index 1d85a63..67165f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4188ba5f5c5df1b31d936fbaa063e170  file-roller-2.31.5.tar.bz2
+840d278d48e97c799483f3422932fc09  file-roller-2.91.0.tar.bz2


More information about the scm-commits mailing list