Hello community, here is the log from the commit of package perl-Exporter-Tiny for openSUSE:Factory checked in at 2020-05-01 11:08:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Exporter-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-Exporter-Tiny.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Exporter-Tiny" Fri May 1 11:08:26 2020 rev:7 rq:798892 version:1.002002 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Exporter-Tiny/perl-Exporter-Tiny.changes 2018-07-23 17:58:20.805129222 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Exporter-Tiny.new.2738/perl-Exporter-Tiny.changes 2020-05-01 11:08:36.143227540 +0200 @@ -1,0 +2,19 @@ +Sat Apr 25 03:10:48 UTC 2020 - <[email protected]> + +- 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> + +------------------------------------------------------------------- Old: ---- Exporter-Tiny-1.002001.tar.gz New: ---- Exporter-Tiny-1.002002.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Exporter-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.hXNE9S/_old 2020-05-01 11:08:36.855229088 +0200 +++ /var/tmp/diff_new_pack.hXNE9S/_new 2020-05-01 11:08:36.855229088 +0200 @@ -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 @@ %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 ++++++ Exporter-Tiny-1.002001.tar.gz -> Exporter-Tiny-1.002002.tar.gz ++++++ ++++ 7400 lines of diff (skipped)
