瀏覽代碼

upgrading package: sqlite 3.5.9 -> 3.6.0

Ralf S. Engelschall 17 年之前
父節點
當前提交
f63ac88bd6
共有 2 個文件被更改,包括 7 次插入7 次删除
  1. 5 5
      sqlite/sqlite.patch
  2. 2 2
      sqlite/sqlite.spec

+ 5 - 5
sqlite/sqlite.patch

@@ -1,6 +1,6 @@
 Index: Makefile.in
---- Makefile.in.orig	2008-05-12 19:10:26 +0200
-+++ Makefile.in	2008-05-15 13:29:58 +0200
+--- Makefile.in.orig	2008-07-09 01:36:13 +0200
++++ Makefile.in	2008-07-17 09:09:03 +0200
 @@ -172,6 +172,24 @@
  LIBOBJ = $(OBJS$(USE_AMALGAMATION))
  
@@ -26,7 +26,7 @@ Index: Makefile.in
  # All of the source code files.
  #
  SRC = \
-@@ -738,3 +756,31 @@
+@@ -754,3 +772,31 @@
  sqlite3.dll: $(REAL_LIBOBJ) sqlite3.def
  	$(TCC) -shared -o $@ sqlite3.def \
  		-Wl,"--strip-all" $(REAL_LIBOBJ)
@@ -59,8 +59,8 @@ Index: Makefile.in
 +	$(LTCOMPILE) -c $(TOP)/ext/fts3/fts3_tokenizer1.c
 +
 Index: sqlite3.pc.in
---- sqlite3.pc.in.orig	2008-05-02 03:56:18 +0200
-+++ sqlite3.pc.in	2008-05-15 13:29:58 +0200
+--- sqlite3.pc.in.orig	2008-06-24 03:29:58 +0200
++++ sqlite3.pc.in	2008-07-17 09:09:03 +0200
 @@ -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.9
+%define       V_sqlite   3.6.0
 %define       V_odbc     0.77
 %define       V_jdbc     20080420
 
@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_sqlite}
-Release:      20080515
+Release:      20080717
 
 #   package options
 %option       with_debug           no