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:   20-Feb-2009 23:27:18
  Branch: HEAD                             Handle: 2009022022271800

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

  Log:
    upgrading package: sqlite 3.6.10 -> 3.6.11

  Summary:
    Revision    Changes     Path
    1.67        +25 -6      openpkg-src/sqlite/sqlite.patch
    1.201       +2  -7      openpkg-src/sqlite/sqlite.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.patch
  ============================================================================
  $ cvs diff -u -r1.66 -r1.67 sqlite.patch
  --- openpkg-src/sqlite/sqlite.patch   17 Jan 2009 10:45:10 -0000      1.66
  +++ openpkg-src/sqlite/sqlite.patch   20 Feb 2009 22:27:18 -0000      1.67
  @@ -1,7 +1,16 @@
   Index: Makefile.in
  ---- Makefile.in.orig 2009-01-15 15:01:45 +0100
  -+++ Makefile.in      2009-01-17 11:43:12 +0100
  -@@ -184,6 +184,30 @@
  +--- Makefile.in.orig 2009-02-15 14:07:08 +0100
  ++++ Makefile.in      2009-02-20 23:23:36 +0100
  +@@ -163,7 +163,7 @@
  + 
  + # Object files for the SQLite library (non-amalgamation).
  + #
  +-OBJS0 = alter.lo analyze.lo attach.lo auth.lo bitvec.lo btmutex.lo \
  ++OBJS0 = alter.lo analyze.lo attach.lo auth.lo backup.lo bitvec.lo 
btmutex.lo \
  +         btree.lo build.lo callback.lo complete.lo date.lo \
  +         delete.lo expr.lo fault.lo func.lo global.lo \
  +         hash.lo journal.lo insert.lo legacy.lo loadext.lo \
  +@@ -188,6 +188,30 @@
    LIBOBJ = $(OBJS$(USE_AMALGAMATION))
    
    
  @@ -32,7 +41,17 @@
    # All of the source code files.
    #
    SRC = \
  -@@ -801,3 +825,38 @@
  +@@ -518,6 +542,9 @@
  + auth.lo:    $(TOP)/src/auth.c $(HDR)
  +     $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/auth.c
  + 
  ++backup.lo:  $(TOP)/src/backup.c $(HDR)
  ++    $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/backup.c
  ++
  + bitvec.lo:  $(TOP)/src/bitvec.c $(HDR)
  +     $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/bitvec.c
  + 
  +@@ -817,3 +844,38 @@
    sqlite3.dll: $(REAL_LIBOBJ) sqlite3.def
        $(TCC) -shared -o $@ sqlite3.def \
                -Wl,"--strip-all" $(REAL_LIBOBJ)
  @@ -72,8 +91,8 @@
   +    $(LTCOMPILE) -c $(TOP)/ext/rtree/rtree.c
   +
   Index: sqlite3.pc.in
  ---- sqlite3.pc.in.orig       2009-01-15 15:01:45 +0100
  -+++ sqlite3.pc.in    2009-01-17 11:43:12 +0100
  +--- sqlite3.pc.in.orig       2009-02-15 14:07:08 +0100
  ++++ sqlite3.pc.in    2009-02-20 23:22:48 +0100
   @@ -8,6 +8,5 @@
    Name: SQLite
    Description: SQL database engine
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sqlite/sqlite.spec
  ============================================================================
  $ cvs diff -u -r1.200 -r1.201 sqlite.spec
  --- openpkg-src/sqlite/sqlite.spec    13 Feb 2009 23:12:46 -0000      1.200
  +++ openpkg-src/sqlite/sqlite.spec    20 Feb 2009 22:27:18 -0000      1.201
  @@ -22,7 +22,7 @@
   ##
   
   #   package version
  -%define       V_sqlite   3.6.10
  +%define       V_sqlite   3.6.11
   %define       V_odbc     0.80
   %define       V_jdbc     20090213
   
  @@ -37,7 +37,7 @@
   Group:        Database
   License:      PD
   Version:      %{V_sqlite}
  -Release:      20090214
  +Release:      20090220
   
   #   package options
   %option       with_debug           no
  @@ -114,11 +114,6 @@
       %setup -q -D -T -a 2
   %endif
   
  -    #   post-adjust sources
  -    %{l_shtool} subst \
  -        -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
  -        configure
  -
   %build
       #   configure and build SQLite
       CC="%{l_cc}"
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to