OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 13-Apr-2009 17:51:52 Branch: HEAD Handle: 2009041316515100 Modified files: openpkg-src/sqlite sqlite.patch sqlite.spec Log: upgrading package: sqlite 3.6.12 -> 3.6.13 Summary: Revision Changes Path 1.70 +8 -10 openpkg-src/sqlite/sqlite.patch 1.205 +2 -2 openpkg-src/sqlite/sqlite.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/sqlite/sqlite.patch ============================================================================ $ cvs diff -u -r1.69 -r1.70 sqlite.patch --- openpkg-src/sqlite/sqlite.patch 31 Mar 2009 18:14:15 -0000 1.69 +++ openpkg-src/sqlite/sqlite.patch 13 Apr 2009 15:51:51 -0000 1.70 @@ -1,6 +1,6 @@ Index: Makefile.in ---- Makefile.in.orig 2009-03-30 18:37:16 +0200 -+++ Makefile.in 2009-03-31 20:09:03 +0200 +--- Makefile.in.orig 2009-04-09 20:41:18 +0200 ++++ Makefile.in 2009-04-13 17:43:27 +0200 @@ -187,6 +187,17 @@ USE_AMALGAMATION = @USE_AMALGAMATION@ LIBOBJ = $(OBJS$(USE_AMALGAMATION)) @@ -45,26 +45,24 @@ # copies of all of the C source code and header files needed to # build on the target system. Some of the C source code and header Index: configure ---- configure.orig 2009-02-18 13:09:06 +0100 -+++ configure 2009-03-31 20:06:08 +0200 -@@ -5963,13 +5963,7 @@ +--- configure.orig 2009-04-13 11:09:25 +0200 ++++ configure 2009-04-13 17:44:28 +0200 +@@ -6012,11 +6012,7 @@ if $ac_preproc_ok; then : else -- { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5 --$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} --{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check +- { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check -See \`config.log' for more details." >&5 -$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check -See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; }; } +- { (exit 1); exit 1; }; } + : fi ac_ext=c Index: sqlite3.pc.in --- sqlite3.pc.in.orig 2009-02-15 14:07:08 +0100 -+++ sqlite3.pc.in 2009-03-31 20:06:08 +0200 ++++ sqlite3.pc.in 2009-04-13 17:43:27 +0200 @@ -8,6 +8,5 @@ Name: SQLite Description: SQL database engine @@ . patch -p0 <<'@@ .' Index: openpkg-src/sqlite/sqlite.spec ============================================================================ $ cvs diff -u -r1.204 -r1.205 sqlite.spec --- openpkg-src/sqlite/sqlite.spec 10 Apr 2009 09:44:42 -0000 1.204 +++ openpkg-src/sqlite/sqlite.spec 13 Apr 2009 15:51:51 -0000 1.205 @@ -22,7 +22,7 @@ ## # package version -%define V_sqlite 3.6.12 +%define V_sqlite 3.6.13 %define V_odbc 0.80 %define V_jdbc 20090409 @@ -37,7 +37,7 @@ Group: Database License: PD Version: %{V_sqlite} -Release: 20090410 +Release: 20090413 # package options %option with_debug no @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org