rpms/sqlite/devel sqlite.spec,1.51,1.52

Panu Matilainen pmatilai at fedoraproject.org
Wed Feb 4 16:26:03 UTC 2009


Author: pmatilai

Update of /cvs/pkgs/rpms/sqlite/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7682

Modified Files:
	sqlite.spec 
Log Message:
- enable RTREE and FTS3 extensions (#481417)



Index: sqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/sqlite.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- sqlite.spec	22 Jan 2009 19:47:34 -0000	1.51
+++ sqlite.spec	4 Feb 2009 16:25:32 -0000	1.52
@@ -6,7 +6,7 @@
 Summary: Library that implements an embeddable SQL database engine
 Name: sqlite
 Version: 3.6.10
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: Public Domain
 Group: 	Applications/Databases
 URL: http://www.sqlite.org/
@@ -80,7 +80,7 @@
 %patch3 -p1 -b .keywords
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -Wall"
+export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -Wall"
 %configure %{!?with_tcl:--disable-tcl} \
            --enable-threadsafe \
            --enable-threads-override-locks \
@@ -148,6 +148,9 @@
 %endif
 
 %changelog
+* Wed Feb 04 2009 Panu Matilainen <pmatilai at redhat.com> - 3.6.10-3
+- enable RTREE and FTS3 extensions (#481417)
+
 * Thu Jan 22 2009 Panu Matilainen <pmatilai at redhat.com> - 3.6.10-2
 - upstream fix yum breakage caused by new keywords (#481189)
 




More information about the scm-commits mailing list