浏览代码

upgrading package: sqlite 3.3.9 -> 3.3.10

Ralf S. Engelschall 19 年之前
父节点
当前提交
65051bf64e
共有 2 个文件被更改,包括 20 次插入20 次删除
  1. 18 18
      sqlite/sqlite.patch
  2. 2 2
      sqlite/sqlite.spec

+ 18 - 18
sqlite/sqlite.patch

@@ -13,9 +13,9 @@ Index: sqlite-2.8.17/configure
  
  #########
  # Figure out whether or not we have a "usleep()" function.
-Index: sqlite-3.3.9/Makefile.in
---- sqlite-3.3.9/Makefile.in.orig	2006-10-03 14:40:42 +0200
-+++ sqlite-3.3.9/Makefile.in	2006-12-18 09:51:03 +0100
+Index: sqlite-3.3.10/Makefile.in
+--- sqlite-3.3.10/Makefile.in.orig	2006-10-03 14:40:42 +0200
++++ sqlite-3.3.10/Makefile.in	2006-12-18 09:51:03 +0100
 @@ -132,6 +132,12 @@
           vdbe.lo vdbeapi.lo vdbeaux.lo vdbefifo.lo vdbemem.lo \
           where.lo utf.lo legacy.lo vtab.lo
@@ -44,9 +44,9 @@ Index: sqlite-3.3.9/Makefile.in
  
  fulltest:	testfixture$(TEXE) sqlite3$(TEXE)
  	./testfixture $(TOP)/test/all.test
-Index: sqlite-3.3.9/configure
---- sqlite-3.3.9/configure.orig	2006-10-03 14:42:27 +0200
-+++ sqlite-3.3.9/configure	2006-12-18 09:51:03 +0100
+Index: sqlite-3.3.10/configure
+--- sqlite-3.3.10/configure.orig	2006-10-03 14:42:27 +0200
++++ sqlite-3.3.10/configure	2006-12-18 09:51:03 +0100
 @@ -20472,6 +20472,10 @@
    TARGET_HAVE_READLINE=0
  fi
@@ -58,9 +58,9 @@ Index: sqlite-3.3.9/configure
  
  
  #########
-Index: sqlite-3.3.9/ext/fts1/fts1.c
---- sqlite-3.3.9/ext/fts1/fts1.c.orig	2006-10-08 13:16:32 +0200
-+++ sqlite-3.3.9/ext/fts1/fts1.c	2006-12-18 09:51:03 +0100
+Index: sqlite-3.3.10/ext/fts1/fts1.c
+--- sqlite-3.3.10/ext/fts1/fts1.c.orig	2006-10-08 13:16:32 +0200
++++ sqlite-3.3.10/ext/fts1/fts1.c	2006-12-18 09:51:03 +0100
 @@ -19,11 +19,7 @@
  #endif
  
@@ -73,9 +73,9 @@ Index: sqlite-3.3.9/ext/fts1/fts1.c
  #include <stdio.h>
  #include <string.h>
  #include <ctype.h>
-Index: sqlite-3.3.9/ext/fts1/fts1_porter.c
---- sqlite-3.3.9/ext/fts1/fts1_porter.c.orig	2006-10-01 20:01:13 +0200
-+++ sqlite-3.3.9/ext/fts1/fts1_porter.c	2006-12-18 09:51:03 +0100
+Index: sqlite-3.3.10/ext/fts1/fts1_porter.c
+--- sqlite-3.3.10/ext/fts1/fts1_porter.c.orig	2006-10-01 20:01:13 +0200
++++ sqlite-3.3.10/ext/fts1/fts1_porter.c	2006-12-18 09:51:03 +0100
 @@ -26,11 +26,7 @@
  
  
@@ -88,9 +88,9 @@ Index: sqlite-3.3.9/ext/fts1/fts1_porter.c
  #include <stdio.h>
  #include <string.h>
  #include <ctype.h>
-Index: sqlite-3.3.9/ext/fts1/fts1_tokenizer1.c
---- sqlite-3.3.9/ext/fts1/fts1_tokenizer1.c.orig	2006-09-30 15:57:33 +0200
-+++ sqlite-3.3.9/ext/fts1/fts1_tokenizer1.c	2006-12-18 09:51:03 +0100
+Index: sqlite-3.3.10/ext/fts1/fts1_tokenizer1.c
+--- sqlite-3.3.10/ext/fts1/fts1_tokenizer1.c.orig	2006-09-30 15:57:33 +0200
++++ sqlite-3.3.10/ext/fts1/fts1_tokenizer1.c	2006-12-18 09:51:03 +0100
 @@ -18,11 +18,7 @@
  
  
@@ -103,9 +103,9 @@ Index: sqlite-3.3.9/ext/fts1/fts1_tokenizer1.c
  #include <stdio.h>
  #include <string.h>
  #include <ctype.h>
-Index: sqlite-3.3.9/sqlite3.pc.in
---- sqlite-3.3.9/sqlite3.pc.in.orig	2004-07-19 06:25:47 +0200
-+++ sqlite-3.3.9/sqlite3.pc.in	2006-12-18 09:51:03 +0100
+Index: sqlite-3.3.10/sqlite3.pc.in
+--- sqlite-3.3.10/sqlite3.pc.in.orig	2004-07-19 06:25:47 +0200
++++ sqlite-3.3.10/sqlite3.pc.in	2006-12-18 09:51:03 +0100
 @@ -8,5 +8,5 @@
  Name: SQLite
  Description: SQL database engine

+ 2 - 2
sqlite/sqlite.spec

@@ -23,7 +23,7 @@
 ##
 
 #   package version
-%define       V_v3   3.3.9
+%define       V_v3   3.3.10
 %define       V_v2   2.8.17
 %define       V_odbc 0.70
 
@@ -38,7 +38,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_v3}
-Release:      20070108
+Release:      20070110
 
 #   package options
 %option       with_v2              no