Browse Source

upgrading package: sqlite 3.7.8.0 -> 3.7.9.0

Ralf S. Engelschall 14 years ago
parent
commit
cddac39564
2 changed files with 16 additions and 16 deletions
  1. 13 13
      sqlite/sqlite.patch
  2. 3 3
      sqlite/sqlite.spec

+ 13 - 13
sqlite/sqlite.patch

@@ -1,6 +1,6 @@
 Index: Makefile.in
---- Makefile.in.orig	2011-09-19 20:46:52.000000000 +0200
-+++ Makefile.in	2011-09-24 10:21:36.000000000 +0200
+--- Makefile.in.orig	2011-11-01 13:31:18.000000000 +0100
++++ Makefile.in	2011-11-03 09:34:18.000000000 +0100
 @@ -188,6 +188,21 @@
  #
  LIBOBJ = $(LIBOBJS$(USE_AMALGAMATION))
@@ -42,23 +42,23 @@ Index: Makefile.in
  # Rules to build the 'testfixture' application.
  #
 Index: configure
---- configure.orig	2011-09-19 20:46:52.000000000 +0200
-+++ configure	2011-09-24 10:21:59.000000000 +0200
-@@ -5972,10 +5972,7 @@
+--- configure.orig	2011-11-01 13:31:18.000000000 +0100
++++ configure	2011-11-03 09:34:45.000000000 +0100
+@@ -5979,10 +5979,7 @@
  if $ac_preproc_ok; then :
  
  else
 -  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
--as_fn_error "C preprocessor \"$CPP\" fails sanity check
--See \`config.log' for more details." "$LINENO" 5; }
+-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
+-See \`config.log' for more details" "$LINENO" 5 ; }
 +    :
  fi
  
  ac_ext=c
 Index: ext/regexp/regexp.c
---- ext/regexp/regexp.c.orig	2011-09-24 10:21:36.000000000 +0200
-+++ ext/regexp/regexp.c	2011-09-24 10:21:36.000000000 +0200
+--- ext/regexp/regexp.c.orig	2011-11-03 09:34:22.000000000 +0100
++++ ext/regexp/regexp.c	2011-11-03 09:34:22.000000000 +0100
 @@ -0,0 +1,147 @@
 +/*
 + * SQLite REGEXP(regex, string) function
@@ -208,8 +208,8 @@ Index: ext/regexp/regexp.c
 +#endif
 +
 Index: sqlite3.pc.in
---- sqlite3.pc.in.orig	2011-09-19 20:46:52.000000000 +0200
-+++ sqlite3.pc.in	2011-09-24 10:21:36.000000000 +0200
+--- sqlite3.pc.in.orig	2011-11-01 13:31:18.000000000 +0100
++++ sqlite3.pc.in	2011-11-03 09:34:22.000000000 +0100
 @@ -8,6 +8,5 @@
  Name: SQLite
  Description: SQL database engine
@@ -219,8 +219,8 @@ Index: sqlite3.pc.in
 +Libs: -L${libdir} -lsqlite3 @LIBS@
  Cflags: -I${includedir}
 Index: src/main.c
---- src/main.c.orig	2011-09-19 20:46:52.000000000 +0200
-+++ src/main.c	2011-09-24 10:21:36.000000000 +0200
+--- src/main.c.orig	2011-11-01 13:31:18.000000000 +0100
++++ src/main.c	2011-11-03 09:34:22.000000000 +0100
 @@ -2257,6 +2257,13 @@
    }
  #endif

+ 3 - 3
sqlite/sqlite.spec

@@ -22,8 +22,8 @@
 ##
 
 #   package version
-%define       V_sqlite   3.7.8.0
-%define       V_dist     3070800
+%define       V_sqlite   3.7.9.0
+%define       V_dist     3070900
 %define       V_odbc     0.92
 %define       V_jdbc     20110827
 
@@ -38,7 +38,7 @@ Class:        BASE
 Group:        Database
 License:      PD
 Version:      %{V_sqlite}
-Release:      20110924
+Release:      20111103
 
 #   package options
 %option       with_debug           no