1
0

Accepting request 33266 from devel:languages:perl

checked in (request 33266)

OBS-URL: https://build.opensuse.org/request/show/33266
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-RecDescent?expand=0&rev=11
This commit is contained in:
OBS User autobuild 2010-02-24 01:24:43 +00:00 committed by Git OBS Bridge
parent 6f54844e8e
commit 3127a08042
5 changed files with 5 additions and 12 deletions

View File

@ -2,7 +2,7 @@ Index: lib/Parse/RecDescent.pm
===================================================================
--- lib/Parse/RecDescent.pm.orig
+++ lib/Parse/RecDescent.pm
@@ -2808,6 +2808,7 @@ sub _check_grammar ($)
@@ -2803,6 +2803,7 @@ sub _check_grammar ($)
sub _code($)
{
my $self = shift;

View File

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

View File

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

View File

@ -1,10 +1,3 @@
-------------------------------------------------------------------
Tue Feb 23 16:22:39 CET 2010 - anicka@suse.cz
- update to 1.964
* Fixed bug with undefined $1 when parsing literals (thanks Dan!)
* Fixed premature namespace destruction bug with compiled grammars
-------------------------------------------------------------------
Mon Jan 25 13:40:39 CET 2010 - anicka@suse.cz

View File

@ -21,7 +21,7 @@
Name: perl-Parse-RecDescent
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Perl RecDescent Module
Version: 1.964
Version: 1.963
Release: 1
License: Artistic
Group: Development/Libraries/Perl