OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 28-Nov-2007 20:15:37
Branch: HEAD Handle: 2007112819153600
Modified files:
openpkg-src/sqlite sqlite.patch sqlite.spec
Log:
upgrading package: sqlite 3.5.2 -> 3.5.3
Summary:
Revision Changes Path
1.44 +12 -11 openpkg-src/sqlite/sqlite.patch
1.164 +2 -2 openpkg-src/sqlite/sqlite.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.patch
============================================================================
$ cvs diff -u -r1.43 -r1.44 sqlite.patch
--- openpkg-src/sqlite/sqlite.patch 6 Nov 2007 07:18:00 -0000 1.43
+++ openpkg-src/sqlite/sqlite.patch 28 Nov 2007 19:15:36 -0000 1.44
@@ -1,6 +1,6 @@
Index: Makefile.in
---- Makefile.in.orig 2007-10-19 19:43:30 +0200
-+++ Makefile.in 2007-11-06 08:17:18 +0100
+--- Makefile.in.orig 2007-11-23 16:05:48 +0100
++++ Makefile.in 2007-11-28 20:11:50 +0100
@@ -132,6 +132,24 @@
vdbe.lo vdbeapi.lo vdbeaux.lo vdbeblob.lo vdbefifo.lo vdbemem.lo \
where.lo utf.lo legacy.lo vtab.lo
@@ -61,12 +61,13 @@
$(LTLINK) -DTCLSH=1 -DSQLITE_TEST=1 -DSQLITE_CRASH_TEST=1 \
-DSQLITE_NO_SYNC=1 $(TEMP_STORE) \
Index: sqlite3.pc.in
---- sqlite3.pc.in.orig 2004-07-19 06:25:47 +0200
-+++ sqlite3.pc.in 2007-11-06 08:17:18 +0100
-@@ -8,5 +8,5 @@
- Name: SQLite
- Description: SQL database engine
- Version: @VERSION@
--Libs: -L${libdir} -lsqlite3
-+Libs: -L${libdir} -lsqlite3 @LIBS@
- Cflags: -I${includedir}
+--- sqlite3.pc.in.orig 2007-11-22 01:47:05 +0100
++++ sqlite3.pc.in 2007-11-28 20:12:30 +0100
+@@ -8,6 +8,5 @@
+ Name: SQLite
+ Description: SQL database engine
+ Version: @VERSION@
+-Libs: -L${libdir} -lsqlite3
+-Libs.private: -lpthread
++Libs: -L${libdir} -lsqlite3 @LIBS@
+ Cflags: -I${includedir}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.163 -r1.164 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 9 Nov 2007 07:31:47 -0000 1.163
+++ openpkg-src/sqlite/sqlite.spec 28 Nov 2007 19:15:36 -0000 1.164
@@ -23,7 +23,7 @@
##
# package version
-%define V_sqlite 3.5.2
+%define V_sqlite 3.5.3
%define V_odbc 0.76
%define V_jdbc 20071108
@@ -38,7 +38,7 @@
Group: Database
License: PD
Version: %{V_sqlite}
-Release: 20071109
+Release: 20071128
# package options
%option with_assert no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]