OBS User unknown 2008-11-03 13:25:07 +00:00 committed by Git OBS Bridge
parent f13d7af967
commit 276267f582
4 changed files with 36 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6aa01eb8a6fc4175006828d4375446d441a0f6763ebc10eed861ed5c1a501007
size 1826076

3
sqlite-3.6.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05c7992478235c0b54f0ca283391a9daa8176f2b388e2241e5eae07aaab1a978
size 1742020

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Oct 24 19:25:54 CEST 2008 - max@suse.de
- Update to version 3.6.4:
* Fixes a missing symbol with the Tcl binding.
* Added the sqlite3_stmt_status() interface for performance
monitoring.
* Added the TRUNCATE option to PRAGMA journal_mode
* Performance enhancements to tree balancing logic in the B-Tree
layer.
* Added the source code and documentation for the genfkey
program for automatically generating triggers to enforce
foreign key constraints.
* The SQL language documentation is converted to use syntax
diagrams instead of BNF.
* Other minor bug fixes
-------------------------------------------------------------------
Fri Sep 26 15:33:53 CEST 2008 - max@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package sqlite3 (Version 3.6.3)
# spec file for package sqlite3 (Version 3.6.4)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -27,7 +27,7 @@ License: Public Domain, Freeware
Group: Productivity/Databases/Servers
Summary: Embeddable SQL Database Engine
Url: http://www.sqlite.org/
Version: 3.6.3
Version: 3.6.4
Release: 1
Requires: libsqlite3-0 = %version
Provides: sqlite = %version
@ -188,6 +188,20 @@ autoreconf -f -i
%_libdir/pkgconfig/sqlite3.pc
%changelog
* Fri Oct 24 2008 max@suse.de
- Update to version 3.6.4:
* Fixes a missing symbol with the Tcl binding.
* Added the sqlite3_stmt_status() interface for performance
monitoring.
* Added the TRUNCATE option to PRAGMA journal_mode
* Performance enhancements to tree balancing logic in the B-Tree
layer.
* Added the source code and documentation for the genfkey
program for automatically generating triggers to enforce
foreign key constraints.
* The SQL language documentation is converted to use syntax
diagrams instead of BNF.
* Other minor bug fixes
* Fri Sep 26 2008 max@suse.de
- Bugfix-Release 3.6.3:
* Fix for a bug in the SELECT DISTINCT logic that was introduced