forked from pool/sqlite3
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
This commit is contained in:
parent
f28520e909
commit
bb6b961014
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:de4c13acb60430625ca6de2eea82bf95365694d3550c87f2addd9ded41b4d98b
|
|
||||||
size 1053178
|
|
3
sqlite-amalgamation-3.6.23.tar.bz2
Normal file
3
sqlite-amalgamation-3.6.23.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:630e8bd7fd50685bd76358523a9a67a742dab7544a32c11a3c530a7636f2aaed
|
||||||
|
size 1059431
|
@ -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
|
Wed Jan 20 16:02:54 CET 2010 - max@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -30,7 +30,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: sqlite3
|
Name: sqlite3
|
||||||
BuildRequires: readline-devel tcl-devel
|
BuildRequires: readline-devel tcl-devel pkg-config
|
||||||
%if %{?suse_version:1}%{?!suse_version:0}
|
%if %{?suse_version:1}%{?!suse_version:0}
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
%endif
|
%endif
|
||||||
@ -38,7 +38,7 @@ License: Public Domain, Freeware
|
|||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
Summary: Embeddable SQL Database Engine
|
Summary: Embeddable SQL Database Engine
|
||||||
Url: http://www.sqlite.org/
|
Url: http://www.sqlite.org/
|
||||||
Version: 3.6.22
|
Version: 3.6.23
|
||||||
Release: 1
|
Release: 1
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user