From b843c8d200f1b4148f521797f21b2cdcd4961d48bbaaeb5d5f5dda10513cc188 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 10 Mar 2010 16:36:03 +0000 Subject: [PATCH 1/5] Version 3.6.23 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=21 --- ready | 0 sqlite-amalgamation-3.6.22.tar.bz2 | 3 --- sqlite-amalgamation-3.6.23.tar.bz2 | 3 +++ sqlite3.changes | 31 ++++++++++++++++++++++++++++++ sqlite3.spec | 2 +- 5 files changed, 35 insertions(+), 4 deletions(-) delete mode 100644 ready delete mode 100644 sqlite-amalgamation-3.6.22.tar.bz2 create mode 100644 sqlite-amalgamation-3.6.23.tar.bz2 diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000 diff --git a/sqlite-amalgamation-3.6.22.tar.bz2 b/sqlite-amalgamation-3.6.22.tar.bz2 deleted file mode 100644 index a91a395..0000000 --- a/sqlite-amalgamation-3.6.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de4c13acb60430625ca6de2eea82bf95365694d3550c87f2addd9ded41b4d98b -size 1053178 diff --git a/sqlite-amalgamation-3.6.23.tar.bz2 b/sqlite-amalgamation-3.6.23.tar.bz2 new file mode 100644 index 0000000..d35fe61 --- /dev/null +++ b/sqlite-amalgamation-3.6.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630e8bd7fd50685bd76358523a9a67a742dab7544a32c11a3c530a7636f2aaed +size 1059431 diff --git a/sqlite3.changes b/sqlite3.changes index f793369..615efe4 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Wed Mar 10 17:30:05 CET 2010 - max@suse.de + +- Version 3.6.23: + * Added the secure_delete pragma. + + * Added the sqlite3_compileoption_used() and + sqlite3_compileoption_get() interfaces as well as the + compile_options pragma and the sqlite_compileoption_used() and + sqlite_compileoption_get() SQL functions. + + * Added the sqlite3_log() interface together with the + SQLITE_CONFIG_LOG verb to sqlite3_config(). The ".log" command + is added to the Command Line Interface. + + * Improvements to FTS3. + + * Improvements and bug-fixes in support for + SQLITE_OMIT_FLOATING_POINT. + + * The integrity_check pragma is enhanced to detect out-of-order + rowids. + + * The ".genfkey" operator has been removed from the Command Line + Interface. + + * Updates to the co-hosted Lemon LALR(1) parser + generator. (These updates did not effect SQLite.) + + * Various minor bug fixes and performance enhancements. + ------------------------------------------------------------------- Wed Jan 20 16:02:54 CET 2010 - max@suse.de diff --git a/sqlite3.spec b/sqlite3.spec index 3dbb079..2f1fe20 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -38,7 +38,7 @@ License: Public Domain, Freeware Group: Productivity/Databases/Servers Summary: Embeddable SQL Database Engine Url: http://www.sqlite.org/ -Version: 3.6.22 +Version: 3.6.23 Release: 1 # bug437293 %ifarch ppc64 From f28520e90914ba116725ca75bbe6e849bb212f373e0049fff91000cf64bc9a29 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 12 Mar 2010 16:37:05 +0000 Subject: [PATCH 2/5] Accepting request 34533 from server:database checked in (request 34533) OBS-URL: https://build.opensuse.org/request/show/34533 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=22 --- ready | 0 sqlite-amalgamation-3.6.22.tar.bz2 | 3 +++ sqlite-amalgamation-3.6.23.tar.bz2 | 3 --- sqlite3.changes | 31 ------------------------------ sqlite3.spec | 2 +- 5 files changed, 4 insertions(+), 35 deletions(-) create mode 100644 ready create mode 100644 sqlite-amalgamation-3.6.22.tar.bz2 delete mode 100644 sqlite-amalgamation-3.6.23.tar.bz2 diff --git a/ready b/ready new file mode 100644 index 0000000..473a0f4 diff --git a/sqlite-amalgamation-3.6.22.tar.bz2 b/sqlite-amalgamation-3.6.22.tar.bz2 new file mode 100644 index 0000000..a91a395 --- /dev/null +++ b/sqlite-amalgamation-3.6.22.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4c13acb60430625ca6de2eea82bf95365694d3550c87f2addd9ded41b4d98b +size 1053178 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/sqlite3.changes b/sqlite3.changes index 615efe4..f793369 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,34 +1,3 @@ -------------------------------------------------------------------- -Wed Mar 10 17:30:05 CET 2010 - max@suse.de - -- Version 3.6.23: - * Added the secure_delete pragma. - - * Added the sqlite3_compileoption_used() and - sqlite3_compileoption_get() interfaces as well as the - compile_options pragma and the sqlite_compileoption_used() and - sqlite_compileoption_get() SQL functions. - - * Added the sqlite3_log() interface together with the - SQLITE_CONFIG_LOG verb to sqlite3_config(). The ".log" command - is added to the Command Line Interface. - - * Improvements to FTS3. - - * Improvements and bug-fixes in support for - SQLITE_OMIT_FLOATING_POINT. - - * The integrity_check pragma is enhanced to detect out-of-order - rowids. - - * The ".genfkey" operator has been removed from the Command Line - Interface. - - * Updates to the co-hosted Lemon LALR(1) parser - generator. (These updates did not effect SQLite.) - - * Various minor bug fixes and performance enhancements. - ------------------------------------------------------------------- Wed Jan 20 16:02:54 CET 2010 - max@suse.de diff --git a/sqlite3.spec b/sqlite3.spec index 2f1fe20..3dbb079 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -38,7 +38,7 @@ License: Public Domain, Freeware Group: Productivity/Databases/Servers Summary: Embeddable SQL Database Engine Url: http://www.sqlite.org/ -Version: 3.6.23 +Version: 3.6.22 Release: 1 # bug437293 %ifarch ppc64 From bb6b961014b12050afd95c58467af9152006f1da5c5e2c8ec112bcb1d7396d25 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 24 Apr 2010 12:06:48 +0000 Subject: [PATCH 3/5] Accepting request 38721 from home:coolo:branches:openSUSE:Factory Copy from home:coolo:branches:openSUSE:Factory/sqlite3 via accept of submit request 38721 revision 2. Request was accepted with message: Reviewed ok OBS-URL: https://build.opensuse.org/request/show/38721 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=23 --- ready | 0 sqlite-amalgamation-3.6.22.tar.bz2 | 3 --- sqlite-amalgamation-3.6.23.tar.bz2 | 3 +++ sqlite3.changes | 36 ++++++++++++++++++++++++++++++ sqlite3.spec | 6 ++--- 5 files changed, 42 insertions(+), 6 deletions(-) delete mode 100644 ready delete mode 100644 sqlite-amalgamation-3.6.22.tar.bz2 create mode 100644 sqlite-amalgamation-3.6.23.tar.bz2 diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000 diff --git a/sqlite-amalgamation-3.6.22.tar.bz2 b/sqlite-amalgamation-3.6.22.tar.bz2 deleted file mode 100644 index a91a395..0000000 --- a/sqlite-amalgamation-3.6.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de4c13acb60430625ca6de2eea82bf95365694d3550c87f2addd9ded41b4d98b -size 1053178 diff --git a/sqlite-amalgamation-3.6.23.tar.bz2 b/sqlite-amalgamation-3.6.23.tar.bz2 new file mode 100644 index 0000000..d35fe61 --- /dev/null +++ b/sqlite-amalgamation-3.6.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630e8bd7fd50685bd76358523a9a67a742dab7544a32c11a3c530a7636f2aaed +size 1059431 diff --git a/sqlite3.changes b/sqlite3.changes index f793369..f9ecfea 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sat Apr 24 11:38:25 UTC 2010 - coolo@novell.com + +- buildrequire pkg-config to fix provides + +------------------------------------------------------------------- +Wed Mar 10 17:30:05 CET 2010 - max@suse.de + +- Version 3.6.23: + * Added the secure_delete pragma. + + * Added the sqlite3_compileoption_used() and + sqlite3_compileoption_get() interfaces as well as the + compile_options pragma and the sqlite_compileoption_used() and + sqlite_compileoption_get() SQL functions. + + * Added the sqlite3_log() interface together with the + SQLITE_CONFIG_LOG verb to sqlite3_config(). The ".log" command + is added to the Command Line Interface. + + * Improvements to FTS3. + + * Improvements and bug-fixes in support for + SQLITE_OMIT_FLOATING_POINT. + + * The integrity_check pragma is enhanced to detect out-of-order + rowids. + + * The ".genfkey" operator has been removed from the Command Line + Interface. + + * Updates to the co-hosted Lemon LALR(1) parser + generator. (These updates did not effect SQLite.) + + * Various minor bug fixes and performance enhancements. + ------------------------------------------------------------------- Wed Jan 20 16:02:54 CET 2010 - max@suse.de diff --git a/sqlite3.spec b/sqlite3.spec index 3dbb079..fcfece4 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -1,5 +1,5 @@ # -# spec file for package sqlite3 (Version 3.6.22) +# spec file for package sqlite3 (Version 3.6.23) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -30,7 +30,7 @@ %endif Name: sqlite3 -BuildRequires: readline-devel tcl-devel +BuildRequires: readline-devel tcl-devel pkg-config %if %{?suse_version:1}%{?!suse_version:0} BuildRequires: update-desktop-files %endif @@ -38,7 +38,7 @@ License: Public Domain, Freeware Group: Productivity/Databases/Servers Summary: Embeddable SQL Database Engine Url: http://www.sqlite.org/ -Version: 3.6.22 +Version: 3.6.23 Release: 1 # bug437293 %ifarch ppc64 From 4f0d38604114551ef0701b7e07c027a8665e5b42a44e84b3caff4ae1cd01604b Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 3 May 2010 19:09:04 +0000 Subject: [PATCH 4/5] Accepting request 39213 from server:database checked in (request 39213) OBS-URL: https://build.opensuse.org/request/show/39213 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=24 --- sqlite3.changes | 5 ----- sqlite3.spec | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/sqlite3.changes b/sqlite3.changes index f9ecfea..615efe4 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Sat Apr 24 11:38:25 UTC 2010 - coolo@novell.com - -- buildrequire pkg-config to fix provides - ------------------------------------------------------------------- Wed Mar 10 17:30:05 CET 2010 - max@suse.de diff --git a/sqlite3.spec b/sqlite3.spec index fcfece4..d349221 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -30,7 +30,7 @@ %endif Name: sqlite3 -BuildRequires: readline-devel tcl-devel pkg-config +BuildRequires: readline-devel tcl-devel %if %{?suse_version:1}%{?!suse_version:0} BuildRequires: update-desktop-files %endif From 8202d1975e8a8c90b603ba5cf7e943a6adadfe2879dae7de9f1f0984369c6299 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 3 May 2010 19:09:06 +0000 Subject: [PATCH 5/5] Updating link to change in openSUSE:Factory/sqlite3 revision 25.0 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=09c2779e984ee46192720cdcd4a462f5 --- sqlite3.changes | 5 +++++ sqlite3.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sqlite3.changes b/sqlite3.changes index 615efe4..f9ecfea 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 24 11:38:25 UTC 2010 - coolo@novell.com + +- buildrequire pkg-config to fix provides + ------------------------------------------------------------------- Wed Mar 10 17:30:05 CET 2010 - max@suse.de diff --git a/sqlite3.spec b/sqlite3.spec index d349221..24269a6 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -30,7 +30,7 @@ %endif Name: sqlite3 -BuildRequires: readline-devel tcl-devel +BuildRequires: pkg-config readline-devel tcl-devel %if %{?suse_version:1}%{?!suse_version:0} BuildRequires: update-desktop-files %endif @@ -39,7 +39,7 @@ Group: Productivity/Databases/Servers Summary: Embeddable SQL Database Engine Url: http://www.sqlite.org/ Version: 3.6.23 -Release: 1 +Release: 2 # bug437293 %ifarch ppc64 Obsoletes: sqlite-64bit