فهرست منبع

upgrading package: sqlite 3.5.1 -> 3.5.2

Ralf S. Engelschall 18 سال پیش
والد
کامیت
50c624ecc5
2فایلهای تغییر یافته به همراه6 افزوده شده و 6 حذف شده
  1. 4 4
      sqlite/sqlite.patch
  2. 2 2
      sqlite/sqlite.spec

+ 4 - 4
sqlite/sqlite.patch

@@ -1,6 +1,6 @@
 Index: Makefile.in
---- Makefile.in.orig	2007-09-04 00:11:33 +0200
-+++ Makefile.in	2007-10-04 08:06:28 +0200
+--- Makefile.in.orig	2007-10-19 19:43:30 +0200
++++ Makefile.in	2007-11-06 08:17:18 +0100
 @@ -132,6 +132,24 @@
           vdbe.lo vdbeapi.lo vdbeaux.lo vdbeblob.lo vdbefifo.lo vdbemem.lo \
           where.lo utf.lo legacy.lo vtab.lo
@@ -26,7 +26,7 @@ Index: Makefile.in
  # All of the source code files.
  #
  SRC = \
-@@ -537,6 +555,33 @@
+@@ -543,6 +561,33 @@
  	$(LTLINK) -o tclsqlite3 tclsqlite-shell.lo \
  		 libsqlite3.la $(LIBTCL)
  
@@ -62,7 +62,7 @@ Index: Makefile.in
                  -DSQLITE_NO_SYNC=1 $(TEMP_STORE) \
 Index: sqlite3.pc.in
 --- sqlite3.pc.in.orig	2004-07-19 06:25:47 +0200
-+++ sqlite3.pc.in	2007-10-04 08:04:24 +0200
++++ sqlite3.pc.in	2007-11-06 08:17:18 +0100
 @@ -8,5 +8,5 @@
  Name: SQLite
  Description: SQL database engine

+ 2 - 2
sqlite/sqlite.spec

@@ -23,7 +23,7 @@
 ##
 
 #   package version
-%define       V_sqlite   3.5.1
+%define       V_sqlite   3.5.2
 %define       V_odbc     0.76
 %define       V_jdbc     20070915
 
@@ -38,7 +38,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_sqlite}
-Release:      20071012
+Release:      20071106
 
 #   package options
 %option       with_assert          no