Accepting request 228972 from server:database
SQLite 3.8.4.3 (forwarded request 228936 from AndreasStieger) OBS-URL: https://build.opensuse.org/request/show/228972 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sqlite3?expand=0&rev=61
This commit is contained in:
commit
f8edd95905
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e492dd83eb66f13bdac99ce4f1b14a80c84661ac2b64a8d105acc4b6cb66f1a5
|
||||
size 1937368
|
3
sqlite-autoconf-3080403.tar.gz
Normal file
3
sqlite-autoconf-3080403.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0e995e23a324a5d6ae95d8a836240382a4d7475d09707fc469c8cafcbd48d65
|
||||
size 1937379
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40c3bc5bea5462aade48f6124db0cbdaaa886b4e67f147a30c68c0943e27aee4
|
||||
size 4624725
|
3
sqlite-doc-3080403.zip
Normal file
3
sqlite-doc-3080403.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aacbcbac847168f97053518595ec1a5e23ed3eb8975fd91d133265f061ef1d53
|
||||
size 4628472
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 19:29:14 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
- SQLite 3.8.4.3:
|
||||
- fix for a problem that might cause incorrect query results on a
|
||||
query that mixes DISTINCT, GROUP BY in a subquery, and ORDER BY
|
||||
- Fix obsolete-not-provided warning on sqlite-64bit for ppc64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 29 14:32:55 UTC 2014 - andreas.stieger@gmx.de
|
||||
|
||||
|
@ -21,9 +21,9 @@
|
||||
%define oname sqlite
|
||||
|
||||
Name: %pname
|
||||
Version: 3.8.4.2
|
||||
Version: 3.8.4.3
|
||||
Release: 0
|
||||
%define tarversion 3080402
|
||||
%define tarversion 3080403
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
Group: Productivity/Databases/Servers
|
||||
@ -45,7 +45,8 @@ Source2: http://www.sqlite.org/2014/sqlite-doc-%tarversion.zip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: sqlite-64bit
|
||||
Obsoletes: sqlite-64bit < %{version}
|
||||
Provides: sqlite-64bit = %{version}
|
||||
%endif
|
||||
#
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user