From 5936007c975034e2bb9d99c3378dfa2220282d33fe297992e3af0a41f835d2f3 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Tue, 3 Aug 2010 13:20:36 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/sqlite3 revision 28.0 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=2029b0ecaecdc5c00f7512c3d27e8112 --- sqlite-amalgamation-3.6.23.tar.bz2 | 3 --- sqlite-amalgamation-3.7.0.tar.bz2 | 3 +++ sqlite-tcl.tar.bz2 | 4 ++-- sqlite3.changes | 26 ++++++++++++++++++++++++++ sqlite3.spec | 6 +++--- 5 files changed, 34 insertions(+), 8 deletions(-) delete mode 100644 sqlite-amalgamation-3.6.23.tar.bz2 create mode 100644 sqlite-amalgamation-3.7.0.tar.bz2 diff --git a/sqlite-amalgamation-3.6.23.tar.bz2 b/sqlite-amalgamation-3.6.23.tar.bz2 deleted file mode 100644 index d35fe61..0000000 --- a/sqlite-amalgamation-3.6.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:630e8bd7fd50685bd76358523a9a67a742dab7544a32c11a3c530a7636f2aaed -size 1059431 diff --git a/sqlite-amalgamation-3.7.0.tar.bz2 b/sqlite-amalgamation-3.7.0.tar.bz2 new file mode 100644 index 0000000..e37cb24 --- /dev/null +++ b/sqlite-amalgamation-3.7.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8621eee92c544e490d18bdf2e84407e78b0ef64d6db3076fbad6aed363071f9b +size 1107803 diff --git a/sqlite-tcl.tar.bz2 b/sqlite-tcl.tar.bz2 index 8e1d980..fb9cb1e 100644 --- a/sqlite-tcl.tar.bz2 +++ b/sqlite-tcl.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fb0bc8711e16f301f9e5063a1419d4a3c3d4c3805d52e4c1eec5d7dc577581b -size 131351 +oid sha256:03e3bd6a20db15779b6d134386260560b7662498c286d3d58d5b433ca447b378 +size 135335 diff --git a/sqlite3.changes b/sqlite3.changes index f9ecfea..259ab7b 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Jul 22 19:08:56 CEST 2010 - max@suse.de + +- New version: 3.7.0: + * Added support for write-ahead logging. + * Query planner enhancement - automatic transient indices are + created when doing so reduces the estimated query time. + * Query planner enhancement - the ORDER BY becomes a no-op if + the query also contains a GROUP BY clause that forces the + correct output order. + * Add the SQLITE_DBSTATUS_CACHE_USED verb for + sqlite3_db_status(). + * The logical database size is now stored in the database + header so that bytes can be appended to the end of the + database file without corrupting it and so that SQLite will + work correctly on systems that lack support for ftruncate(). + +------------------------------------------------------------------- +Mon Jul 5 09:32:28 CEST 2010 - max@suse.de + +- Bugfix release: 3.6.23.1 + * Fix a bug in the offsets() function of FTS3. + * Fix a missing "sync" that when omitted could lead to database + corruption if a power failure or OS crash occurred just as a + ROLLBACK operation was finishing. + ------------------------------------------------------------------- Sat Apr 24 11:38:25 UTC 2010 - coolo@novell.com diff --git a/sqlite3.spec b/sqlite3.spec index 24269a6..d5d75ba 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -1,5 +1,5 @@ # -# spec file for package sqlite3 (Version 3.6.23) +# spec file for package sqlite3 (Version 3.7.0) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -38,8 +38,8 @@ License: Public Domain, Freeware Group: Productivity/Databases/Servers Summary: Embeddable SQL Database Engine Url: http://www.sqlite.org/ -Version: 3.6.23 -Release: 2 +Version: 3.7.0 +Release: 1 # bug437293 %ifarch ppc64 Obsoletes: sqlite-64bit