diff --git a/SQL-Abstract-1.86.tar.gz b/SQL-Abstract-1.86.tar.gz deleted file mode 100644 index e072415..0000000 --- a/SQL-Abstract-1.86.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7a7f7da5e6fa42f495860e92e9138b8a0964ca7674c95bd6ff1b1ce21aa8cdf -size 104797 diff --git a/SQL-Abstract-1.87.tar.gz b/SQL-Abstract-1.87.tar.gz new file mode 100644 index 0000000..56c7672 --- /dev/null +++ b/SQL-Abstract-1.87.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e926a0a83da7efa18e57e5b2952a2ab3b7563a51733fc6dd5c89f12156481c4a +size 104951 diff --git a/perl-SQL-Abstract.changes b/perl-SQL-Abstract.changes index 810beb6..f166091 100644 --- a/perl-SQL-Abstract.changes +++ b/perl-SQL-Abstract.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 2 15:36:46 UTC 2020 - Tina Müller + +- updated to 1.87 + see /usr/share/doc/packages/perl-SQL-Abstract/Changes + + 1.87 - 2020-06-02 + - Add runtime dependency on Test::Deep and Test::Builder::Module for + SQL::Abstract::Test (RT#131623) + + ------------------------------------------------------------------- Tue Jul 10 06:00:40 UTC 2018 - coolo@suse.com diff --git a/perl-SQL-Abstract.spec b/perl-SQL-Abstract.spec index 6e1114b..0858287 100644 --- a/perl-SQL-Abstract.spec +++ b/perl-SQL-Abstract.spec @@ -1,7 +1,7 @@ # # spec file for package perl-SQL-Abstract # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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-SQL-Abstract -Version: 1.86 +Version: 1.87 Release: 0 %define cpan_name SQL-Abstract Summary: Generate SQL from Perl data structures License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/SQL-Abstract/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -34,6 +34,7 @@ BuildRequires: perl(Hash::Merge) >= 0.12 BuildRequires: perl(MRO::Compat) >= 0.12 BuildRequires: perl(Moo) >= 2.000001 BuildRequires: perl(Sub::Quote) >= 2.000001 +BuildRequires: perl(Test::Builder::Module) >= 0.84 BuildRequires: perl(Test::Deep) >= 0.101 BuildRequires: perl(Test::Exception) >= 0.310000 BuildRequires: perl(Test::More) >= 0.88 @@ -43,6 +44,8 @@ Requires: perl(Hash::Merge) >= 0.12 Requires: perl(MRO::Compat) >= 0.12 Requires: perl(Moo) >= 2.000001 Requires: perl(Sub::Quote) >= 2.000001 +Requires: perl(Test::Builder::Module) >= 0.84 +Requires: perl(Test::Deep) >= 0.101 Requires: perl(Text::Balanced) >= 2.00 %{perl_requires} @@ -90,14 +93,14 @@ These are then used directly in your DBI code: %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install