commit perl-Parse-RecDescent for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Parse-RecDescent for openSUSE:Factory checked in at Thu Nov 18 16:17:46 CET 2010. -------- --- perl-Parse-RecDescent/perl-Parse-RecDescent.changes 2010-10-19 21:44:42.000000000 +0200 +++ perl-Parse-RecDescent/perl-Parse-RecDescent.changes 2010-11-18 11:17:08.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Nov 18 10:09:27 UTC 2010 - chris@computersalat.de + +- readd not obsolete patch (bnc#653512) + o patch was removed, cause of no longer needed for pass tests + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- Parse-RecDescent-1.965001.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Parse-RecDescent.spec ++++++ --- /var/tmp/diff_new_pack.ZyFXnJ/_old 2010-11-18 16:17:15.000000000 +0100 +++ /var/tmp/diff_new_pack.ZyFXnJ/_new 2010-11-18 16:17:15.000000000 +0100 @@ -22,12 +22,14 @@ %define cpan_name Parse-RecDescent Summary: Generate Recursive-Descent Parsers Version: 1.965001 -Release: 2 +Release: 3 License: GPL+ or Artistic 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 +# bnc#653512 +Patch0: %{cpan_name}-%{version}.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch BuildRequires: perl @@ -52,6 +54,7 @@ %prep %setup -q -n %{cpan_name}-%{version} +%patch0 -p1 %build %{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS" ++++++ Parse-RecDescent-1.965001.patch ++++++ diff -ruN Parse-RecDescent-1.965001-orig/lib/Parse/RecDescent.pm Parse-RecDescent-1.965001/lib/Parse/RecDescent.pm --- Parse-RecDescent-1.965001-orig/lib/Parse/RecDescent.pm 2010-04-05 00:00:10.000000000 +0200 +++ Parse-RecDescent-1.965001/lib/Parse/RecDescent.pm 2010-10-19 21:29:55.000000000 +0200 @@ -2808,6 +2808,7 @@ sub _code($) { my $self = shift; + $skip = "" if(! defined $skip); my $code = qq{ package $self->{namespace}; use strict; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de