From 87de8cff0dc5292e50c8b3862c123c0558f5d3e9a57658925e3d24cfe3d5bc27 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 6 Oct 2008 15:20:37 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Parse-RecDescent?expand=0&rev=4 --- Parse-RecDescent-1.94.tar.bz2 | 3 - ...-1.94.diff => Parse-RecDescent-1.96.0.diff | 8 +-- Parse-RecDescent-1.96.0.tar.bz2 | 3 + perl-Parse-RecDescent.changes | 28 ++++++++ perl-Parse-RecDescent.spec | 67 ++++++++++++++----- 5 files changed, 85 insertions(+), 24 deletions(-) delete mode 100644 Parse-RecDescent-1.94.tar.bz2 rename Parse-RecDescent-1.94.diff => Parse-RecDescent-1.96.0.diff (52%) create mode 100644 Parse-RecDescent-1.96.0.tar.bz2 diff --git a/Parse-RecDescent-1.94.tar.bz2 b/Parse-RecDescent-1.94.tar.bz2 deleted file mode 100644 index ad724de..0000000 --- a/Parse-RecDescent-1.94.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ec988b3fd2305577c38b22fd27e7e3767d6a9188f75a268f59b920571b3a8ac -size 113595 diff --git a/Parse-RecDescent-1.94.diff b/Parse-RecDescent-1.96.0.diff similarity index 52% rename from Parse-RecDescent-1.94.diff rename to Parse-RecDescent-1.96.0.diff index 9900640..fc90d22 100644 --- a/Parse-RecDescent-1.94.diff +++ b/Parse-RecDescent-1.96.0.diff @@ -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; diff --git a/Parse-RecDescent-1.96.0.tar.bz2 b/Parse-RecDescent-1.96.0.tar.bz2 new file mode 100644 index 0000000..d50546b --- /dev/null +++ b/Parse-RecDescent-1.96.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8ea5a7512956a7c4c93f7c2ed6c47028ef0637ca15ac31ae9db7ba2fde5301 +size 136118 diff --git a/perl-Parse-RecDescent.changes b/perl-Parse-RecDescent.changes index 3d6a185..5c36010 100644 --- a/perl-Parse-RecDescent.changes +++ b/perl-Parse-RecDescent.changes @@ -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 in actions to "GOTCHAS" + documentation + * Added demo_another_Cgrammar.pl + * Documented parens + * Removed incorrect meta-grammar from docs + * Propagated correct Changes file + * Added: + ------------------------------------------------------------------- Fri Dec 14 16:42:34 CET 2007 - anicka@suse.cz diff --git a/perl-Parse-RecDescent.spec b/perl-Parse-RecDescent.spec index cafadf4..9a8c5b7 100644 --- a/perl-Parse-RecDescent.spec +++ b/perl-Parse-RecDescent.spec @@ -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 in actions to "GOTCHAS" + documentation + * Added demo_another_Cgrammar.pl + * Documented parens + * Removed incorrect meta-grammar from docs + * Propagated correct Changes file + * Added: +* 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