Accepting request 513755 from home:AndreasStieger:branches:server:database
sqlite3 3.20.0 OBS-URL: https://build.opensuse.org/request/show/513755 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=192
This commit is contained in:
parent
99a599d2ea
commit
34fcfa82a6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06129c03dced9f87733a8cba408871bd60673b8f93b920ba8d815efab0a06301
|
||||
size 2542682
|
3
sqlite-autoconf-3200000.tar.gz
Normal file
3
sqlite-autoconf-3200000.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3814c6f629ff93968b2b37a70497cfe98b366bf587a2261a56a5f750af6ae6a0
|
||||
size 2565548
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:62cda70d5285e35144ddfd4629df8fadc2bae8dbcb43d0638aa874c1c03de101
|
||||
size 5649351
|
3
sqlite-doc-3200000.zip
Normal file
3
sqlite-doc-3200000.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b7a4dc411937f33f17a8b0b7cb490d5e718fe37a751ee772d8989c23745f394
|
||||
size 5695366
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 2 00:26:35 UTC 2017 - astieger@suse.com
|
||||
|
||||
- Update to 3.20.0:
|
||||
* Potential incompatible change for clients incorrectly relying
|
||||
on unspecified behavior: column names returned by
|
||||
sqlite3_column_name() and sqlite3_column_name16() may return
|
||||
different names when views or subqueries are used in the FROM
|
||||
clause, and AS clauses are not used (as they should be)
|
||||
* Text of some error messages changed. Applications that depend
|
||||
on specific error message text may be impacted.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 16 07:43:51 UTC 2017 - astieger@suse.com
|
||||
|
||||
|
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
%define oname sqlite
|
||||
%define tarversion 3190300
|
||||
%define tarversion 3200000
|
||||
Name: sqlite3
|
||||
Version: 3.19.3
|
||||
Version: 3.20.0
|
||||
Release: 0
|
||||
Summary: Embeddable SQL Database Engine
|
||||
License: SUSE-Public-Domain
|
||||
@ -150,7 +150,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/msvc.h
|
||||
%{_includedir}/sqlite3.h
|
||||
%{_includedir}/sqlite3ext.h
|
||||
%{_libdir}/libsqlite3.so
|
||||
|
Loading…
Reference in New Issue
Block a user