forked from pool/sqlite3
Accepting request 78036 from home:namtrac:bugfix
- 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. OBS-URL: https://build.opensuse.org/request/show/78036 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=46
This commit is contained in:
parent
6a29760cd3
commit
ca3d4348f3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fa0784d3bd5456a5da58809cc57cacc845629f47a5b8f27a023795fb5902b4e
|
||||
size 1292374
|
3
sqlite-autoconf-3070701.tar.gz
Normal file
3
sqlite-autoconf-3070701.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7dcc36b25f7bcbe2938d0ea2baea5b706f0af93473d02a3f612d7ab39e386edf
|
||||
size 1748837
|
@ -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
|
||||
|
||||
|
@ -35,7 +35,7 @@ License: Public Domain, Freeware
|
||||
Group: Productivity/Databases/Servers
|
||||
Summary: Embeddable SQL Database Engine
|
||||
Url: http://www.sqlite.org/
|
||||
Version: 3.7.7
|
||||
Version: 3.7.7.1
|
||||
Release: 1
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -47,7 +47,7 @@ Requires: libsqlite3-0 = %version
|
||||
%endif
|
||||
Provides: sqlite = %version
|
||||
Obsoletes: sqlite < %version
|
||||
Source0: sqlite-autoconf-%tarversion.tar.bz2
|
||||
Source0: sqlite-autoconf-%tarversion.tar.gz
|
||||
Source1: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user