Accepting request 484384 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/484384
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-RecDescent?expand=0&rev=42
This commit is contained in:
Stephan Kulow 2017-04-06 13:04:02 +00:00 committed by Git OBS Bridge
parent d88a78619b
commit dc7e2138b5
4 changed files with 27 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:226590d3850cd1678deb0190d5207b3477fb9070a8ca6f18d8999daf44485930
size 176362

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7041c483431fefd08eb66944fb5f8f7fb0fc595c08b33ed2f4c7037b8acccdcd
size 176884

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
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

View File

@ -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.967014
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}"