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-May-2008 13:33:54
Branch: HEAD Handle: 2008051512335400
Modified files:
openpkg-src/sqlite sqlite.patch sqlite.spec
Log:
upgrading package: sqlite 3.5.8 -> 3.5.9
Summary:
Revision Changes Path
1.52 +8 -6 openpkg-src/sqlite/sqlite.patch
1.181 +2 -2 openpkg-src/sqlite/sqlite.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.patch
============================================================================
$ cvs diff -u -r1.51 -r1.52 sqlite.patch
--- openpkg-src/sqlite/sqlite.patch 17 Apr 2008 06:28:17 -0000 1.51
+++ openpkg-src/sqlite/sqlite.patch 15 May 2008 11:33:54 -0000 1.52
@@ -1,7 +1,7 @@
Index: Makefile.in
---- Makefile.in.orig 2008-04-14 02:49:45 +0200
-+++ Makefile.in 2008-04-17 08:24:02 +0200
-@@ -167,6 +167,24 @@
+--- Makefile.in.orig 2008-05-12 19:10:26 +0200
++++ Makefile.in 2008-05-15 13:29:58 +0200
+@@ -172,6 +172,24 @@
LIBOBJ = $(OBJS$(USE_AMALGAMATION))
@@ -26,7 +26,7 @@
# All of the source code files.
#
SRC = \
-@@ -732,3 +750,31 @@
+@@ -738,3 +756,31 @@
sqlite3.dll: $(REAL_LIBOBJ) sqlite3.def
$(TCC) -shared -o $@ sqlite3.def \
-Wl,"--strip-all" $(REAL_LIBOBJ)
@@ -59,8 +59,8 @@
+ $(LTCOMPILE) -c $(TOP)/ext/fts3/fts3_tokenizer1.c
+
Index: sqlite3.pc.in
---- sqlite3.pc.in.orig 2008-03-20 13:06:04 +0100
-+++ sqlite3.pc.in 2008-04-17 08:24:32 +0200
+--- sqlite3.pc.in.orig 2008-05-02 03:56:18 +0200
++++ sqlite3.pc.in 2008-05-15 13:29:58 +0200
@@ -8,6 +8,5 @@
Name: SQLite
Description: SQL database engine
@@ -69,3 +69,5 @@
-Libs.private: @LIBS@
+Libs: -L${libdir} -lsqlite3 @LIBS@
Cflags: -I${includedir}
+Index: test/sqllimits1
+sed: -e expression #1, char 30: unknown option to `s'
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.180 -r1.181 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 21 Apr 2008 18:12:54 -0000 1.180
+++ openpkg-src/sqlite/sqlite.spec 15 May 2008 11:33:54 -0000 1.181
@@ -22,7 +22,7 @@
##
# package version
-%define V_sqlite 3.5.8
+%define V_sqlite 3.5.9
%define V_odbc 0.77
%define V_jdbc 20080420
@@ -37,7 +37,7 @@
Group: Database
License: PD
Version: %{V_sqlite}
-Release: 20080421
+Release: 20080515
# package options
%option with_debug no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]