rpms/sqlite/devel sqlite.spec,1.35,1.36

Panu Matilainen (pmatilai) fedora-extras-commits at redhat.com
Fri Jan 25 18:33:37 UTC 2008


Author: pmatilai

Update of /cvs/pkgs/rpms/sqlite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7360

Modified Files:
	sqlite.spec 
Log Message:
- enable column metadata API (#430258)



Index: sqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/sqlite.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- sqlite.spec	8 Jan 2008 07:49:06 -0000	1.35
+++ sqlite.spec	25 Jan 2008 18:33:02 -0000	1.36
@@ -6,7 +6,7 @@
 Summary: Library that implements an embeddable SQL database engine
 Name: sqlite
 Version: 3.5.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: Public Domain
 Group: 	Applications/Databases
 URL: http://www.sqlite.org/
@@ -52,7 +52,7 @@
 %setup -q
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_DISABLE_DIRSYNC=1 -Wall"
+export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -Wall"
 %configure %{!?with_tcl:--disable-tcl} \
            --enable-threadsafe \
            --enable-threads-override-locks 
@@ -106,6 +106,9 @@
 %endif
 
 %changelog
+* Fri Jan 25 2008 Panu Matilainen <pmatilai at redhat.com> - 3.5.4-3
+- enable column metadata API (#430258)
+
 * Tue Jan 08 2008 Panu Matilainen <pmatilai at redhat.com> - 3.5.4-2
 - avoid packaging CVS directory as documentation (#427755)
 




More information about the fedora-extras-commits mailing list