Hello community,

here is the log from the commit of package sqlite3 for openSUSE:Factory checked 
in at 2016-01-11 19:10:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-11-11 
10:29:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sqlite3.new/sqlite3.changes     2016-01-11 
19:10:02.000000000 +0100
@@ -1,0 +2,38 @@
+Thu Jan  7 12:49:58 UTC 2016 - [email protected]
+
+- update to 3.10.0
+- spec-cleaned
+* Added support for LIKE, GLOB, and REGEXP operators on virtual tables.
+* Added the colUsed field to sqlite3_index_info for use by the 
+       sqlite3_module.xBestIndex method.
+* Enhance the PRAGMA cache_spill statement to accept a 32-bit integer 
parameter 
+       which is the threshold below which cache spilling is prohibited.
+* On unix, if a symlink to a database file is opened, then the corresponding 
+       journal files are based on the actual filename, not the symlink name.
+* Added the "--transaction" option to sqldiff.
+* Added the sqlite3_db_cacheflush() interface.
+* Added the sqlite3_strlike() interface.
+* When using memory-mapped I/O map the database file read-only so that stray 
+       pointers and/or array overruns in the application cannot accidently 
modify
+       the database file.
+* Added the experimental sqlite3_snapshot_get(), sqlite3_snapshot_open(), and 
+       sqlite3_snapshot_free() interfaces. These are subject to change or 
removal in
+       a subsequent release.
+* Enhance the 'utc' modifier in the date and time functions so that it is a 
no-op 
+       if the date/time is known to already be in UTC. (This is not a 
compatibility 
+       break since the behavior has long been documented as "undefined" in 
that case.)
+* Added the json_group_array() and json_group_object() SQL functions in the 
json
+        extension.
+* Added the SQLITE_LIKE_DOESNT_MATCH_BLOBS compile-time option.
+* Many small performance optimizations.
++ Enhancements to the command-line shell:
+ * Added the ".changes ON|OFF" and ".vfsinfo" dot-commands.
++ Important fixes:
+ * Fix inconsistent integer to floating-point comparison operations that could 
+       result in a corrupt index if the index is created on a table column 
that 
+       contains both large integers and floating point values of similar 
magnitude.
+ * Fix an infinite-loop in the query planner that could occur on malformed 
common 
+       table expressions.
+ * Various bug fixes in the sqldiff tool.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ sqlite3.spec ++++++
--- /var/tmp/diff_new_pack.Cl4KNr/_old  2016-01-11 19:10:04.000000000 +0100
+++ /var/tmp/diff_new_pack.Cl4KNr/_new  2016-01-11 19:10:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sqlite3
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -19,30 +19,29 @@
 # Simplify building on RH for Application:Geo (SR#212812).
 %define pname sqlite3
 %define oname sqlite
-
-Name:           %pname
-Version:        3.9.2
+%define tarversion 3100000
+Name:           %{pname}
+Version:        3.10.0
 Release:        0
-%define tarversion 3090200
 Summary:        Embeddable SQL Database Engine
 License:        SUSE-Public-Domain
 Group:          Productivity/Databases/Servers
 Url:            http://www.sqlite.org/
+Source0:        http://www.sqlite.org/2016/sqlite-autoconf-%{tarversion}.tar.gz
+Source1:        baselibs.conf
+Source2:        http://www.sqlite.org/2016/sqlite-doc-%{tarversion}.zip
 #
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
 BuildRequires:  unzip
+#
+Requires:       libsqlite3-0 = %{version}
+Provides:       %{oname} = %{version}
+Obsoletes:      %{oname} < %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version:1}
 BuildRequires:  update-desktop-files
 %endif
-#
-Requires:       libsqlite3-0 = %version
-Provides:       %oname = %version
-Obsoletes:      %oname < %version
-Source0:        http://www.sqlite.org/2015/sqlite-autoconf-%tarversion.tar.gz
-Source1:        baselibs.conf
-Source2:        http://www.sqlite.org/2015/sqlite-doc-%tarversion.zip
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # bug437293
 %ifarch ppc64
 Obsoletes:      sqlite-64bit < %{version}
@@ -63,7 +62,6 @@
 application that supports the Qt database plug-ins.
 
 %package -n libsqlite3-0
-
 Summary:        Shared libraries for the Embeddable SQL Database Engine
 Group:          Development/Libraries/C and C++
 
@@ -83,14 +81,13 @@
 application that supports the Qt database plug-ins.
 
 %package devel
-
 Summary:        Embeddable SQL Database Engine
 Group:          Development/Libraries/C and C++
 Requires:       glibc-devel
-Requires:       libsqlite3-0 = %version
-Provides:       %oname-devel = %version
-Obsoletes:      %oname-devel < %version
-Suggests:       %name-doc
+Requires:       libsqlite3-0 = %{version}
+Suggests:       %{name}-doc
+Provides:       %{oname}-devel = %{version}
+Obsoletes:      %{oname}-devel < %{version}
 
 %description devel
 SQLite is a C library that implements an embeddable SQL database
@@ -105,8 +102,7 @@
 application which supports the Qt database plug-ins.
 
 %package doc
-
-Summary:        Documentation for %name
+Summary:        Documentation for %{name}
 Group:          Documentation
 %if 0%{?suse_version} >= 1130
 BuildArch:      noarch
@@ -116,15 +112,15 @@
 
 Contains HTML documentation for SQLite: SQL Syntax, C/C++ API and
 other documentation found on sqlite.org. The files can be found in
-%_docdir/%name-doc.
+%{_docdir}/%{name}-doc.
 
 %prep
-%setup -q -n sqlite-autoconf-%tarversion -a2
+%setup -q -n sqlite-autoconf-%{tarversion} -a2
 rm -v sqlite-doc-%{tarversion}/releaselog/current.html
 ln -sv `echo %{version} | sed "s/\./_/g"`.html 
sqlite-doc-%{tarversion}/releaselog/current.html
 
 %build
-export CFLAGS="%optflags \
+export CFLAGS="%{optflags} \
        -DSQLITE_ENABLE_COLUMN_METADATA \
        -DSQLITE_ENABLE_FTS4 \
        -DSQLITE_ENABLE_UNLOCK_NOTIFY \
@@ -134,8 +130,8 @@
 make
 
 %install
-make install DESTDIR=%buildroot
-rm %buildroot/%_libdir/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libsqlite3-0 -p /sbin/ldconfig
 
@@ -143,21 +139,21 @@
 
 %files
 %defattr(-,root,root)
-/usr/bin/sqlite3
-%doc %_mandir/man1/*
+%{_bindir}/sqlite3
+%{_mandir}/man1/*
 
 %files -n libsqlite3-0
 %defattr(-,root,root)
-%_libdir/libsqlite*.so.*
+%{_libdir}/libsqlite*.so.*
 
 %files devel
 %defattr(-,root,root)
-/usr/include/*.h
-%_libdir/libsqlite*.so
-%_libdir/pkgconfig/sqlite3.pc
+%{_includedir}/*.h
+%{_libdir}/libsqlite*.so
+%{_libdir}/pkgconfig/sqlite3.pc
 
 %files doc
 %defattr(-,root,root)
-%doc sqlite-doc-%tarversion/*
+%doc sqlite-doc-%{tarversion}/*
 
 %changelog

++++++ sqlite-autoconf-3090200.tar.gz -> sqlite-autoconf-3100000.tar.gz ++++++
++++ 42861 lines of diff (skipped)


Reply via email to