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: 15-Dec-2007 09:55:23
Branch: HEAD Handle: 2007121508552200
Modified files:
openpkg-src/sqlite sqlite.patch sqlite.spec
Log:
upgrading package: sqlite 3.5.3 -> 3.5.4
Summary:
Revision Changes Path
1.45 +5 -5 openpkg-src/sqlite/sqlite.patch
1.165 +2 -3 openpkg-src/sqlite/sqlite.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.patch
============================================================================
$ cvs diff -u -r1.44 -r1.45 sqlite.patch
--- openpkg-src/sqlite/sqlite.patch 28 Nov 2007 19:15:36 -0000 1.44
+++ openpkg-src/sqlite/sqlite.patch 15 Dec 2007 08:55:22 -0000 1.45
@@ -1,6 +1,6 @@
Index: Makefile.in
---- Makefile.in.orig 2007-11-23 16:05:48 +0100
-+++ Makefile.in 2007-11-28 20:11:50 +0100
+--- Makefile.in.orig 2007-12-13 19:17:41 +0100
++++ Makefile.in 2007-12-15 09:53:39 +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
@@ -26,7 +26,7 @@
# All of the source code files.
#
SRC = \
-@@ -543,6 +561,33 @@
+@@ -554,6 +572,33 @@
$(LTLINK) -o tclsqlite3 tclsqlite-shell.lo \
libsqlite3.la $(LIBTCL)
@@ -61,8 +61,8 @@
$(LTLINK) -DTCLSH=1 -DSQLITE_TEST=1 -DSQLITE_CRASH_TEST=1 \
-DSQLITE_NO_SYNC=1 $(TEMP_STORE) \
Index: sqlite3.pc.in
---- sqlite3.pc.in.orig 2007-11-22 01:47:05 +0100
-+++ sqlite3.pc.in 2007-11-28 20:12:30 +0100
+--- sqlite3.pc.in.orig 2007-11-30 02:28:10 +0100
++++ sqlite3.pc.in 2007-12-15 09:53:39 +0100
@@ -8,6 +8,5 @@
Name: SQLite
Description: SQL database engine
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.164 -r1.165 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 28 Nov 2007 19:15:36 -0000 1.164
+++ openpkg-src/sqlite/sqlite.spec 15 Dec 2007 08:55:22 -0000 1.165
@@ -23,7 +23,7 @@
##
# package version
-%define V_sqlite 3.5.3
+%define V_sqlite 3.5.4
%define V_odbc 0.76
%define V_jdbc 20071108
@@ -38,7 +38,7 @@
Group: Database
License: PD
Version: %{V_sqlite}
-Release: 20071128
+Release: 20071215
# package options
%option with_assert no
@@ -128,7 +128,6 @@
%if "%{with_assert}" == "no"
CFLAGS="$CFLAGS -DNDEBUG=1"
%endif
- CFLAGS="$CFLAGS -DSQLITE_MAX_SQL_LENGTH=10000000"
CPPFLAGS="%{l_cppflags}"
LDFLAGS="%{l_ldflags}"
LIBS="-lm"
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]