rpms/file-roller/devel .cvsignore, 1.42, 1.43 file-roller.spec, 1.74, 1.75 sources, 1.43, 1.44

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Oct 21 23:19:11 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/file-roller/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16165

Modified Files:
	.cvsignore file-roller.spec sources 
Log Message:
2.17.1



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/file-roller/devel/.cvsignore,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- .cvsignore	4 Sep 2006 22:47:33 -0000	1.42
+++ .cvsignore	21 Oct 2006 23:19:09 -0000	1.43
@@ -1 +1 @@
-file-roller-2.16.0.tar.bz2
+file-roller-2.17.1.tar.bz2


Index: file-roller.spec
===================================================================
RCS file: /cvs/dist/rpms/file-roller/devel/file-roller.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- file-roller.spec	8 Sep 2006 17:17:53 -0000	1.74
+++ file-roller.spec	21 Oct 2006 23:19:09 -0000	1.75
@@ -10,8 +10,8 @@
 
 Summary:	File Roller is a tool for viewing and creating archives
 Name:		file-roller
-Version:	2.16.0
-Release: 	2%{?dist}
+Version:	2.17.1
+Release: 	1%{?dist}
 
 License:	GPL
 Group:		Applications/Archiving
@@ -91,16 +91,25 @@
 update-desktop-database -q
 scrollkeeper-update -q
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/file-roller.schemas 2>&1 >/dev/null
+gconftool-2 --makefile-install-rule \
+	%{_sysconfdir}/gconf/schemas/file-roller.schemas 2>&1 >/dev/null || :
 touch --no-create %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
   gtk-update-icon-cache -q %{_datadir}/icons/hicolor
 fi
 
+%pre
+if [ "$1" -gt 1 ]; then
+  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+  gconftool-2 --makefile-uninstall-rule \
+	%{_sysconfdir}/gconf/schemas/file-roller.schemas 2>&1 >/dev/null
+fi
+
 %preun
 if [ "$1" -eq 0 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
-  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/file-roller.schemas 2>&1 >/dev/null
+  gconftool-2 --makefile-uninstall-rule \
+	%{_sysconfdir}/gconf/schemas/file-roller.schemas 2>&1 >/dev/null
 fi
 
 %postun
@@ -124,6 +133,9 @@
 %{_libdir}/nautilus/extensions-1.0/libnautilus-fileroller.so
 
 %changelog
+* Sat Oct 21 2006 Matthias Clasen <mclasen at redhat.com> - 2.17.1-1
+- Update to 2.17.1
+
 * Fri Sep  8 2006 Matthias Clasen <mclasen at redhat.com> - 2.16.0-2
 - Fix directory ownership issues
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/file-roller/devel/sources,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- sources	4 Sep 2006 22:47:33 -0000	1.43
+++ sources	21 Oct 2006 23:19:09 -0000	1.44
@@ -1 +1 @@
-96a17824bedce36d3ebfee602e6a68c5  file-roller-2.16.0.tar.bz2
+7fe85116d52da4d18dc1c40f23f9e341  file-roller-2.17.1.tar.bz2




More information about the fedora-cvs-commits mailing list