rpms/revelation/devel .cvsignore, 1.7, 1.8 revelation.spec, 1.11, 1.12 sources, 1.7, 1.8

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Sat Aug 27 18:15:34 UTC 2005


Author: thl

Update of /cvs/extras/rpms/revelation/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23506

Modified Files:
	.cvsignore revelation.spec sources 
Log Message:
update to 0.4.5; add patch revelation-dont_check_everything.patch


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/revelation/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	8 Aug 2005 16:35:42 -0000	1.7
+++ .cvsignore	27 Aug 2005 18:15:31 -0000	1.8
@@ -1 +1,2 @@
-revelation-0.4.4.tar.bz2
+revelation-0.4.5.tar.bz2
+revelation-dont_check_everything.patch


Index: revelation.spec
===================================================================
RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- revelation.spec	19 Aug 2005 05:16:21 -0000	1.11
+++ revelation.spec	27 Aug 2005 18:15:31 -0000	1.12
@@ -3,11 +3,13 @@
 
 Summary:	Password manager for GNOME 2
 Name:		revelation
-Version:	0.4.4
-Release:	2%{?dist}
+Version:	0.4.5
+Release:	1%{?dist}
 License:	GPL
 Group:		Applications/Productivity
-Source:		ftp://oss.codepoet.no/revelation/revelation-0.4.4.tar.bz2
+Source0:	ftp://oss.codepoet.no/revelation/revelation-0.4.5.tar.bz2
+# the reason for this patch is found in http://oss.codepoet.no/pipermail/revelation-list/2005-August/000132.html
+Patch0:		%{name}-dont_check_everything.patch
 URL:		http://oss.codepoet.no/revelation/
 Requires:	python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 Requires:	python-crypto >= 2.0
@@ -37,6 +39,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .patch0
 
 %build
 %configure --disable-desktop-update --disable-mime-update --with-cracklib-dict=/usr/share/dict/
@@ -59,9 +62,9 @@
 %post
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
-update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
-update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor || :
+update-mime-database %{_datadir}/mime &> /dev/null || :
+update-desktop-database %{_datadir}/applications &> /dev/null || :
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %preun
@@ -69,9 +72,9 @@
 gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
 
 %postun
-update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
-update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor || :
+update-mime-database %{_datadir}/mime &> /dev/null || :
+update-desktop-database %{_datadir}/applications &> /dev/null || :
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %clean
@@ -103,6 +106,10 @@
 %{_libexecdir}/revelation-applet
 
 %changelog
+* Mon Aug 27 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 0.4.5-1
+- Update to 0.4.5
+- add patch revelation-dont_check_everything.patch
+
 * Fri Aug 19 2005 Thorsten Leemhuis <fedora at leemhuis dot info> 0.4.4-2
 - rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/revelation/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	8 Aug 2005 16:35:42 -0000	1.7
+++ sources	27 Aug 2005 18:15:31 -0000	1.8
@@ -1 +1,2 @@
-79c5af34e19c0d1eb25de15b47567060  revelation-0.4.4.tar.bz2
+f509367e8b5ab869fe00c6c3f87d2b58  revelation-0.4.5.tar.bz2
+b99ea591311a237d50e16384ab31d6ee  revelation-dont_check_everything.patch




More information about the fedora-extras-commits mailing list