diff --git a/.cvsignore b/.cvsignore index a74ff41..9cd11f0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Parse-RecDescent-1.96.0.tar.gz +Parse-RecDescent-1.962.2.tar.gz diff --git a/perl-Parse-RecDescent.spec b/perl-Parse-RecDescent.spec index 2b1b3c9..10fe0d4 100644 --- a/perl-Parse-RecDescent.spec +++ b/perl-Parse-RecDescent.spec @@ -1,23 +1,25 @@ Name: perl-Parse-RecDescent -Version: 1.96 -%define tarname Parse-RecDescent-%{version}.0 -Release: 3%{?dist} +Version: 1.962.2 +Release: 1%{?dist} Summary: Parse-RecDescent Perl module Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Parse-RecDescent/ -Source0: http://www.cpan.org/authors/id/D/DC/DCONWAY/%{tarname}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Parse-RecDescent-%{version}.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker), perl(version), perl(Test::More) BuildRequires: perl(Test::Pod) +BuildRequires: perl(Text::Balanced) + +%{?perl_default_filter} %description Parse::RecDescent incrementally generates top-down recursive-descent text parsers from simple yacc-like grammar specifications. It -provides: +provides: * Regular expressions or literal strings as terminals (tokens), * Multiple (non-contiguous) productions for any rule, * Repeated and optional subrules within productions, @@ -38,7 +40,7 @@ matching productions. %prep -%setup -q -n %{tarname} +%setup -q -n Parse-RecDescent-%{version} chmod a-x demo/* tutorial/* %{__perl} -pi -e 's|^#!\s?/usr/local/bin/perl\b|#!%{__perl}|' demo/* for f in demo/demo_dot.pl; do @@ -75,6 +77,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Sep 27 2009 Chris Weyl 1.962.2-1 +- updated for latest GA SQL::Translator +- add default filtering +- auto-update to 1.962.2 (by cpan-spec-update 0.01) +- added a new br on perl(Text::Balanced) (version 0) + * Sun Jul 26 2009 Fedora Release Engineering - 1.96-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild @@ -147,4 +155,3 @@ rm -rf $RPM_BUILD_ROOT * Fri Jun 07 2002 cturner@redhat.com - Specfile autogenerated - diff --git a/sources b/sources index 265a125..e39fdd2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -373dc01e102d81d01a4fb1431c5ff3fb Parse-RecDescent-1.96.0.tar.gz +9f84bf1a0519d31ae904339ebaa581d2 Parse-RecDescent-1.962.2.tar.gz