Accepting request 486678 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/486678
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Parse-RecDescent?expand=0&rev=32
This commit is contained in:
Yuchen Lin 2017-04-11 10:43:17 +00:00 committed by Git OBS Bridge
commit 7a3b23c4c1
4 changed files with 40 additions and 8 deletions

View File

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

BIN
Parse-RecDescent-1.967015.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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 Mon Sep 28 09:04:00 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Parse-RecDescent # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: perl-Parse-RecDescent Name: perl-Parse-RecDescent
Version: 1.967013 Version: 1.967015
Release: 0 Release: 0
%define cpan_name Parse-RecDescent %define cpan_name Parse-RecDescent
Summary: Generate Recursive-Descent Parsers 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 Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Parse-RecDescent/ 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 Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
@ -38,7 +38,7 @@ Generate Recursive-Descent Parsers
%prep %prep
%setup -q -n %{cpan_name}-%{version} %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 %build
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}" %{__perl} Build.PL installdirs=vendor optimize="%{optflags}"