Author: duddits Date: Wed Sep 8 09:19:05 2010 GMT Module: packages Tag: HEAD ---- Log message: - rel. 2 - SQLITE_SECURE_DELETE option enabled, see http://www.sqlite.org/compile.html for details (xulrunner needs this to compile)
---- Files affected: packages/sqlite3: sqlite3.spec (1.92 -> 1.93) ---- Diffs: ================================================================ Index: packages/sqlite3/sqlite3.spec diff -u packages/sqlite3/sqlite3.spec:1.92 packages/sqlite3/sqlite3.spec:1.93 --- packages/sqlite3/sqlite3.spec:1.92 Tue Aug 24 06:01:31 2010 +++ packages/sqlite3/sqlite3.spec Wed Sep 8 11:18:59 2010 @@ -26,7 +26,7 @@ Summary(pl.UTF-8): Biblioteka SQLite Name: sqlite3 Version: 3.7.2 -Release: 1 +Release: 2 License: LGPL Group: Libraries # Source0Download: http://www.sqlite.org/download.html @@ -161,7 +161,7 @@ cp -f /usr/share/automake/config.sub . %{__aclocal} %{__autoconf} -CFLAGS="%{rpmcflags} -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1" +CFLAGS="%{rpmcflags} -DSQLITE_ENABLE_COLUMN_METADATA=1 -DSQLITE_DISABLE_DIRSYNC=1 -DSQLITE_ENABLE_FTS3=3 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_SECURE_DELETE" export CFLAGS %configure \ %{?with_tcl:--with-tcl=%{_ulibdir}} \ @@ -234,6 +234,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.93 2010/09/08 09:18:59 duddits +- rel. 2 +- SQLITE_SECURE_DELETE option enabled, see + http://www.sqlite.org/compile.html for details (xulrunner needs this + to compile) + Revision 1.92 2010/08/24 04:01:31 adamg - updated to 3.7.2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/sqlite3/sqlite3.spec?r1=1.92&r2=1.93&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
