Hello community, here is the log from the commit of package sqlite3 for openSUSE:Factory checked in at 2020-01-29 13:11:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sqlite3 (Old) and /work/SRC/openSUSE:Factory/.sqlite3.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlite3" Wed Jan 29 13:11:21 2020 rev:117 rq:768037 version:3.31.1 Changes: -------- --- /work/SRC/openSUSE:Factory/sqlite3/sqlite3.changes 2020-01-23 16:11:18.139649645 +0100 +++ /work/SRC/openSUSE:Factory/.sqlite3.new.26092/sqlite3.changes 2020-01-29 13:12:02.349975317 +0100 @@ -1,0 +2,19 @@ +Mon Jan 27 21:53:02 UTC 2020 - Andreas Stieger <[email protected]> + +- SQLite 3.31.1: + * Revert changes to the data layout for an internal data structure + +------------------------------------------------------------------- +Thu Jan 23 18:58:04 UTC 2020 - Andreas Stieger <[email protected]> + +- SQLite 3.31.0: + * add support for generated columns + * various fixes and improvements +- drop upstreamed patches: + * 8a39167bd2-Further-improvements-to-LEFT-JOIN.patch + * fix_dir_exists_on_btrfs.patch + * 7833feecfe-Prevent-SQLite-from-bad-NULL-assumption.patch + * 548082dfab-Improvements-to-the-LEFT-JOIN.patch + * sqlite3-avoid-truncation-error.patch + +------------------------------------------------------------------- Old: ---- 548082dfab-Improvements-to-the-LEFT-JOIN.patch 7833feecfe-Prevent-SQLite-from-bad-NULL-assumption.patch 8a39167bd2-Further-improvements-to-LEFT-JOIN.patch fix_dir_exists_on_btrfs.patch sqlite-doc-3300100.zip sqlite-src-3300100.zip sqlite3-avoid-truncation-error.patch New: ---- sqlite-doc-3310100.zip sqlite-src-3310100.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlite3.spec ++++++ --- /var/tmp/diff_new_pack.cbKNFs/_old 2020-01-29 13:12:08.517978470 +0100 +++ /var/tmp/diff_new_pack.cbKNFs/_new 2020-01-29 13:12:08.521978472 +0100 @@ -1,7 +1,7 @@ # # spec file for package sqlite3 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,27 +18,17 @@ %bcond_with icu %define oname sqlite -%define tarversion 3300100 +%define tarversion 3310100 Name: sqlite3 -Version: 3.30.1 +Version: 3.31.1 Release: 0 Summary: Embeddable SQL Database Engine License: SUSE-Public-Domain Group: Productivity/Databases/Servers URL: http://www.sqlite.org/ -Source0: http://www.sqlite.org/2019/sqlite-src-%{tarversion}.zip +Source0: http://www.sqlite.org/2020/sqlite-src-%{tarversion}.zip Source1: baselibs.conf -Source2: http://www.sqlite.org/2019/sqlite-doc-%{tarversion}.zip -# PATCH-FIX-UPSTREAM -- Fix errors with NULL -Patch0: 7833feecfe-Prevent-SQLite-from-bad-NULL-assumption.patch -# PATCH-FIX-UPSTREAM -- Fix errors in LEFT JOIN -Patch1: 548082dfab-Improvements-to-the-LEFT-JOIN.patch -# PATCH-FIX-UPSTREAM -- Fix errors in LEFT JOIN -Patch2: 8a39167bd2-Further-improvements-to-LEFT-JOIN.patch -# PATCH-FIX-UPSTREAM -- Fix incorrect check of stat.size for directories -Patch3: fix_dir_exists_on_btrfs.patch -# PATCH-FIX-OPENSUSE -- Fix error introduced by rounding and truncation, mostly visible on x86 / 80 bit floats -Patch4: sqlite3-avoid-truncation-error.patch +Source2: http://www.sqlite.org/2020/sqlite-doc-%{tarversion}.zip BuildRequires: automake %if %{with icu} BuildRequires: libicu-devel @@ -117,11 +107,6 @@ %prep %setup -q -n sqlite-src-%{tarversion} -a2 -%patch0 -p0 -%patch1 -p0 -%patch2 -p0 -%patch3 -p0 -%patch4 -p0 rm -v sqlite-doc-%{tarversion}/releaselog/current.html ln -sv `echo %{version} | sed "s/\./_/g"`.html sqlite-doc-%{tarversion}/releaselog/current.html
