diff --git a/DBD-SQLite-1.58.tar.gz b/DBD-SQLite-1.58.tar.gz deleted file mode 100644 index eb2dab1..0000000 --- a/DBD-SQLite-1.58.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7120dd99d0338dea2802fda8bfe3fbf10077d5af559f6c67ae35e9270d1a1d3b -size 2248800 diff --git a/DBD-SQLite-1.60.tar.gz b/DBD-SQLite-1.60.tar.gz new file mode 100644 index 0000000..2dc9934 --- /dev/null +++ b/DBD-SQLite-1.60.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280b2e30e2d9fcd284febda656b80530c70b38cfcbf3132c94257f1e1d303fc3 +size 2366390 diff --git a/perl-DBD-SQLite.changes b/perl-DBD-SQLite.changes index d0998f1..9ad0221 100644 --- a/perl-DBD-SQLite.changes +++ b/perl-DBD-SQLite.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Dec 6 15:30:25 UTC 2018 - Stephan Kulow + +- 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 diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 503bab7..71518e8 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # 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 -Version: 1.58 +Version: 1.60 Release: 0 %define cpan_name DBD-SQLite Summary: Self-contained RDBMS in a DBI Driver License: Artistic-1.0 OR GPL-1.0-or-later 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 Source1: cpanspec.yml 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 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install