Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2012-09-10 15:21:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.sqlite3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlite3", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2012-05-26 
13:10:40.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes     2012-09-10 
15:21:20.000000000 +0200
@@ -1,0 +2,47 @@
+Tue Sep  4 14:21:55 UTC 2012 - [email protected]
+
+- New version 3.7.14:
+  * Ensure that floating point values are preserved exactly when 
+    reconstructing a database from the output of the ".dump" 
+    command of the command-line shell.
+  * Added the sqlite3_close_v2() interface.
+  * Updated the command-line shell so that it can be built using 
+    SQLITE_OMIT_FLOATING_POINT and SQLITE_OMIT_AUTOINIT.
+  * Enhancements to PRAGMA integrity_check and PRAGMA quick_check 
+    so that they can optionally check just a single attached 
+    database install of all attached databases.
+  * Enhancements to WAL mode processing that ensure that at least 
+    one valid read-mark is available at all times, so that 
+    read-only processes can always read the database.
+  * Performance enhancements in the sorter used by ORDER BY and CREATE INDEX.
+  * Added the SQLITE_DISABLE_FTS4_DEFERRED compile-time option.
+  * Better handling of aggregate queries where the aggregate 
+    functions are contained within subqueries.
+  * Enhance the query planner so that it will try to use a 
+    covering index on queries that make use of or optimization.
+
+-------------------------------------------------------------------
+Fri Aug 31 15:41:54 UTC 2012 - [email protected]
+
+- New version 3.7.13:
+  * In-memory databases that are specified using URI filenames are
+    allowed to use shared cache, so that the same in-memory
+    database can be accessed from multiple database connections.
+  * Recognize and use the mode=memory query parameter in URI
+    filenames.
+  * Avoid resetting the schema of shared cache connections when
+    any one connection closes. Instead, wait for the last
+    connection to close before reseting the schema.
+  * In the RTREE extension, when rounding 64-bit floating point
+    numbers to 32-bit for storage, always round in a direction
+    that causes the bounding box to get larger.
+  * Adjust the unix driver to avoid unnecessary calls to fchown().
+  * Add interfaces sqlite3_quota_ferror() and
+    sqlite3_quota_file_available() to the test_quota.c module.
+  * The sqlite3_create_module() and sqlite3_create_module_v2()
+    interfaces return SQLITE_MISUSE on any attempt to overload or
+    replace a virtual table module. The destructor is always
+    called in this case, in accordance with historical and current
+    documentation.
+
+-------------------------------------------------------------------

Old:
----
  sqlite-autoconf-3071201.tar.gz

New:
----
  sqlite-autoconf-3071400.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.r9sXvI/_old  2012-09-10 15:21:21.000000000 +0200
+++ /var/tmp/diff_new_pack.r9sXvI/_new  2012-09-10 15:21:21.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 Name:           sqlite3
-Version:        3.7.12.1
+Version:        3.7.14
 Release:        0
-%define tarversion 3071201
+%define tarversion 3071400
 Summary:        Embeddable SQL Database Engine
 License:        SUSE-Public-Domain
 Group:          Productivity/Databases/Servers
@@ -114,7 +114,7 @@
 %setup -q -n sqlite-autoconf-%tarversion
 
 %build
-export CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_USE_URI"
+export CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_ENABLE_FTS4"
 %configure --disable-static
 make
 cd tea

++++++ sqlite-autoconf-3071201.tar.gz -> sqlite-autoconf-3071400.tar.gz ++++++
++++ 9973 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to