diff --git a/Filter-1.55.tar.gz b/Filter-1.55.tar.gz deleted file mode 100644 index f086feb..0000000 --- a/Filter-1.55.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7855f5f5f16777c14614b5d907794a170ed4cdeb4382bf03ffca825c8c6bc4a0 -size 89901 diff --git a/Filter-1.57.tar.gz b/Filter-1.57.tar.gz new file mode 100644 index 0000000..52d6115 --- /dev/null +++ b/Filter-1.57.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b786e49a35e85c2e97adef18bba9502ae1a44d8cfc9fd0acffb4e441793860 +size 92255 diff --git a/perl-Filter.changes b/perl-Filter.changes index c524dd8..02e6581 100644 --- a/perl-Filter.changes +++ b/perl-Filter.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Feb 13 11:58:25 UTC 2017 - coolo@suse.com + +- updated to 1.57 + see /usr/share/doc/packages/perl-Filter/Changes + + 1.57 2017-01-22 rurban + ---- + * Todo the t/exec.t test 2 on cygwin. + * Fixed/Todo the t/decrypt.t test 7 utf8 failures. + Skip with non UTF-8 locale. + ------------------------------------------------------------------- Wed Jul 29 08:42:52 UTC 2015 - coolo@suse.com diff --git a/perl-Filter.spec b/perl-Filter.spec index 7f86476..1536ab8 100644 --- a/perl-Filter.spec +++ b/perl-Filter.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Filter # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,14 +17,14 @@ Name: perl-Filter -Version: 1.55 +Version: 1.57 Release: 0 %define cpan_name Filter Summary: Source Filters License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Filter/ -Source0: http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -38,7 +38,7 @@ Source Filters %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"