rpms/sqlite2/devel sqlite2.spec,1.4,1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 24 08:25:11 UTC 2006


Author: alexl

Update of /cvs/dist/rpms/sqlite2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9336

Modified Files:
	sqlite2.spec 
Log Message:
* Tue Jan 24 2006 Alexander Larsson <alexl at redhat.com> - 2.8.17-2
- Built sqlite2 threadsafe, as beagle is threaded





Index: sqlite2.spec
===================================================================
RCS file: /cvs/dist/rpms/sqlite2/devel/sqlite2.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sqlite2.spec	23 Jan 2006 08:23:45 -0000	1.4
+++ sqlite2.spec	24 Jan 2006 08:25:09 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           sqlite2
 Version:        2.8.17
-Release:        1
+Release:        2
 
 Summary:        Embeddable SQL engine in a C library
 Group:          System Environment/Libraries
@@ -80,7 +80,7 @@
 
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -DNDEBUG=1"
+CFLAGS="$RPM_OPT_FLAGS -DNDEBUG=1 -DTHREADSAFE=1"
 %configure --enable-utf8 --disable-static
 make
 make tclsqlite libtclsqlite.la doc
@@ -124,6 +124,9 @@
 %{_libdir}/sqlite-%version
 
 %changelog
+* Tue Jan 24 2006 Alexander Larsson <alexl at redhat.com> - 2.8.17-2
+- Built sqlite2 threadsafe, as beagle is threaded
+
 * Mon Jan 23 2006 Alexander Larsson <alexl at redhat.com> - 2.8.17-1
 - Update to 2.8.17
 




More information about the fedora-cvs-commits mailing list