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: 12-Nov-2008 19:29:36
Branch: HEAD Handle: 2008111218293600
Modified files:
openpkg-src/sqlite sqlite.patch sqlite.spec
Log:
upgrading package: sqlite 3.6.4 -> 3.6.5
Summary:
Revision Changes Path
1.61 +6 -6 openpkg-src/sqlite/sqlite.patch
1.192 +2 -2 openpkg-src/sqlite/sqlite.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.patch
============================================================================
$ cvs diff -u -r1.60 -r1.61 sqlite.patch
--- openpkg-src/sqlite/sqlite.patch 15 Oct 2008 18:03:35 -0000 1.60
+++ openpkg-src/sqlite/sqlite.patch 12 Nov 2008 18:29:36 -0000 1.61
@@ -1,7 +1,7 @@
Index: Makefile.in
---- Makefile.in.orig 2008-10-14 20:07:37 +0200
-+++ Makefile.in 2008-10-15 19:59:08 +0200
-@@ -179,6 +179,30 @@
+--- Makefile.in.orig 2008-11-06 16:09:33 +0100
++++ Makefile.in 2008-11-12 19:23:43 +0100
+@@ -184,6 +184,30 @@
LIBOBJ = $(OBJS$(USE_AMALGAMATION))
@@ -32,7 +32,7 @@
# All of the source code files.
#
SRC = \
-@@ -786,3 +810,38 @@
+@@ -791,3 +815,38 @@
sqlite3.dll: $(REAL_LIBOBJ) sqlite3.def
$(TCC) -shared -o $@ sqlite3.def \
-Wl,"--strip-all" $(REAL_LIBOBJ)
@@ -72,8 +72,8 @@
+ $(LTCOMPILE) -c $(TOP)/ext/rtree/rtree.c
+
Index: sqlite3.pc.in
---- sqlite3.pc.in.orig 2008-10-14 20:07:39 +0200
-+++ sqlite3.pc.in 2008-10-15 19:59:34 +0200
+--- sqlite3.pc.in.orig 2008-11-06 16:07:53 +0100
++++ sqlite3.pc.in 2008-11-12 19:23:43 +0100
@@ -8,6 +8,5 @@
Name: SQLite
Description: SQL database engine
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sqlite/sqlite.spec
============================================================================
$ cvs diff -u -r1.191 -r1.192 sqlite.spec
--- openpkg-src/sqlite/sqlite.spec 15 Oct 2008 18:03:35 -0000 1.191
+++ openpkg-src/sqlite/sqlite.spec 12 Nov 2008 18:29:36 -0000 1.192
@@ -22,7 +22,7 @@
##
# package version
-%define V_sqlite 3.6.4
+%define V_sqlite 3.6.5
%define V_odbc 0.79
%define V_jdbc 20081006
@@ -37,7 +37,7 @@
Group: Database
License: PD
Version: %{V_sqlite}
-Release: 20081015
+Release: 20081112
# package options
%option with_debug no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]