Hello community, here is the log from the commit of package sqlite checked in at Fri Nov 30 16:13:21 CET 2007. -------- --- sqlite/sqlite.changes 2007-11-06 14:41:16.000000000 +0100 +++ /mounts/work_src_done/STABLE/sqlite/sqlite.changes 2007-11-30 08:56:34.000000000 +0100 @@ -1,0 +2,23 @@ +Fri Nov 30 08:51:31 CET 2007 - adrian@suse.de + +- update to version 3.5.3 + * documentation has been removed from tar ball. + + From official changelog: + * Fix a long-standing bug in INSERT INTO ... SELECT ... statements + where the SELECT is compound. + * Fix a long-standing bug in RAISE(IGNORE) as used in BEFORE triggers. + * Fixed the operator precedence for the ~ operator. + * Allow collating sequence names to be quoted. + * Modify the TCL interface to use sqlite3_prepare_v2(). + * Fix multiple bugs that can occur following a malloc() failure. + * sqlite3_step() returns SQLITE_MISUSE instead of crashing when + called with a NULL parameter. + * FTS3 now uses the SQLite memory allocator exclusively. The FTS3 + amalgamation can now be appended to the SQLite amalgamation to + generate a super-amalgamation containing both. + * The DISTINCT keyword now will sometimes use an INDEX if an + appropriate index is available and the optimizer thinks its use + might be advantageous. + +------------------------------------------------------------------- Old: ---- sqlite-3.5.2.tar.bz2 New: ---- sqlite-3.5.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlite.spec ++++++ --- /var/tmp/diff_new_pack.F31652/_old 2007-11-30 16:13:06.000000000 +0100 +++ /var/tmp/diff_new_pack.F31652/_new 2007-11-30 16:13:06.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package sqlite (Version 3.5.2) +# spec file for package sqlite (Version 3.5.3) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -19,7 +19,7 @@ Group: Productivity/Databases/Servers Summary: Embeddable SQL Database Engine Url: http://www.sqlite.org/ -Version: 3.5.2 +Version: 3.5.3 Release: 1 Source0: http://www.sqlite.org/%name-%version.tar.bz2 Source1: sqlite.desktop @@ -120,7 +120,6 @@ --enable-tempstore=yes \ --sysconfdir=/etc/ make - make doc # # check if fsync() on directories works with the current file # system, and skip the test suite if it doesn't. @@ -142,14 +141,6 @@ #%if %{?suse_version:1}%{?!suse_version:0} # sed -i 's,%buildroot,,' %buildroot/%tclscriptdir/sqlite*/pkgIndex.tcl #%endif - # - # install the susehelp meta file - mkdir -p $RPM_BUILD_ROOT/usr/share/susehelp/meta/Development/Libraries/ - install -m 0644 %SOURCE1 \ - $RPM_BUILD_ROOT/usr/share/susehelp/meta/Development/Libraries/ -%if %{?suse_version:1}%{?!suse_version:0} - %suse_update_desktop_file $RPM_BUILD_ROOT/usr/share/susehelp/meta/Development/Libraries/%name.desktop -%endif %clean rm -rf $RPM_BUILD_ROOT @@ -170,14 +161,32 @@ %files devel %defattr(-,root,root) -%doc build/doc/* -%doc /usr/share/susehelp /usr/include/*.h %_libdir/libsqlite*.a %_libdir/libsqlite*.la %_libdir/libsqlite*.so %_libdir/pkgconfig/sqlite3.pc + %changelog +* Fri Nov 30 2007 - adrian@suse.de +- update to version 3.5.3 + * documentation has been removed from tar ball. + From official changelog: + * Fix a long-standing bug in INSERT INTO ... SELECT ... statements + where the SELECT is compound. + * Fix a long-standing bug in RAISE(IGNORE) as used in BEFORE triggers. + * Fixed the operator precedence for the ~ operator. + * Allow collating sequence names to be quoted. + * Modify the TCL interface to use sqlite3_prepare_v2(). + * Fix multiple bugs that can occur following a malloc() failure. + * sqlite3_step() returns SQLITE_MISUSE instead of crashing when + called with a NULL parameter. + * FTS3 now uses the SQLite memory allocator exclusively. The FTS3 + amalgamation can now be appended to the SQLite amalgamation to + generate a super-amalgamation containing both. + * The DISTINCT keyword now will sometimes use an INDEX if an + appropriate index is available and the optimizer thinks its use + might be advantageous. * Mon Nov 05 2007 - adrian@suse.de - update to version 3.5.2 From the official changelog: ++++++ sqlite-3.5.2.tar.bz2 -> sqlite-3.5.3.tar.bz2 ++++++ ++++ 42615 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de