rpms/perl-Parse-RecDescent/devel .cvsignore, 1.5, 1.6 perl-Parse-RecDescent.spec, 1.20, 1.21 sources, 1.5, 1.6

Chris Weyl cweyl at fedoraproject.org
Sun Sep 27 05:08:18 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-Parse-RecDescent/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27167

Modified Files:
	.cvsignore perl-Parse-RecDescent.spec sources 
Log Message:
* Sun Sep 27 2009 Chris Weyl <cweyl at alumni.drew.edu> 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)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Parse-RecDescent/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	2 Feb 2009 18:57:40 -0000	1.5
+++ .cvsignore	27 Sep 2009 05:08:18 -0000	1.6
@@ -1 +1 @@
-Parse-RecDescent-1.96.0.tar.gz
+Parse-RecDescent-1.962.2.tar.gz


Index: perl-Parse-RecDescent.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Parse-RecDescent/devel/perl-Parse-RecDescent.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- perl-Parse-RecDescent.spec	26 Jul 2009 16:09:17 -0000	1.20
+++ perl-Parse-RecDescent.spec	27 Sep 2009 05:08:18 -0000	1.21
@@ -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 <cweyl at alumni.drew.edu> 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 <rel-eng at lists.fedoraproject.org> - 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 at redhat.com
 - Specfile autogenerated
-


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Parse-RecDescent/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	2 Feb 2009 18:57:41 -0000	1.5
+++ sources	27 Sep 2009 05:08:18 -0000	1.6
@@ -1 +1 @@
-373dc01e102d81d01a4fb1431c5ff3fb  Parse-RecDescent-1.96.0.tar.gz
+9f84bf1a0519d31ae904339ebaa581d2  Parse-RecDescent-1.962.2.tar.gz




More information about the fedora-extras-commits mailing list