This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via e3642ca4cac087f13b2e85596dc967070c395a10 (commit) via 95eaffe679ba87d3eeae1dd761ed2b6ff647b978 (commit) from 0e13ce8c822b86aff34bcf415cea8b462ceab292 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e3642ca4cac087f13b2e85596dc967070c395a10 Merge: 0e13ce8 95eaffe Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Mar 4 21:18:28 2012 +0100
Merge remote-tracking branch 'stevee/sqlite'
commit 95eaffe679ba87d3eeae1dd761ed2b6ff647b978 Author: Stefan Schantl stefan.schantl@ipfire.org Date: Sun Mar 4 20:43:08 2012 +0100
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.
-----------------------------------------------------------------------
Summary of changes: sqlite/patches/sqlite-3.6.12-libdl.patch | 11 ----------- sqlite/sqlite.nm | 23 +++++++++-------------- 2 files changed, 9 insertions(+), 25 deletions(-) delete mode 100644 sqlite/patches/sqlite-3.6.12-libdl.patch
Difference in files: 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 4d2c272..0000000 --- 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 530f180..5bbbb31 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
hooks/post-receive -- IPFire 3.x development tree