Accepting request 571820 from home:AndreasStieger:branches:server:database
sqlite3 3.22.0 OBS-URL: https://build.opensuse.org/request/show/571820 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlite3?expand=0&rev=201
This commit is contained in:
parent
3cfe68017a
commit
a0771a3f19
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d7dd516775005ad87a57f428b6f86afd206cb341722927f104d3f0cf65fbbbe3
|
|
||||||
size 2568942
|
|
3
sqlite-autoconf-3220000.tar.gz
Normal file
3
sqlite-autoconf-3220000.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2824ab1238b706bc66127320afbdffb096361130e23291f26928a027b885c612
|
||||||
|
size 2644649
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:78c2fc9b144b168c7df53ff192c84fa7c29bcc44324b48b0f809a13810bc6c36
|
|
||||||
size 5800635
|
|
3
sqlite-doc-3220000.zip
Normal file
3
sqlite-doc-3220000.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:34763f0c90e94e5b5fd78d699209d28ef4b409279a9ce796c16b2b653a761343
|
||||||
|
size 5856836
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 1 20:49:08 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
- update to 3.22.0:
|
||||||
|
* Add Zipfile virtual table to read and write a ZIP Archive.
|
||||||
|
* Improved handling of WAL mode databases
|
||||||
|
* various improvements, optimizations and bug fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 25 08:41:37 UTC 2017 - idonmez@suse.com
|
Wed Oct 25 08:41:37 UTC 2017 - idonmez@suse.com
|
||||||
|
|
||||||
|
11
sqlite3.spec
11
sqlite3.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sqlite3
|
# spec file for package sqlite3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,17 +17,17 @@
|
|||||||
|
|
||||||
|
|
||||||
%define oname sqlite
|
%define oname sqlite
|
||||||
%define tarversion 3210000
|
%define tarversion 3220000
|
||||||
Name: sqlite3
|
Name: sqlite3
|
||||||
Version: 3.21.0
|
Version: 3.22.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Embeddable SQL Database Engine
|
Summary: Embeddable SQL Database Engine
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
Url: http://www.sqlite.org/
|
Url: http://www.sqlite.org/
|
||||||
Source0: http://www.sqlite.org/2017/sqlite-autoconf-%{tarversion}.tar.gz
|
Source0: http://www.sqlite.org/2018/sqlite-autoconf-%{tarversion}.tar.gz
|
||||||
Source1: baselibs.conf
|
Source1: baselibs.conf
|
||||||
Source2: http://www.sqlite.org/2017/sqlite-doc-%{tarversion}.zip
|
Source2: http://www.sqlite.org/2018/sqlite-doc-%{tarversion}.zip
|
||||||
Patch1: sqlite-fts5-link.patch
|
Patch1: sqlite-fts5-link.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -35,6 +35,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
BuildRequires: pkgconfig(zlib)
|
||||||
Provides: %{oname} = %{version}
|
Provides: %{oname} = %{version}
|
||||||
Obsoletes: %{oname} < %{version}
|
Obsoletes: %{oname} < %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user