Accepting request 882134 from devel:languages:perl:autoupdate

- updated to 0.143
   see /usr/share/doc/packages/perl-SQL-Abstract-Limit/Changes

OBS-URL: https://build.opensuse.org/request/show/882134
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Abstract-Limit?expand=0&rev=11
This commit is contained in:
2021-04-09 15:42:12 +00:00
committed by Git OBS Bridge
parent 351559dcf6
commit e144fb3065
4 changed files with 16 additions and 13 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 29 03:08:03 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.143
see /usr/share/doc/packages/perl-SQL-Abstract-Limit/Changes
-------------------------------------------------------------------
Tue Nov 24 10:33:31 UTC 2020 - Tina Müller <tina.mueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-SQL-Abstract-Limit
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
#
Name: perl-SQL-Abstract-Limit
Version: 0.142
Release: 0
%define cpan_name SQL-Abstract-Limit
Name: perl-SQL-Abstract-Limit
Version: 0.143
Release: 0
Summary: Portable LIMIT emulation
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/A/AS/ASB/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DBI)
@@ -46,11 +44,11 @@ Requires: perl(Test::Exception)
Portability layer for LIMIT emulation.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@@ -61,7 +59,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes README.md
%changelog