8
0

Accepting request 811055 from devel:languages:perl:autoupdate

- 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)

OBS-URL: https://build.opensuse.org/request/show/811055
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Abstract?expand=0&rev=27
This commit is contained in:
2020-06-03 15:21:42 +00:00
committed by Git OBS Bridge
parent ab23e6967e
commit 28fd6fb221
4 changed files with 25 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7a7f7da5e6fa42f495860e92e9138b8a0964ca7674c95bd6ff1b1ce21aa8cdf
size 104797

3
SQL-Abstract-1.87.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e926a0a83da7efa18e57e5b2952a2ab3b7563a51733fc6dd5c89f12156481c4a
size 104951

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 2 15:36:46 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- 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 Tue Jul 10 06:00:40 UTC 2018 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-SQL-Abstract # 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 # 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
@@ -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-SQL-Abstract Name: perl-SQL-Abstract
Version: 1.86 Version: 1.87
Release: 0 Release: 0
%define cpan_name SQL-Abstract %define cpan_name SQL-Abstract
Summary: Generate SQL from Perl data structures Summary: Generate SQL from Perl data structures
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/SQL-Abstract/ URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/I/IL/ILMARI/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
@@ -34,6 +34,7 @@ BuildRequires: perl(Hash::Merge) >= 0.12
BuildRequires: perl(MRO::Compat) >= 0.12 BuildRequires: perl(MRO::Compat) >= 0.12
BuildRequires: perl(Moo) >= 2.000001 BuildRequires: perl(Moo) >= 2.000001
BuildRequires: perl(Sub::Quote) >= 2.000001 BuildRequires: perl(Sub::Quote) >= 2.000001
BuildRequires: perl(Test::Builder::Module) >= 0.84
BuildRequires: perl(Test::Deep) >= 0.101 BuildRequires: perl(Test::Deep) >= 0.101
BuildRequires: perl(Test::Exception) >= 0.310000 BuildRequires: perl(Test::Exception) >= 0.310000
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
@@ -43,6 +44,8 @@ Requires: perl(Hash::Merge) >= 0.12
Requires: perl(MRO::Compat) >= 0.12 Requires: perl(MRO::Compat) >= 0.12
Requires: perl(Moo) >= 2.000001 Requires: perl(Moo) >= 2.000001
Requires: perl(Sub::Quote) >= 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 Requires: perl(Text::Balanced) >= 2.00
%{perl_requires} %{perl_requires}
@@ -90,14 +93,14 @@ These are then used directly in your DBI code:
%prep %prep
%setup -q -n %{cpan_name}-%{version} %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 %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install