as mentioned by coolo, remove patch from spec too

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-RecDescent?expand=0&rev=18
This commit is contained in:
Christian Wittmer 2010-10-19 19:44:43 +00:00 committed by Git OBS Bridge
parent 6afbd1577b
commit fec689fea7
3 changed files with 5 additions and 12 deletions

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 19 19:43:18 UTC 2010 - chris@computersalat.de
- remove obsolete 1.965001 patch
-------------------------------------------------------------------
Wed Oct 13 22:56:35 UTC 2010 - chris@computersalat.de

View File

@ -27,7 +27,6 @@ Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Parse-RecDescent/
#Source: http://www.cpan.org/modules/by-module/Parse/Parse-RecDescent-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.bz2
Patch0: %{cpan_name}-1.965001.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
BuildRequires: perl
@ -52,7 +51,6 @@ Authors:
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0
%build
%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"