rpms/f-spot/devel f-spot.spec,1.11,1.12

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Feb 1 16:55:49 UTC 2006


Author: caillon

Update of /cvs/dist/rpms/f-spot/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21352

Modified Files:
	f-spot.spec 
Log Message:
* Wed Feb  1 2006 Christopher Aillon <caillon at redhat.com> - 0.1.8-2
- Add sqlite3.patch to ensure that sqlite3 is used if both
  sqlite2 and sqlite3 are installed.



Index: f-spot.spec
===================================================================
RCS file: /cvs/dist/rpms/f-spot/devel/f-spot.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- f-spot.spec	1 Feb 2006 00:29:18 -0000	1.11
+++ f-spot.spec	1 Feb 2006 16:55:47 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           f-spot
 Version:        0.1.8
-Release:        1
+Release:        2
 Summary:        Photo management application
 
 Group:          Applications/Multimedia
@@ -25,6 +25,7 @@
 ExcludeArch: s390
 
 Patch0: f-spot-0.1.5-security-fix.patch
+Patch1: f-spot-0.1.3-sqlite3.patch
 
 %description
 F-Spot is an application designed to provide personal photo management
@@ -34,6 +35,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .security-fix
+%patch1 -p1 -b .sqlite3
 
 %build
 export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
@@ -66,6 +68,10 @@
 %{_prefix}/bin/f-spot
 
 %changelog
+* Wed Feb  1 2006 Christopher Aillon <caillon at redhat.com> - 0.1.8-2
+- Add sqlite3.patch to ensure that sqlite3 is used if both
+  sqlite2 and sqlite3 are installed.
+
 * Tue Jan 31 2006 Christopher Aillon <caillon at redhat.com> - 0.1.8-1
 - Update to 0.1.8
 - Use sqlite3 instead of sqlite2




More information about the fedora-cvs-commits mailing list