Browse Source

upgrading package: sqlite 3.6.8 -> 3.6.9

Ralf S. Engelschall 17 years ago
parent
commit
3e4c414caf
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	2009-01-08 17:45:48 +0100
-+++ Makefile.in	2009-01-12 17:10:26 +0100
++++ Makefile.in	2009-01-15 19:04:34 +0100
 @@ -184,6 +184,30 @@
  LIBOBJ = $(OBJS$(USE_AMALGAMATION))
  
@@ -73,7 +73,7 @@ Index: Makefile.in
 +
 Index: sqlite3.pc.in
 --- sqlite3.pc.in.orig	2008-12-19 15:17:41 +0100
-+++ sqlite3.pc.in	2009-01-12 17:10:26 +0100
++++ sqlite3.pc.in	2009-01-15 19:04: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.6.8
+%define       V_sqlite   3.6.9
 %define       V_odbc     0.79
 %define       V_jdbc     20081006
 
@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_sqlite}
-Release:      20090112
+Release:      20090115
 
 #   package options
 %option       with_debug           no