diff --git a/Parse-RecDescent-1.967013.tar.gz b/Parse-RecDescent-1.967013.tar.gz deleted file mode 100644 index 7ea5264..0000000 --- a/Parse-RecDescent-1.967013.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:226590d3850cd1678deb0190d5207b3477fb9070a8ca6f18d8999daf44485930 -size 176362 diff --git a/Parse-RecDescent-1.967015.tar.gz b/Parse-RecDescent-1.967015.tar.gz new file mode 100644 index 0000000..71f5e1d --- /dev/null +++ b/Parse-RecDescent-1.967015.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1943336a4cb54f1788a733f0827c0c55db4310d5eae15e542639c9dd85656e37 +size 176996 diff --git a/perl-Parse-RecDescent.changes b/perl-Parse-RecDescent.changes index 29fa8b8..e8496fc 100644 --- a/perl-Parse-RecDescent.changes +++ b/perl-Parse-RecDescent.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Fri Apr 7 06:31:51 UTC 2017 - coolo@suse.com + +- updated to 1.967015 + see /usr/share/doc/packages/perl-Parse-RecDescent/Changes + + + 1.967015 Tue Apr 4 07:38:07 2017 + + - Fix misuse of require to include MYMETA.pl, data is just + included in both Makefile.PL and Build.PL nowB. (RT.cpan.org + #120922, thanks Kent!) + +------------------------------------------------------------------- +Sun Apr 2 06:28:59 UTC 2017 - coolo@suse.com + +- updated to 1.967014 + see /usr/share/doc/packages/perl-Parse-RecDescent/Changes + + + 1.967014 Sat Apr 1 10:33:29 2017 + + - Add a newline to package declaration lines in precompiled + parsers, to keep CPAN from indexing them. (RT.cpan.org #110404, + thanks Martin!) + + - Provide repository and bugtracker entries in + MYMETA.*. (RT.cpan.org #110403, thanks Martin!) + + - Update tests to handle '.' no longer being part of @INC in + perl-5.26.0. (RT.cpan.org #120415, thanks Jim!) + ------------------------------------------------------------------- Mon Sep 28 09:04:00 UTC 2015 - coolo@suse.com diff --git a/perl-Parse-RecDescent.spec b/perl-Parse-RecDescent.spec index 23db7f1..022f36c 100644 --- a/perl-Parse-RecDescent.spec +++ b/perl-Parse-RecDescent.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Parse-RecDescent # -# 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-Parse-RecDescent -Version: 1.967013 +Version: 1.967015 Release: 0 %define cpan_name Parse-RecDescent Summary: Generate Recursive-Descent Parsers -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Parse-RecDescent/ -Source0: http://www.cpan.org/authors/id/J/JT/JTBRAUN/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/J/JT/JTBRAUN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -38,7 +38,7 @@ Generate Recursive-Descent Parsers %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} Build.PL installdirs=vendor optimize="%{optflags}"