Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2017-02-16 16:45:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2017-01-10 
10:36:48.711767352 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes     2017-02-16 
16:45:44.336110685 +0100
@@ -1,0 +2,52 @@
+Wed Feb 15 18:30:53 UTC 2017 - [email protected]
+
+- Drop update-desktop-files BuildRequires: this package contains no
+  desktop files, hence there is no need to handle any of them.
+
+-------------------------------------------------------------------
+Tue Feb 14 09:19:28 UTC 2017 - [email protected]
+
+- Update to 3.17.0
+  * Approximately 25% better performance from the R-Tree extension.
+  * Add the SQLITE_DEFAULT_LOOKASIDE compile-time option.
+  * Increase the default lookaside size from 512,125 to 1200,100
+    as this provides better performance while only adding 56KB of
+    extra memory per connection.
+  * Use compiler built-ins __builtin_sub_overflow(), 
+    __builtin_add_overflow(), and __builtin_mul_overflow() 
+   when available.
+  * Added the SQLITE_ENABLE_NULL_TRIM compile-time option, which
+    can result in significantly smaller database files for some
+    applications, at the risk of being incompatible with older
+    versions of SQLite.
+  * Change SQLITE_DEFAULT_PCACHE_INITSZ from 100 to 20, for
+    improved performance.
+  * Added the SQLITE_UINT64_TYPE compile-time option as an analog
+    to SQLITE_INT64_TYPE.
+  * Perform some UPDATE operations in a single pass instead of in
+    two passes.
+  * Enhance the session extension to support WITHOUT ROWID tables.
+  * Fixed performance problems and potential stack overflows when
+    creating views from multi-row VALUES clauses with hundreds of
+    thousands of rows.
+  * Added the sha1.c extension.
+  * In the command-line shell, enhance the ".mode" command so that
+    it restores the default column and row separators for modes 
+    "line", "list", "column", and "tcl".
+  * Enhance the SQLITE_DIRECT_OVERFLOW_READ option so that it
+    works in WAL mode as long as the pages being read are not
+    in the WAL file.
+  * Enhance the LEMON parser generator so that it can store the
+    parser object as a stack variable rather than allocating space
+    from the heap and make use of that enhancement in the amalgamation.
+  * Other performance improvements. Uses about 6.5% fewer CPU cycles.
+  * Throw an error if the ON clause of a LEFT JOIN references
+    tables to the right of the ON clause. This is the same behavior
+    as PostgreSQL. Formerly, SQLite silently converted the LEFT JOIN
+    into an INNER JOIN. Fix for ticket 25e335f802dd.
+  * Use the correct affinity for columns of automatic indexes.
+    Ticket 7ffd1ca1d2ad4ec.
+  * Ensure that the sqlite3_blob_reopen() interface can correctly
+    handle short rows. Fix for ticket e6e962d6b0f06f46e. 
+
+-------------------------------------------------------------------

Old:
----
  sqlite-autoconf-3160200.tar.gz
  sqlite-doc-3160200.zip

New:
----
  sqlite-autoconf-3170000.tar.gz
  sqlite-doc-3170000.zip

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

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.tLDdDi/_old  2017-02-16 16:45:45.012014703 +0100
+++ /var/tmp/diff_new_pack.tLDdDi/_new  2017-02-16 16:45:45.016014135 +0100
@@ -17,9 +17,9 @@
 
 
 %define oname sqlite
-%define tarversion 3160200
+%define tarversion 3170000
 Name:           sqlite3
-Version:        3.16.2
+Version:        3.17.0
 Release:        0
 Summary:        Embeddable SQL Database Engine
 License:        SUSE-Public-Domain
@@ -35,7 +35,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
 BuildRequires:  unzip
-BuildRequires:  update-desktop-files
 Requires:       libsqlite3-0 = %{version}
 Provides:       %{oname} = %{version}
 Obsoletes:      %{oname} < %{version}

++++++ sqlite-autoconf-3160200.tar.gz -> sqlite-autoconf-3170000.tar.gz ++++++
++++ 5339 lines of diff (skipped)


Reply via email to