diff --git a/Filter-1.59.tar.gz b/Filter-1.59.tar.gz deleted file mode 100644 index 2aa639b..0000000 --- a/Filter-1.59.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4babfad4e0566a9a61199735f6e622a60d3274122752304f18f623412bf4e5a -size 94350 diff --git a/Filter-1.60.tar.gz b/Filter-1.60.tar.gz new file mode 100644 index 0000000..b7d9b7c --- /dev/null +++ b/Filter-1.60.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11ef2f2ee8727b7f666fd249a3226f768e6eadfd51d9cdb49b3c3f1a35464f9 +size 95351 diff --git a/perl-Filter.changes b/perl-Filter.changes index e08a31f..acb80f9 100644 --- a/perl-Filter.changes +++ b/perl-Filter.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Aug 6 03:09:13 UTC 2020 - Tina Müller + +- updated to 1.60 + see /usr/share/doc/packages/perl-Filter/Changes + + 1.60 2020-08-05 rurban + ---- + * Increase t/call.t verbosity on failures (PR #12 aatomic) + * Push cwd to @INC for PERL_CORE (PR #11 jkeenan) + * Update search.cpan.org link to metacpan (PR #10 Grinnz) + ------------------------------------------------------------------- Sun Aug 5 05:23:05 UTC 2018 - coolo@suse.com diff --git a/perl-Filter.spec b/perl-Filter.spec index 7285e55..624f987 100644 --- a/perl-Filter.spec +++ b/perl-Filter.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Filter # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # 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-Filter -Version: 1.59 +Version: 1.60 Release: 0 %define cpan_name Filter Summary: Source Filters License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Filter/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -47,14 +47,14 @@ Source Filters %prep %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 -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install