Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2014-02-06 07:06: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  2014-01-23 
15:56:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes     2014-02-06 
07:06:41.000000000 +0100
@@ -1,0 +2,34 @@
+Tue Feb  4 14:55:29 UTC 2014 - [email protected]
+
+- New version: 3.8.3:
+  * Added support for common table expressions and the WITH
+    clause.
+  * Added the printf() SQL function.
+  * Added SQLITE_DETERMINISTIC as an optional bit in the 4th
+    argument to the sqlite3_create_function() and related
+    interfaces, providing applications with the ability to create
+    new functions that can be factored out of inner loops when
+    they have constant arguments.
+  * Add SQLITE_READONLY_DBMOVED error code, returned at the
+    beginning of a transaction, to indicate that the underlying
+    database file has been renamed or moved out from under SQLite.
+  * Allow arbitrary expressions, including function calls and
+    subqueries, in the filename argument to ATTACH.
+  * Allow a VALUES clause to be used anywhere a SELECT statement
+    is valid.
+  * Reseed the PRNG used by sqlite3_randomness(N,P) when invoked
+    with N==0. Automatically reseed after a fork() on unix.
+  * Enhance the spellfix1 virtual table so that it can search
+    efficiently by rowid.
+  * Performance enhancements.
+  * Improvements to the comments in the VDBE byte-code display
+    when running EXPLAIN.
+  * Add the "%token_class" directive to LEMON parser generator and
+    use it to simplify the grammar.
+  * Change the LEMON source code to avoid calling C-library
+    functions that OpenBSD considers dangerous. (Ex: sprintf).
+  * Bug fix: In the command-line shell CSV import feature, do not
+    end a field when an escaped double-quote occurs at the end of
+    a CRLN line.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.YTmnvR/_old  2014-02-06 07:06:41.000000000 +0100
+++ /var/tmp/diff_new_pack.YTmnvR/_new  2014-02-06 07:06:41.000000000 +0100
@@ -21,9 +21,9 @@
 %define oname sqlite
 
 Name:           %pname
-Version:        3.8.2
+Version:        3.8.3
 Release:        0
-%define tarversion 3080200
+%define tarversion 3080300
 Summary:        Embeddable SQL Database Engine
 License:        SUSE-Public-Domain
 Group:          Productivity/Databases/Servers
@@ -38,7 +38,7 @@
 Requires:       libsqlite3-0 = %version
 Provides:       %oname = %version
 Obsoletes:      %oname < %version
-Source0:        http://www.sqlite.org/2013/sqlite-autoconf-%tarversion.tar.gz
+Source0:        http://www.sqlite.org/2014/sqlite-autoconf-%tarversion.tar.gz
 Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # bug437293

++++++ sqlite-autoconf-3080200.tar.gz -> sqlite-autoconf-3080300.tar.gz ++++++
++++ 16225 lines of diff (skipped)

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

Reply via email to