From 89026ec9097fdfeea43f9ce187ea07601da366a198f5bf5125c721686de3cfe1 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 29 Apr 2020 11:50:51 +0000 Subject: [PATCH] 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++ - 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++ 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 --- Exporter-Tiny-1.002001.tar.gz | 3 --- Exporter-Tiny-1.002002.tar.gz | 3 +++ perl-Exporter-Tiny.changes | 19 +++++++++++++++++++ perl-Exporter-Tiny.spec | 16 ++++++++-------- 4 files changed, 30 insertions(+), 11 deletions(-) delete mode 100644 Exporter-Tiny-1.002001.tar.gz create mode 100644 Exporter-Tiny-1.002002.tar.gz diff --git a/Exporter-Tiny-1.002001.tar.gz b/Exporter-Tiny-1.002001.tar.gz deleted file mode 100644 index 6c4cf47..0000000 --- a/Exporter-Tiny-1.002001.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a82c334c02ce4b0f9ea77c67bf77738f76a9b8aa4bae5c7209d1c76453d3c48d -size 32304 diff --git a/Exporter-Tiny-1.002002.tar.gz b/Exporter-Tiny-1.002002.tar.gz new file mode 100644 index 0000000..6f653c1 --- /dev/null +++ b/Exporter-Tiny-1.002002.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f0b95716b18157132c6c118ded8ba31392563d19e490433e9a65382e707101 +size 88456 diff --git a/perl-Exporter-Tiny.changes b/perl-Exporter-Tiny.changes index 17f2a37..7dc1807 100644 --- a/perl-Exporter-Tiny.changes +++ b/perl-Exporter-Tiny.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Apr 25 03:10:48 UTC 2020 - + +- 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++ + + - 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++ + + ------------------------------------------------------------------- Wed Jul 18 05:22:03 UTC 2018 - coolo@suse.com diff --git a/perl-Exporter-Tiny.spec b/perl-Exporter-Tiny.spec index c9c7cbe..80b71ea 100644 --- a/perl-Exporter-Tiny.spec +++ b/perl-Exporter-Tiny.spec @@ -1,7 +1,7 @@ # # 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 # 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-Exporter-Tiny -Version: 1.002001 +Version: 1.002002 Release: 0 %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 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 Source1: cpanspec.yml BuildArch: noarch @@ -59,11 +59,11 @@ look at: %setup -q -n %{cpan_name}-%{version} %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