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:   18-Jun-2007 19:25:19
  Branch: HEAD                             Handle: 2007061818251900

  Modified files:
    openpkg-src/sqlite      sqlite.patch sqlite.spec

  Log:
    upgrading package: sqlite 3.3.17 -> 3.4.0

  Summary:
    Revision    Changes     Path
    1.31        +14 -14     openpkg-src/sqlite/sqlite.patch
    1.140       +3  -3      openpkg-src/sqlite/sqlite.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.patch
  ============================================================================
  $ cvs diff -u -r1.30 -r1.31 sqlite.patch
  --- openpkg-src/sqlite/sqlite.patch   3 Jun 2007 09:41:58 -0000       1.30
  +++ openpkg-src/sqlite/sqlite.patch   18 Jun 2007 17:25:19 -0000      1.31
  @@ -1,8 +1,8 @@
   Index: Makefile.in
  ---- Makefile.in.orig 2007-04-06 14:44:37 +0200
  -+++ Makefile.in      2007-06-03 11:35:12 +0200
  +--- Makefile.in.orig 2007-06-14 22:54:38 +0200
  ++++ Makefile.in      2007-06-18 19:20:18 +0200
   @@ -130,6 +130,12 @@
  -          vdbe.lo vdbeapi.lo vdbeaux.lo vdbefifo.lo vdbemem.lo \
  +          vdbe.lo vdbeapi.lo vdbeaux.lo vdbeblob.lo vdbefifo.lo vdbemem.lo \
             where.lo utf.lo legacy.lo vtab.lo
    
   +# FTS1 support
  @@ -14,7 +14,7 @@
    # All of the source code files.
    #
    SRC = \
  -@@ -399,7 +405,7 @@
  +@@ -409,7 +415,7 @@
        cp $(TOP)/src/parse.y .
        ./lemon$(BEXE) $(OPTS) parse.y
        mv parse.h parse.h.temp
  @@ -23,7 +23,7 @@
    
    pragma.lo:  $(TOP)/src/pragma.c $(HDR)
        $(LTCOMPILE) -c $(TOP)/src/pragma.c
  -@@ -485,6 +491,14 @@
  +@@ -498,6 +504,14 @@
                -o testfixture $(TESTSRC) $(TOP)/src/tclsqlite.c \
                libsqlite3.la $(LIBTCL)
    
  @@ -39,8 +39,8 @@
    fulltest:   testfixture$(TEXE) sqlite3$(TEXE)
        ./testfixture $(TOP)/test/all.test
   Index: ext/fts1/fts1.c
  ---- ext/fts1/fts1.c.orig     2007-04-12 23:24:09 +0200
  -+++ ext/fts1/fts1.c  2007-06-03 11:34:54 +0200
  +--- ext/fts1/fts1.c.orig     2007-06-12 14:18:00 +0200
  ++++ ext/fts1/fts1.c  2007-06-18 19:20:18 +0200
   @@ -19,11 +19,7 @@
    #endif
    
  @@ -54,8 +54,8 @@
    #include <string.h>
    #include <ctype.h>
   Index: ext/fts1/fts1_porter.c
  ---- ext/fts1/fts1_porter.c.orig      2007-03-16 19:30:54 +0100
  -+++ ext/fts1/fts1_porter.c   2007-06-03 11:34:54 +0200
  +--- ext/fts1/fts1_porter.c.orig      2007-06-12 14:18:00 +0200
  ++++ ext/fts1/fts1_porter.c   2007-06-18 19:20:18 +0200
   @@ -26,11 +26,7 @@
    
    
  @@ -69,8 +69,8 @@
    #include <string.h>
    #include <ctype.h>
   Index: ext/fts1/fts1_tokenizer1.c
  ---- ext/fts1/fts1_tokenizer1.c.orig  2007-03-16 19:30:54 +0100
  -+++ ext/fts1/fts1_tokenizer1.c       2007-06-03 11:34:54 +0200
  +--- ext/fts1/fts1_tokenizer1.c.orig  2007-06-12 14:18:00 +0200
  ++++ ext/fts1/fts1_tokenizer1.c       2007-06-18 19:20:18 +0200
   @@ -18,11 +18,7 @@
    
    
  @@ -85,17 +85,17 @@
    #include <ctype.h>
   Index: sqlite3.pc.in
   --- sqlite3.pc.in.orig       2004-07-19 06:25:47 +0200
  -+++ sqlite3.pc.in    2007-06-03 11:34:54 +0200
  ++++ sqlite3.pc.in    2007-06-18 19:20:18 +0200
   @@ -8,5 +8,5 @@
    Name: SQLite
    Description: SQL database engine
    Version: @VERSION@
   -Libs: -L${libdir} -lsqlite3
  -+Libs: -L${libdir} -lsqlite3 @TARGET_LIBS@
  ++Libs: -L${libdir} -lsqlite3 @LIBS@
    Cflags: -I${includedir}
   Index: sqliteodbc-0.74/Makefile.in
   --- sqliteodbc-0.74/Makefile.in.orig 2007-02-04 12:23:36 +0100
  -+++ sqliteodbc-0.74/Makefile.in      2007-06-03 11:34:54 +0200
  ++++ sqliteodbc-0.74/Makefile.in      2007-06-18 19:20:18 +0200
   @@ -6,7 +6,7 @@
    CC =                @CC@
    INSTALL =   @INSTALL@
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.spec
  ============================================================================
  $ cvs diff -u -r1.139 -r1.140 sqlite.spec
  --- openpkg-src/sqlite/sqlite.spec    3 Jun 2007 09:41:58 -0000       1.139
  +++ openpkg-src/sqlite/sqlite.spec    18 Jun 2007 17:25:19 -0000      1.140
  @@ -23,7 +23,7 @@
   ##
   
   #   package version
  -%define       V_sqlite   3.3.17
  +%define       V_sqlite   3.4.0
   %define       V_odbc     0.74
   
   #   package information
  @@ -37,7 +37,7 @@
   Group:        Database
   License:      PD
   Version:      %{V_sqlite}
  -Release:      20070603
  +Release:      20070618
   
   #   package options
   %option       with_utf8            no
  @@ -110,7 +110,7 @@
   %endif
       CPPFLAGS="%{l_cppflags}"
       LDFLAGS="%{l_ldflags}"
  -    LIBS=""
  +    LIBS="-lm"
       export CC
       export CPPFLAGS
       export CFLAGS
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to