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: 01-Feb-2008 23:29:35
Branch: HEAD Handle: 2008020122293400
Modified files:
openpkg-src/sqlite sqlite.patch sqlite.spec
Log:
upgrading package: sqlite 3.5.4 -> 3.5.5
Summary:
Revision Changes Path
1.48 +4 -33 openpkg-src/sqlite/sqlite.patch
1.172 +2 -2 openpkg-src/sqlite/sqlite.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.patch
============================================================================
$ cvs diff -u -r1.47 -r1.48 sqlite.patch
--- openpkg-src/sqlite/sqlite.patch 3 Jan 2008 13:54:13 -0000 1.47
+++ openpkg-src/sqlite/sqlite.patch 1 Feb 2008 22:29:34 -0000 1.48
@@ -1,7 +1,7 @@
Index: Makefile.in
---- Makefile.in.orig 2007-12-13 19:17:41 +0100
-+++ Makefile.in 2007-12-15 09:53:39 +0100
-@@ -132,6 +132,24 @@
+--- Makefile.in.orig 2008-01-22 19:42:50 +0100
++++ Makefile.in 2008-02-01 23:26:04 +0100
+@@ -133,6 +133,24 @@
vdbe.lo vdbeapi.lo vdbeaux.lo vdbeblob.lo vdbefifo.lo vdbemem.lo \
where.lo utf.lo legacy.lo vtab.lo
@@ -62,7 +62,7 @@
-DSQLITE_NO_SYNC=1 $(TEMP_STORE) \
Index: sqlite3.pc.in
--- sqlite3.pc.in.orig 2007-11-30 02:28:10 +0100
-+++ sqlite3.pc.in 2007-12-15 09:53:39 +0100
++++ sqlite3.pc.in 2008-02-01 23:26:04 +0100
@@ -8,6 +8,5 @@
Name: SQLite
Description: SQL database engine
@@ -71,32 +71,3 @@
-Libs.private: -lpthread
+Libs: -L${libdir} -lsqlite3 @LIBS@
Cflags: -I${includedir}
-Index: sqlite/Makefile.in
---- Makefile.in 2007/12/13 18:20:46 1.191
-+++ Makefile.in 2007/12/17 16:20:07 1.192
-@@ -317,17 +317,10 @@
- -rpath $(libdir)/sqlite \
- -version-info "8:6:8"
-
--testcli$(TEXE): $(TOP)/src/shell.c libsqlite3.la sqlite3.h
-+sqlite3$(TEXE): $(TOP)/src/shell.c libsqlite3.la sqlite3.h
- $(LTLINK) $(READLINE_FLAGS) $(LIBPTHREAD) \
- -o $@ $(TOP)/src/shell.c libsqlite3.la \
- $(LIBREADLINE) $(TLIBS)
--
--sqlite3$(EXE): $(TOP)/src/shell.c sqlite3.c sqlite3.h
-- $(LTLINK) $(READLINE_FLAGS) -o $@ \
-- -DSQLITE_MAX_SQL_LENGTH=1000000000 \
-- -USQLITE_THREADSAFE -DSQLITE_THREADSAFE=0 \
-- $(TOP)/src/shell.c sqlite3.c \
-- $(LIBREADLINE) $(TLIBS) $(THREADLIB)
-
- # This target creates a directory named "tsrc" and fills it with
- # copies of all of the C source code and header files needed to
-@@ -577,7 +577,7 @@
- -e 's,$$,\\n",' \
- $(TOP)/tool/spaceanal.tcl >spaceanal_tcl.h
- $(LTLINK) -DTCLSH=2 -DSQLITE_TEST=1 $(TEMP_STORE)\
-- -o sqlite3_analyzer$(EXE) $(TESTSRC) $(TOP)/src/tclsqlite.c
\
-+ -o sqlite3_analyzer$(TEXE) $(TESTSRC)
$(TOP)/src/tclsqlite.c \
- libtclsqlite3.la $(LIBTCL)
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.171 -r1.172 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 30 Jan 2008 17:55:14 -0000 1.171
+++ openpkg-src/sqlite/sqlite.spec 1 Feb 2008 22:29:34 -0000 1.172
@@ -22,7 +22,7 @@
##
# package version
-%define V_sqlite 3.5.4
+%define V_sqlite 3.5.5
%define V_odbc 0.77
%define V_jdbc 20080130
@@ -37,7 +37,7 @@
Group: Database
License: PD
Version: %{V_sqlite}
-Release: 20080130
+Release: 20080201
# package options
%option with_assert no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]