From: Stefan Schantl Date: Sun, 4 Mar 2012 19:43:08 +0000 (+0100) Subject: sqlite: Update to 3.7.10. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95eaffe679ba87d3eeae1dd761ed2b6ff647b978;p=ipfire-3.x.git sqlite: Update to 3.7.10. I also removed autoconf, automake and libtool from requires, because no patches will be applied at the moment. Fixes #10050. --- diff --git a/sqlite/patches/sqlite-3.6.12-libdl.patch b/sqlite/patches/sqlite-3.6.12-libdl.patch deleted file mode 100644 index 4d2c27266..000000000 --- a/sqlite/patches/sqlite-3.6.12-libdl.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up sqlite-3.6.4/configure.ac.orig sqlite-3.6.4/configure.ac ---- sqlite-3.6.4/configure.ac.orig 2008-11-08 11:37:15.000000000 +0200 -+++ sqlite-3.6.4/configure.ac 2008-11-08 11:35:50.000000000 +0200 -@@ -606,6 +606,7 @@ AC_ARG_ENABLE(load-extension, AC_HELP_ST - [use_loadextension=$enableval],[use_loadextension=no]) - if test "${use_loadextension}" = "yes" ; then - OPT_FEATURE_FLAGS="" -+ AC_SEARCH_LIBS(dlopen, [dl]) - else - OPT_FEATURE_FLAGS="-DSQLITE_OMIT_LOAD_EXTENSION=1" - fi diff --git a/sqlite/sqlite.nm b/sqlite/sqlite.nm index 530f18019..5bbbb31e8 100644 --- a/sqlite/sqlite.nm +++ b/sqlite/sqlite.nm @@ -4,8 +4,9 @@ ############################################################################### name = sqlite -version = 3.7.3 +version = 3.7.10 release = 1 +realver = 3071000 groups = System/Databases url = http://www.sqlite.org/ @@ -13,21 +14,19 @@ license = PublicDomain summary = A small an versative Database, that uses simple text files. description - SQLite is a in-process library that implements a self-contained, \ - serverless, zero-configuration, transactional SQL database engine. \ - The code for SQLite is in the public domain and is thus free for \ - use for any purpose, commercial or private. SQLite is currently \ - found in more applications than we can count, including several \ + SQLite is a in-process library that implements a self-contained, + serverless, zero-configuration, transactional SQL database engine. + The code for SQLite is in the public domain and is thus free for + use for any purpose, commercial or private. SQLite is currently + found in more applications than we can count, including several high-profile projects. end -source_dl = +thisapp = %{name}-autoconf-%{realver} +source_dl = http://www.sqlite.org/ build requires - autoconf - automake - libtool ncurses-devel readline-devel tcl @@ -47,10 +46,6 @@ build --enable-threads-override-locks \ --enable-load-extension \ --disable-tcl - - prepare_cmds - autoreconf -vfi - end end quality-agent