Accepting request 798655 from devel:languages:perl:autoupdate

- updated to 1.002002
   see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
  1.002002	2020-04-24
  
   [ Bug Fixes ]
   - Bug in handling regexps in import lists; Exporter::Tiny allowed regexps
     like /foo/i but not /foo/. Having trailing flags is now optional!
     Tomohiro Hosaka++
     <https://github.com/tobyink/p5-exporter-tiny/issues/6>
   - Tests would fail if `PERL5OPT=-Mfeature=:5.18` environment variable was
     set. This is because bareword `-default` was being interpreted as the
     Perl `default` keyword.
     zhumengu++
     <https://github.com/tobyink/p5-exporter-tiny/issues/5>

OBS-URL: https://build.opensuse.org/request/show/798655
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exporter-Tiny?expand=0&rev=14
This commit is contained in:
Dirk Stoecker 2020-04-29 11:50:51 +00:00 committed by Git OBS Bridge
parent 5385a2d0a7
commit 89026ec909
4 changed files with 30 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Apr 25 03:10:48 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.002002
see /usr/share/doc/packages/perl-Exporter-Tiny/Changes
1.002002 2020-04-24
[ Bug Fixes ]
- Bug in handling regexps in import lists; Exporter::Tiny allowed regexps
like /foo/i but not /foo/. Having trailing flags is now optional!
Tomohiro Hosaka++
<https://github.com/tobyink/p5-exporter-tiny/issues/6>
- Tests would fail if `PERL5OPT=-Mfeature=:5.18` environment variable was
set. This is because bareword `-default` was being interpreted as the
Perl `default` keyword.
zhumengu++
<https://github.com/tobyink/p5-exporter-tiny/issues/5>
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 18 05:22:03 UTC 2018 - coolo@suse.com Wed Jul 18 05:22:03 UTC 2018 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Exporter-Tiny # spec file for package perl-Exporter-Tiny
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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-Exporter-Tiny Name: perl-Exporter-Tiny
Version: 1.002001 Version: 1.002002
Release: 0 Release: 0
%define cpan_name Exporter-Tiny %define cpan_name Exporter-Tiny
Summary: An Exporter with the Features of Sub::Exporter but Only Core Dependencies Summary: An exporter with the features of Sub::Exporter but only core dependencies
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/Exporter-Tiny/ Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
@ -59,11 +59,11 @@ look at:
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%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