Accepting request 29458 from devel:languages:perl

Copy from devel:languages:perl/perl-Parse-RecDescent based on submit request 29458 from user anicka

OBS-URL: https://build.opensuse.org/request/show/29458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Parse-RecDescent?expand=0&rev=7
This commit is contained in:
OBS User autobuild 2010-01-14 16:44:07 +00:00 committed by Git OBS Bridge
parent fe7667ca52
commit 49b0895416
6 changed files with 37 additions and 17 deletions

View File

@ -1,10 +0,0 @@
--- lib/Parse/RecDescent.pm
+++ lib/Parse/RecDescent.pm
@@ -2784,6 +2784,7 @@
sub _code($)
{
my $self = shift;
+ $skip = "" if(! defined $skip);
my $code = qq{
package $self->{namespace};
use strict;

View File

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

View File

@ -0,0 +1,12 @@
Index: lib/Parse/RecDescent.pm
===================================================================
--- lib/Parse/RecDescent.pm.orig
+++ lib/Parse/RecDescent.pm
@@ -2798,6 +2798,7 @@ sub _check_grammar ($)
sub _code($)
{
my $self = shift;
+ $skip = "" if(! defined $skip);
my $code = qq{
package $self->{namespace};
use strict;

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:220dfa387fa933a4c30eed83f32374ae553d91a0a184a19f45dfd33f36999c96
size 136660

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Jan 13 16:35:16 CET 2010 - anicka@suse.cz
- update to 1.962.2
* Added: <warn> <hint> <trace_build> <trace_parse> <nocheck>
* Fixed assymmetrical push/pop on @lines tracker
* Bumped sub-version number hugely to fix CPAN indexing
* Remove all occurrences of $& so we don't affect other regular
expressions.
* Perl 5.6.0 required for use of $+[0] and $-[0] for replacement
of $&.
* Fixed subtle bug in leftop and rightop caused by removal of $&
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Thu Dec 10 19:58:51 UTC 2009 - chris@computersalat.de

View File

@ -1,5 +1,5 @@
#
# spec file for package perl-Parse-RecDescent (Version 1.96.0)
# spec file for package perl-Parse-RecDescent (Version 1.962.2)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -21,8 +21,8 @@
Name: perl-Parse-RecDescent
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Perl RecDescent Module
Version: 1.96.0
Release: 2
Version: 1.962.2
Release: 1
License: Artistic
Group: Development/Libraries/Perl
Url: http://cpan.org/modules/by-module/Parse/
@ -58,7 +58,7 @@ Authors:
%build
find -type f | xargs chmod 644
perl Makefile.PL
%{__make}
%{__make} %{?_smp_mflags}
%check
%{__make} test