Kaynağa Gözat

upgrading package: sqlite 3.5.2 -> 3.5.3

Ralf S. Engelschall 18 yıl önce
ebeveyn
işleme
301ed8611a
2 değiştirilmiş dosya ile 14 ekleme ve 13 silme
  1. 12 11
      sqlite/sqlite.patch
  2. 2 2
      sqlite/sqlite.spec

+ 12 - 11
sqlite/sqlite.patch

@@ -1,6 +1,6 @@
 Index: Makefile.in
---- Makefile.in.orig	2007-10-19 19:43:30 +0200
-+++ Makefile.in	2007-11-06 08:17:18 +0100
+--- Makefile.in.orig	2007-11-23 16:05:48 +0100
++++ Makefile.in	2007-11-28 20:11:50 +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
@@ -61,12 +61,13 @@ Index: Makefile.in
  	$(LTLINK) -DTCLSH=1 -DSQLITE_TEST=1 -DSQLITE_CRASH_TEST=1 \
                  -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-11-06 08:17:18 +0100
-@@ -8,5 +8,5 @@
- Name: SQLite
- Description: SQL database engine
- Version: @VERSION@
--Libs: -L${libdir} -lsqlite3
-+Libs: -L${libdir} -lsqlite3 @LIBS@
- Cflags: -I${includedir}
+--- sqlite3.pc.in.orig	2007-11-22 01:47:05 +0100
++++ sqlite3.pc.in	2007-11-28 20:12:30 +0100
+@@ -8,6 +8,5 @@
+ Name: SQLite
+ Description: SQL database engine
+ Version: @VERSION@
+-Libs: -L${libdir} -lsqlite3
+-Libs.private: -lpthread
++Libs: -L${libdir} -lsqlite3 @LIBS@
+ Cflags: -I${includedir}

+ 2 - 2
sqlite/sqlite.spec

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