Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2020-06-11 14:41:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old)
 and      /work/SRC/openSUSE:Factory/.sqlite3.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlite3"

Thu Jun 11 14:41:28 2020 rev:119 rq:811818 version:3.32.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes  2020-02-03 
11:11:42.985796353 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite3.new.3606/sqlite3.changes        
2020-06-11 14:41:57.692834773 +0200
@@ -1,0 +2,35 @@
+Fri Jun  5 12:57:51 UTC 2020 - Paolo Stivanin <[email protected]>
+
+- SQLite 3.32.2:
+  * Fix a long-standing bug in the byte-code engine that can cause
+    a COMMIT command report as success when in fact it failed to commit
+
+-------------------------------------------------------------------
+Tue May 26 09:15:39 UTC 2020 - Andreas Stieger <[email protected]>
+
+- SQLite 3.32.1:
+  * CVE-2020-13435: Malicious SQL statements could have crashed the
+    process that is running SQLite (boo#1172091)
+
+-------------------------------------------------------------------
+Sun May 24 06:03:29 UTC 2020 - Andreas Stieger <[email protected]>
+
+- SQLite 3.32.0:
+  * Add support for approximate ANALYZE using the PRAGMA
+    analysis_limit command
+  * Add the bytecode virtual table
+  * Add the checksum VFS shim to the set of run-time loadable
+    extensions included in the source tree
+  * Add the iif() SQL function.
+  * INSERT and UPDATE statements now always apply column affinity
+    before computing CHECK constraints
+  * Increase the default upper bound on the number of parameters
+    from 999 to 32766
+  * Add code for the UINT collating sequence as an optional
+    loadable extension
+  * multiple enhancements to the CLI
+- drop upstreamed patches:
+  * 04885763c4cd00cb-s390-compatibility.patch
+  * b20503aaf5b6595a-adapt-FTS-tests-for-big-endian.patch
+  
+-------------------------------------------------------------------

Old:
----
  04885763c4cd00cb-s390-compatibility.patch
  b20503aaf5b6595a-adapt-FTS-tests-for-big-endian.patch
  sqlite-doc-3310100.zip
  sqlite-src-3310100.zip

New:
----
  sqlite-doc-3320200.zip
  sqlite-src-3320200.zip

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

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.QtzsDz/_old  2020-06-11 14:41:59.372839761 +0200
+++ /var/tmp/diff_new_pack.QtzsDz/_new  2020-06-11 14:41:59.376839773 +0200
@@ -18,9 +18,9 @@
 
 %bcond_with icu
 %define oname sqlite
-%define tarversion 3310100
+%define tarversion 3320200
 Name:           sqlite3
-Version:        3.31.1
+Version:        3.32.2
 Release:        0
 Summary:        Embeddable SQL Database Engine
 License:        SUSE-Public-Domain
@@ -29,10 +29,6 @@
 Source0:        http://www.sqlite.org/2020/sqlite-src-%{tarversion}.zip
 Source1:        baselibs.conf
 Source2:        http://www.sqlite.org/2020/sqlite-doc-%{tarversion}.zip
-# PATCH-FIX-UPSTREAM -- Fix errors on s390
-Patch0:         04885763c4cd00cb-s390-compatibility.patch
-# PATCH-FIX-UPSTREAM -- Fix FTS test failures on big endian archs
-Patch1:         b20503aaf5b6595a-adapt-FTS-tests-for-big-endian.patch
 BuildRequires:  automake
 %if %{with icu}
 BuildRequires:  libicu-devel
@@ -111,8 +107,6 @@
 
 %prep
 %setup -q -n sqlite-src-%{tarversion} -a2
-%patch0 -p0
-%patch1 -p0
 
 rm -v sqlite-doc-%{tarversion}/releaselog/current.html
 ln -sv `echo %{version} | sed "s/\./_/g"`.html 
sqlite-doc-%{tarversion}/releaselog/current.html


Reply via email to