- update to 1.965001
* Updated version number because versioning is a neverending nightmare in Perl 5 (thanks Matt) * Removed all references to /opts version of perl interpreter * Added Parse::RecDescent::redirect_reporting_to() to enable ERROR, TRACE, and TRACECONTEXT filehandles to be easily redirected. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parse-RecDescent?expand=0&rev=12
This commit is contained in:
parent
3127a08042
commit
98e4e0d864
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d63ed0cfe1273ecc06bcf920fd3b3216fde801b7614a6dd49115facceeda3dfe
|
|
||||||
size 137309
|
|
@ -2,7 +2,7 @@ Index: lib/Parse/RecDescent.pm
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- lib/Parse/RecDescent.pm.orig
|
--- lib/Parse/RecDescent.pm.orig
|
||||||
+++ lib/Parse/RecDescent.pm
|
+++ lib/Parse/RecDescent.pm
|
||||||
@@ -2803,6 +2803,7 @@ sub _check_grammar ($)
|
@@ -2808,6 +2808,7 @@ sub _check_grammar ($)
|
||||||
sub _code($)
|
sub _code($)
|
||||||
{
|
{
|
||||||
my $self = shift;
|
my $self = shift;
|
3
Parse-RecDescent-1.965001.tar.bz2
Normal file
3
Parse-RecDescent-1.965001.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b4a473f62265f0b89e44de285f724f270fd762ffeb0309bd247b02b80a1d57f
|
||||||
|
size 137571
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 16 15:08:46 CEST 2010 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 1.965001
|
||||||
|
* Updated version number because versioning is a neverending
|
||||||
|
nightmare in Perl 5 (thanks Matt)
|
||||||
|
* Removed all references to /opts version of perl interpreter
|
||||||
|
* Added Parse::RecDescent::redirect_reporting_to()
|
||||||
|
to enable ERROR, TRACE, and TRACECONTEXT filehandles to be
|
||||||
|
easily redirected.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Mon Jan 25 13:40:39 CET 2010 - anicka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Parse-RecDescent (Version 1.963)
|
# spec file for package perl-Parse-RecDescent (Version 1.964)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -21,7 +21,7 @@
|
|||||||
Name: perl-Parse-RecDescent
|
Name: perl-Parse-RecDescent
|
||||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||||
Summary: Perl RecDescent Module
|
Summary: Perl RecDescent Module
|
||||||
Version: 1.963
|
Version: 1.965001
|
||||||
Release: 1
|
Release: 1
|
||||||
License: Artistic
|
License: Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
|
Loading…
Reference in New Issue
Block a user