Accepting request 81703 from server:database

- New Version: 3.7.7.1:
  * Fix a bug causing PRAGMA case_sensitive_like statements compiled
    using sqlite3_prepare() to fail with an SQLITE_SCHEMA error. (forwarded request 78036 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/81703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=37
This commit is contained in:
Sascha Peilicke 2011-09-11 17:36:47 +00:00 committed by Git OBS Bridge
commit 8b935be637
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fa0784d3bd5456a5da58809cc57cacc845629f47a5b8f27a023795fb5902b4e
size 1292374

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7dcc36b25f7bcbe2938d0ea2baea5b706f0af93473d02a3f612d7ab39e386edf
size 1748837

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Aug 4 13:56:02 UTC 2011 - idonmez@novell.com
- New Version: 3.7.7.1:
* Fix a bug causing PRAGMA case_sensitive_like statements compiled
using sqlite3_prepare() to fail with an SQLITE_SCHEMA error.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jun 24 12:32:50 UTC 2011 - max@novell.com Fri Jun 24 12:32:50 UTC 2011 - max@novell.com

View File

@ -35,7 +35,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.7.7 Version: 3.7.7.1
Release: 1 Release: 1
# bug437293 # bug437293
%ifarch ppc64 %ifarch ppc64
@ -47,7 +47,7 @@ Requires: libsqlite3-0 = %version
%endif %endif
Provides: sqlite = %version Provides: sqlite = %version
Obsoletes: sqlite < %version Obsoletes: sqlite < %version
Source0: sqlite-autoconf-%tarversion.tar.bz2 Source0: sqlite-autoconf-%tarversion.tar.gz
Source1: baselibs.conf Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build