forked from pool/perl-DBD-SQLite
Accepting request 655738 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/655738 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-SQLite?expand=0&rev=57
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7120dd99d0338dea2802fda8bfe3fbf10077d5af559f6c67ae35e9270d1a1d3b
|
|
||||||
size 2248800
|
|
||||||
3
DBD-SQLite-1.60.tar.gz
Normal file
3
DBD-SQLite-1.60.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:280b2e30e2d9fcd284febda656b80530c70b38cfcbf3132c94257f1e1d303fc3
|
||||||
|
size 2366390
|
||||||
@@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 6 15:30:25 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 1.60
|
||||||
|
see /usr/share/doc/packages/perl-DBD-SQLite/Changes
|
||||||
|
|
||||||
|
1.60 2018-12-01
|
||||||
|
- Switched to a production version
|
||||||
|
|
||||||
|
1.59_03 2018-11-03
|
||||||
|
- Added a note on the long standing bug on TYPE statement
|
||||||
|
handle attribute
|
||||||
|
- Applied a doc patch on Virtual::PerlData by Björn Höhrmann
|
||||||
|
(GH-31)
|
||||||
|
|
||||||
|
1.59_02 2018-09-30
|
||||||
|
- Upgraded SQLite to 3.25.2
|
||||||
|
|
||||||
|
1.59_01 2018-09-17
|
||||||
|
- Upgraded SQLite to 3.25.0, with ALTER TABLE ... RENAME COLUMN
|
||||||
|
and UPSERT among others
|
||||||
|
- Added ::GetInfo (GH#32, Brendan Byrd)
|
||||||
|
- Fix to use a PV value as a virtual table column value
|
||||||
|
where appropriate (RT-124941)
|
||||||
|
- Add deferrability to foreign_key_info (mohawk2)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 29 05:11:10 UTC 2018 - coolo@suse.com
|
Thu Mar 29 05:11:10 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-DBD-SQLite
|
Name: perl-DBD-SQLite
|
||||||
Version: 1.58
|
Version: 1.60
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name DBD-SQLite
|
%define cpan_name DBD-SQLite
|
||||||
Summary: Self-contained RDBMS in a DBI Driver
|
Summary: Self-contained RDBMS in a DBI Driver
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/DBD-SQLite/
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -75,11 +75,11 @@ the typeless nature of the SQLite database.
|
|||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
|||||||
Reference in New Issue
Block a user