Hello community, here is the log from the commit of package sqlite3 for openSUSE:Factory checked in at 2016-03-29 09:51:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old) and /work/SRC/openSUSE:Factory/.sqlite3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlite3" Changes: -------- --- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes 2016-03-09 19:01:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes 2016-03-29 09:51:28.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Mar 25 08:45:56 UTC 2016 - [email protected] + +- Enable secure delete by default, this matches Fedora & Android. + It can be disabled with `PRAGMA SECURE_DELETE = 0;` +- Enable more extensions, syncing with Fedora & Gentoo. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlite3.spec ++++++ --- /var/tmp/diff_new_pack.XH8RN5/_old 2016-03-29 09:51:29.000000000 +0200 +++ /var/tmp/diff_new_pack.XH8RN5/_new 2016-03-29 09:51:29.000000000 +0200 @@ -127,11 +127,18 @@ %build autoreconf -fi export CFLAGS="%{optflags} \ + -DSQLITE_ENABLE_API_ARMOR \ -DSQLITE_ENABLE_COLUMN_METADATA \ + -DSQLITE_ENABLE_DBSTAT_VTAB \ + -DSQLITE_ENABLE_HIDDEN_COLUMNS \ -DSQLITE_ENABLE_FTS4 \ -DSQLITE_ENABLE_FTS5 \ - -DSQLITE_ENABLE_UNLOCK_NOTIFY \ -DSQLITE_ENABLE_JSON1 \ + -DSQLITE_ENABLE_RBU \ + -DSQLITE_ENABLE_RTREE \ + -DSQLITE_SOUNDEX \ + -DSQLITE_ENABLE_UNLOCK_NOTIFY \ + -DSQLITE_SECURE_DELETE \ " %configure --disable-static \ --enable-readline
