rpms/sqlite/devel .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 sqlite.spec, 1.26, 1.27

Paul Nasrat (pnasrat) fedora-extras-commits at redhat.com
Tue Jun 19 10:07:02 UTC 2007


Author: pnasrat

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

Modified Files:
	.cvsignore sources sqlite.spec 
Log Message:
Update to 3.4.0 (#244800)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	29 May 2007 16:49:03 -0000	1.13
+++ .cvsignore	19 Jun 2007 10:06:26 -0000	1.14
@@ -9,3 +9,4 @@
 sqlite-3.3.6.tar.gz
 sqlite-3.3.13.tar.gz
 sqlite-3.3.17.tar.gz
+sqlite-3.4.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	29 May 2007 16:49:03 -0000	1.13
+++ sources	19 Jun 2007 10:06:26 -0000	1.14
@@ -1 +1 @@
-549eac1ee0b6ff4615f16e0ef0eb68fb  sqlite-3.3.17.tar.gz
+cee12d4b4237e48a91467e5b0fa7e5a8  sqlite-3.4.0.tar.gz


Index: sqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sqlite/devel/sqlite.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sqlite.spec	7 Jun 2007 07:45:59 -0000	1.26
+++ sqlite.spec	19 Jun 2007 10:06:26 -0000	1.27
@@ -5,8 +5,8 @@
 
 Summary: Library that implements an embeddable SQL database engine
 Name: sqlite
-Version: 3.3.17
-Release: 2%{?dist}
+Version: 3.4.0
+Release: 1%{?dist}
 License: Public Domain
 Group: 	Applications/Databases
 URL: http://www.sqlite.org/
@@ -55,10 +55,10 @@
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -DSQLITE_DISABLE_DIRSYNC=1 -Wall"
-%configure TLIBS=-ldl %{!?_with_tcl:--disable-tcl} \
+%configure %{!?_with_tcl:--disable-tcl} \
            --enable-threadsafe \
            --enable-threads-override-locks 
-make %{?_smp_mflags}
+make TLIBS=-ldl %{?_smp_mflags}
 make doc
 
 %install
@@ -108,6 +108,9 @@
 %endif
 
 %changelog
+* Tue Jun 19 2007 Paul Nasrat <pnasrat at redhat.com> - 3.4.0-1
+- Update to 3.4.0
+
 * Fri Jun 01 2007 Paul Nasrat <pnasrat at redhat.com> - 3.3.17-2
 - Enable load 
 - Build fts1 and fts2




More information about the scm-commits mailing list