Prechádzať zdrojové kódy

upgrading package: sqlite 3.6.10 -> 3.6.11

Ralf S. Engelschall 16 rokov pred
rodič
commit
e735c3c042
2 zmenil súbory, kde vykonal 27 pridanie a 13 odobranie
  1. 25 6
      sqlite/sqlite.patch
  2. 2 7
      sqlite/sqlite.spec

+ 25 - 6
sqlite/sqlite.patch

@@ -1,7 +1,16 @@
 Index: Makefile.in
---- Makefile.in.orig	2009-01-15 15:01:45 +0100
-+++ Makefile.in	2009-01-17 11:43:12 +0100
-@@ -184,6 +184,30 @@
+--- Makefile.in.orig	2009-02-15 14:07:08 +0100
++++ Makefile.in	2009-02-20 23:23:36 +0100
+@@ -163,7 +163,7 @@
+ 
+ # Object files for the SQLite library (non-amalgamation).
+ #
+-OBJS0 = alter.lo analyze.lo attach.lo auth.lo bitvec.lo btmutex.lo \
++OBJS0 = alter.lo analyze.lo attach.lo auth.lo backup.lo bitvec.lo btmutex.lo \
+         btree.lo build.lo callback.lo complete.lo date.lo \
+         delete.lo expr.lo fault.lo func.lo global.lo \
+         hash.lo journal.lo insert.lo legacy.lo loadext.lo \
+@@ -188,6 +188,30 @@
  LIBOBJ = $(OBJS$(USE_AMALGAMATION))
  
  
@@ -32,7 +41,17 @@ Index: Makefile.in
  # All of the source code files.
  #
  SRC = \
-@@ -801,3 +825,38 @@
+@@ -518,6 +542,9 @@
+ auth.lo:	$(TOP)/src/auth.c $(HDR)
+ 	$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/auth.c
+ 
++backup.lo:	$(TOP)/src/backup.c $(HDR)
++	$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/backup.c
++
+ bitvec.lo:	$(TOP)/src/bitvec.c $(HDR)
+ 	$(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/bitvec.c
+ 
+@@ -817,3 +844,38 @@
  sqlite3.dll: $(REAL_LIBOBJ) sqlite3.def
  	$(TCC) -shared -o $@ sqlite3.def \
  		-Wl,"--strip-all" $(REAL_LIBOBJ)
@@ -72,8 +91,8 @@ Index: Makefile.in
 +	$(LTCOMPILE) -c $(TOP)/ext/rtree/rtree.c
 +
 Index: sqlite3.pc.in
---- sqlite3.pc.in.orig	2009-01-15 15:01:45 +0100
-+++ sqlite3.pc.in	2009-01-17 11:43:12 +0100
+--- sqlite3.pc.in.orig	2009-02-15 14:07:08 +0100
++++ sqlite3.pc.in	2009-02-20 23:22:48 +0100
 @@ -8,6 +8,5 @@
  Name: SQLite
  Description: SQL database engine

+ 2 - 7
sqlite/sqlite.spec

@@ -22,7 +22,7 @@
 ##
 
 #   package version
-%define       V_sqlite   3.6.10
+%define       V_sqlite   3.6.11
 %define       V_odbc     0.80
 %define       V_jdbc     20090213
 
@@ -37,7 +37,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_sqlite}
-Release:      20090214
+Release:      20090220
 
 #   package options
 %option       with_debug           no
@@ -114,11 +114,6 @@ AutoReqProv:  no
     %setup -q -D -T -a 2
 %endif
 
-    #   post-adjust sources
-    %{l_shtool} subst \
-        -e '/LINENO: error: C[+]* preprocessor/{N;N;N;N;s/.*/:/;}' \
-        configure
-
 %build
     #   configure and build SQLite
     CC="%{l_cc}"