- update to 1.963
* Fixed even subtler bug in leftop and rightop caused by removal of $& - clean Requires, Provides and Obsoletes OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-RecDescent?expand=0&rev=8
This commit is contained in:
parent
49b0895416
commit
b0be1a059b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:220dfa387fa933a4c30eed83f32374ae553d91a0a184a19f45dfd33f36999c96
|
||||
size 136660
|
@ -2,7 +2,7 @@ Index: lib/Parse/RecDescent.pm
|
||||
===================================================================
|
||||
--- lib/Parse/RecDescent.pm.orig
|
||||
+++ lib/Parse/RecDescent.pm
|
||||
@@ -2798,6 +2798,7 @@ sub _check_grammar ($)
|
||||
@@ -2803,6 +2803,7 @@ sub _check_grammar ($)
|
||||
sub _code($)
|
||||
{
|
||||
my $self = shift;
|
3
Parse-RecDescent-1.963.tar.bz2
Normal file
3
Parse-RecDescent-1.963.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d63ed0cfe1273ecc06bcf920fd3b3216fde801b7614a6dd49115facceeda3dfe
|
||||
size 137309
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 25 13:40:39 CET 2010 - anicka@suse.cz
|
||||
|
||||
- update to 1.963
|
||||
* Fixed even subtler bug in leftop and rightop caused by removal
|
||||
of $&
|
||||
- clean Requires, Provides and Obsoletes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 13 16:35:16 CET 2010 - anicka@suse.cz
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
Name: perl-Parse-RecDescent
|
||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||
Summary: Perl RecDescent Module
|
||||
Version: 1.962.2
|
||||
Version: 1.963
|
||||
Release: 1
|
||||
License: Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
@ -29,17 +29,7 @@ Url: http://cpan.org/modules/by-module/Parse/
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Patch: %{cpan_name}-%{version}.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::More)
|
||||
BuildRequires: perl(Test::Pod) >= 1.14
|
||||
BuildRequires: perl(Text::Balanced)
|
||||
BuildRequires: perl-version
|
||||
Requires: perl = %{perl_version}
|
||||
Requires: perl(Text::Balanced)
|
||||
Requires: perl-version
|
||||
Obsoletes: perl_prd
|
||||
Provides: ParseRecDescent perl_prd
|
||||
|
||||
%description
|
||||
RecDescent incrementally generates top-down recursive-descent text
|
||||
|
Loading…
Reference in New Issue
Block a user