OBS User unknown 2008-10-06 15:20:37 +00:00 committed by Git OBS Bridge
parent eefcbeda0f
commit 87de8cff0d
5 changed files with 85 additions and 24 deletions

View File

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

View File

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

View File

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

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Oct 6 15:19:46 CEST 2008 - anicka@suse.cz
- update to 1.96.0
* Updated README to reflect new status of Text::Balanced
(i.e. required but not included in the distribution)
* Fixed demo_logic
* Fixed autopropagation of arguments into repetitions
* Limited context info to 500 chars in traces
* Added option to select base namespace for autotreeing
* Improved formatting compatibility with 5.9.0
* Added support for $::RD_HINT = 0 to turn off hinting entirely
* Fixed bug in line handling
* Returned $return variable to documented behaviour
(i.e. setting return doesn't guarantee the match, only what is
returned if the match succeeds)
* Fixed nit in debugging of conditional regexes
* Moved expectation creation to compile-time
* Removed redundant inheritances (i.e. @ISA elements)
in internal namespace
* Added warning against C<return> in actions to "GOTCHAS"
documentation
* Added demo_another_Cgrammar.pl
* Documented parens
* Removed incorrect meta-grammar from docs
* Propagated correct Changes file
* Added: <warn> <hint> <trace_build> <trace_parse> <nocheck>
-------------------------------------------------------------------
Fri Dec 14 16:42:34 CET 2007 - anicka@suse.cz

View File

@ -1,15 +1,23 @@
#
# spec file for package perl-Parse-RecDescent (Version 1.94)
# spec file for package perl-Parse-RecDescent (Version 1.96.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Parse-RecDescent
Url: http://cpan.org/modules/by-module/Parse/
License: Artistic License
@ -18,7 +26,7 @@ Provides: ParseRecDescent perl_prd
Obsoletes: perl_prd
Requires: perl = %{perl_version}
AutoReqProv: on
Version: 1.94
Version: 1.96.0
Release: 1
Summary: Perl RecDescent Module
Source: Parse-RecDescent-%{version}.tar.bz2
@ -67,7 +75,32 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/Text::Balanced.3pm*
%{_mandir}/man3/Parse::RecDescent.3pm.gz
%changelog
* Fri Dec 14 2007 - anicka@suse.cz
* Mon Oct 06 2008 anicka@suse.cz
- update to 1.96.0
* Updated README to reflect new status of Text::Balanced
(i.e. required but not included in the distribution)
* Fixed demo_logic
* Fixed autopropagation of arguments into repetitions
* Limited context info to 500 chars in traces
* Added option to select base namespace for autotreeing
* Improved formatting compatibility with 5.9.0
* Added support for $::RD_HINT = 0 to turn off hinting entirely
* Fixed bug in line handling
* Returned $return variable to documented behaviour
(i.e. setting return doesn't guarantee the match, only what is
returned if the match succeeds)
* Fixed nit in debugging of conditional regexes
* Moved expectation creation to compile-time
* Removed redundant inheritances (i.e. @ISA elements)
in internal namespace
* Added warning against C<return> in actions to "GOTCHAS"
documentation
* Added demo_another_Cgrammar.pl
* Documented parens
* Removed incorrect meta-grammar from docs
* Propagated correct Changes file
* Added: <warn> <hint> <trace_build> <trace_parse> <nocheck>
* Fri Dec 14 2007 anicka@suse.cz
- update to 1.94
* BACKWARDS INCOMPATIBLE CHANGE: The key of an %%item entry for
a repeated subrule now includes the repetition specifier.
@ -94,30 +127,30 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/Text::Balanced.3pm*
* Fixed fatal error with $tracelevel (thanks everyone)
* Replaced 'our' with 'use vars' to reinstate 5.005 compatibility.
- enable tests
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon May 10 2004 - ro@suse.de
* Mon May 10 2004 ro@suse.de
- fix warning/error when used from yast2 (#39963)
* Sun Jan 11 2004 - adrian@suse.de
* Sun Jan 11 2004 adrian@suse.de
- build as user
* Fri Aug 22 2003 - mjancar@suse.cz
* Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with
* Mon Jul 28 2003 - ro@suse.de
* Mon Jul 28 2003 ro@suse.de
- install to vendor location
* Tue Jul 01 2003 - ro@suse.de
* Tue Jul 01 2003 ro@suse.de
- use perl_process_packlist macro
* Tue May 13 2003 - ro@suse.de
* Tue May 13 2003 ro@suse.de
- use defattr
* Thu Aug 08 2002 - mls@suse.de
* Thu Aug 08 2002 mls@suse.de
- use sitearch macro
* Mon Jul 29 2002 - mls@suse.de
* Mon Jul 29 2002 mls@suse.de
- update to version 1.80
- don't pack Text::Balanced, it's included in perl-5.8
* Mon Feb 25 2002 - ro@suse.de
* Mon Feb 25 2002 ro@suse.de
- use defattr (-,root,root)
- remove x-bits from files before build
* Tue Nov 07 2000 - ro@suse.de
* Tue Nov 07 2000 ro@suse.de
- renamed package perl_prd to perl-Parse-RecDescent
- added build root
* Tue Jun 06 2000 - ro@suse.de
* Tue Jun 06 2000 ro@suse.de
- created package version 1.78