Просмотр исходного кода

upgrading package: sqlite 3.5.7 -> 3.5.8

Ralf S. Engelschall 17 лет назад
Родитель
Сommit
744ea7d655
2 измененных файлов с 9 добавлено и 9 удалено
  1. 7 7
      sqlite/sqlite.patch
  2. 2 2
      sqlite/sqlite.spec

+ 7 - 7
sqlite/sqlite.patch

@@ -1,7 +1,7 @@
 Index: Makefile.in
---- Makefile.in.orig	2008-03-14 19:01:53 +0100
-+++ Makefile.in	2008-03-18 21:49:33 +0100
-@@ -149,6 +149,24 @@
+--- Makefile.in.orig	2008-04-14 02:49:45 +0200
++++ Makefile.in	2008-04-17 08:24:02 +0200
+@@ -167,6 +167,24 @@
  LIBOBJ = $(OBJS$(USE_AMALGAMATION))
  
  
@@ -26,7 +26,7 @@ Index: Makefile.in
  # All of the source code files.
  #
  SRC = \
-@@ -712,3 +730,31 @@
+@@ -732,3 +750,31 @@
  sqlite3.dll: $(REAL_LIBOBJ) sqlite3.def
  	$(TCC) -shared -o $@ sqlite3.def \
  		-Wl,"--strip-all" $(REAL_LIBOBJ)
@@ -59,13 +59,13 @@ Index: Makefile.in
 +	$(LTCOMPILE) -c $(TOP)/ext/fts3/fts3_tokenizer1.c
 +
 Index: sqlite3.pc.in
---- sqlite3.pc.in.orig	2008-03-14 19:01:53 +0100
-+++ sqlite3.pc.in	2008-03-18 21:45:30 +0100
+--- sqlite3.pc.in.orig	2008-03-20 13:06:04 +0100
++++ sqlite3.pc.in	2008-04-17 08:24:32 +0200
 @@ -8,6 +8,5 @@
  Name: SQLite
  Description: SQL database engine
  Version: @VERSION@
 -Libs: -L${libdir} -lsqlite3
--Libs.private: -lpthread
+-Libs.private: @LIBS@
 +Libs: -L${libdir} -lsqlite3 @LIBS@
  Cflags: -I${includedir}

+ 2 - 2
sqlite/sqlite.spec

@@ -22,7 +22,7 @@
 ##
 
 #   package version
-%define       V_sqlite   3.5.7
+%define       V_sqlite   3.5.8
 %define       V_odbc     0.77
 %define       V_jdbc     20080401
 
@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_sqlite}
-Release:      20080401
+Release:      20080417
 
 #   package options
 %option       with_debug           no