Browse Source

upgrading package: sqlite 3.5.5 -> 3.5.6

Ralf S. Engelschall 18 years ago
parent
commit
51a2f8656d
2 changed files with 4 additions and 4 deletions
  1. 2 2
      sqlite/sqlite.patch
  2. 2 2
      sqlite/sqlite.spec

+ 2 - 2
sqlite/sqlite.patch

@@ -1,6 +1,6 @@
 Index: Makefile.in
 --- Makefile.in.orig	2008-01-22 19:42:50 +0100
-+++ Makefile.in	2008-02-01 23:26:04 +0100
++++ Makefile.in	2008-02-07 19:18:34 +0100
 @@ -133,6 +133,24 @@
           vdbe.lo vdbeapi.lo vdbeaux.lo vdbeblob.lo vdbefifo.lo vdbemem.lo \
           where.lo utf.lo legacy.lo vtab.lo
@@ -62,7 +62,7 @@ Index: Makefile.in
                  -DSQLITE_NO_SYNC=1 $(TEMP_STORE) \
 Index: sqlite3.pc.in
 --- sqlite3.pc.in.orig	2007-11-30 02:28:10 +0100
-+++ sqlite3.pc.in	2008-02-01 23:26:04 +0100
++++ sqlite3.pc.in	2008-02-07 19:18:34 +0100
 @@ -8,6 +8,5 @@
  Name: SQLite
  Description: SQL database engine

+ 2 - 2
sqlite/sqlite.spec

@@ -22,7 +22,7 @@
 ##
 
 #   package version
-%define       V_sqlite   3.5.5
+%define       V_sqlite   3.5.6
 %define       V_odbc     0.77
 %define       V_jdbc     20080130
 
@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_sqlite}
-Release:      20080201
+Release:      20080207
 
 #   package options
 %option       with_assert          no