Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2012-05-26 13:10:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-21 
07:55:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes     2012-05-26 
13:10:40.000000000 +0200
@@ -1,0 +2,42 @@
+Thu May 24 07:39:26 UTC 2012 - [email protected]
+
+- New version 3.7.12:
+  * Add the SQLITE_DBSTATUS_CACHE_WRITE option for
+    sqlite3_db_status().
+  * Optimize the typeof() and length() SQL functions so that they
+    avoid unnecessary reading of database content from disk.
+  * Add the FTS4 "merge" command, the FTS4 "automerge" command,
+    and the FTS4 "integrity-check" command.
+  * Report the name of specific CHECK constraints that fail.
+  * In the command-line shell, use popen() instead of fopen() if
+    the first character of the argument to the ".output" command
+    is "|".
+  * Make use of OVERLAPPED in the windows VFS to avoid some system
+    calls and thereby obtain a performance improvement.
+  * More aggressive optimization of the AND operator when one side
+    or the other is always false.
+  * Improved performance of queries with many OR-connected terms
+    in the WHERE clause that can all be indexed.
+  * Add the SQLITE_RTREE_INT_ONLY compile-time option to force the
+    R*Tree Extension Module to use integer instead of floating
+    point values for both storage and computation.
+  * Enhance the PRAGMA integrity_check command to use much less
+    memory when processing multi-gigabyte databases.
+  * New interfaces added to the test_quota.c add-on module.
+  * Added the ".trace" dot-command to the command-line shell.
+  * Allow virtual table constructors to be invoked recursively.
+  * Improved optimization of ORDER BY clauses on compound queries.
+  * Improved optimization of aggregate subqueries contained within
+    an aggregate query.
+  * Bug fix: Fix the RELEASE command so that it does not cancel
+    pending queries. This repairs a problem introduced in 3.7.11.
+  * Bug fix: Do not discard the DISTINCT as superfluous unless a
+    subset of the result set is subject to a UNIQUE constraint and
+    it none of the columns in that subset can be NULL. Ticket
+    385a5b56b9.
+  * Bug fix: Do not optimize away an ORDER BY clause that has the
+    same terms as a UNIQUE index unless those terms are also NOT
+    NULL. Ticket 2a5629202f.
+- 79a4a3a84f.patch isn't needed anymore.
+
+-------------------------------------------------------------------

Old:
----
  79a4a3a84f.patch
  sqlite-autoconf-3071100.tar.gz

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

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

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.0ocNQj/_old  2012-05-26 13:10:41.000000000 +0200
+++ /var/tmp/diff_new_pack.0ocNQj/_new  2012-05-26 13:10:41.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 Name:           sqlite3
-Version:        3.7.11
+Version:        3.7.12.1
 Release:        0
-%define tarversion 3071100
+%define tarversion 3071201
 Summary:        Embeddable SQL Database Engine
 License:        SUSE-Public-Domain
 Group:          Productivity/Databases/Servers
@@ -37,7 +37,6 @@
 Obsoletes:      sqlite < %version
 Source0:        sqlite-autoconf-%tarversion.tar.gz
 Source1:        baselibs.conf
-Patch1:         79a4a3a84f.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # bug437293
 %ifarch ppc64
@@ -113,7 +112,6 @@
 
 %prep
 %setup -q -n sqlite-autoconf-%tarversion
-%patch1 -p1
 
 %build
 export CFLAGS="-DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_USE_URI"

++++++ sqlite-autoconf-3071100.tar.gz -> sqlite-autoconf-3071201.tar.gz ++++++
++++ 7948 lines of diff (skipped)

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

Reply via email to