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: 17-Apr-2008 08:28:17
Branch: HEAD Handle: 2008041707281700
Modified files:
openpkg-src/sqlite sqlite.patch sqlite.spec
Log:
upgrading package: sqlite 3.5.7 -> 3.5.8
Summary:
Revision Changes Path
1.51 +7 -7 openpkg-src/sqlite/sqlite.patch
1.179 +2 -2 openpkg-src/sqlite/sqlite.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.patch
============================================================================
$ cvs diff -u -r1.50 -r1.51 sqlite.patch
--- openpkg-src/sqlite/sqlite.patch 18 Mar 2008 20:53:35 -0000 1.50
+++ openpkg-src/sqlite/sqlite.patch 17 Apr 2008 06:28:17 -0000 1.51
@@ -1,7 +1,7 @@
Index: Makefile.in
---- Makefile.in.orig 2008-03-14 19:01:53 +0100
-+++ Makefile.in 2008-03-18 21:49:33 +0100
-@@ -149,6 +149,24 @@
+--- Makefile.in.orig 2008-04-14 02:49:45 +0200
++++ Makefile.in 2008-04-17 08:24:02 +0200
+@@ -167,6 +167,24 @@
LIBOBJ = $(OBJS$(USE_AMALGAMATION))
@@ -26,7 +26,7 @@
# All of the source code files.
#
SRC = \
-@@ -712,3 +730,31 @@
+@@ -732,3 +750,31 @@
sqlite3.dll: $(REAL_LIBOBJ) sqlite3.def
$(TCC) -shared -o $@ sqlite3.def \
-Wl,"--strip-all" $(REAL_LIBOBJ)
@@ -59,13 +59,13 @@
+ $(LTCOMPILE) -c $(TOP)/ext/fts3/fts3_tokenizer1.c
+
Index: sqlite3.pc.in
---- sqlite3.pc.in.orig 2008-03-14 19:01:53 +0100
-+++ sqlite3.pc.in 2008-03-18 21:45:30 +0100
+--- sqlite3.pc.in.orig 2008-03-20 13:06:04 +0100
++++ sqlite3.pc.in 2008-04-17 08:24:32 +0200
@@ -8,6 +8,5 @@
Name: SQLite
Description: SQL database engine
Version: @VERSION@
-Libs: -L${libdir} -lsqlite3
--Libs.private: -lpthread
+-Libs.private: @LIBS@
+Libs: -L${libdir} -lsqlite3 @LIBS@
Cflags: -I${includedir}
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.178 -r1.179 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 1 Apr 2008 19:22:08 -0000 1.178
+++ openpkg-src/sqlite/sqlite.spec 17 Apr 2008 06:28:17 -0000 1.179
@@ -22,7 +22,7 @@
##
# package version
-%define V_sqlite 3.5.7
+%define V_sqlite 3.5.8
%define V_odbc 0.77
%define V_jdbc 20080401
@@ -37,7 +37,7 @@
Group: Database
License: PD
Version: %{V_sqlite}
-Release: 20080401
+Release: 20080417
# package options
%option with_debug no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]