[perl-Module-ExtractUse] Recompile the grammar again

Paul Howarth pghmcfc at fedoraproject.org
Mon Mar 19 13:42:46 UTC 2012


commit 275b725c9d636d7767b682ff443d765157e32849
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Mar 19 13:42:01 2012 +0000

    Recompile the grammar again
    
    Recompile the grammar to work with the new Parse::RecDescent (CPAN RT#74879)

 perl-Module-ExtractUse.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/perl-Module-ExtractUse.spec b/perl-Module-ExtractUse.spec
index b5d5261..77ad03d 100644
--- a/perl-Module-ExtractUse.spec
+++ b/perl-Module-ExtractUse.spec
@@ -1,6 +1,6 @@
 Name:           perl-Module-ExtractUse
 Version:        0.24
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Find out what modules are used
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -28,6 +28,12 @@ from CPAN) used by the parsed code.
 %prep
 %setup -q -n Module-ExtractUse-%{version}
 
+# Recompile the grammar to work with the new Parse::RecDescent (CPAN RT#74879)
+cd lib/Module/ExtractUse
+rm Grammar.pm
+perl -MParse::RecDescent - grammar Module::ExtractUse::Grammar
+cd -
+
 %build
 perl Build.PL installdirs=vendor
 ./Build
@@ -53,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Module::ExtractUse.3pm*
 
 %changelog
+* Mon Mar 19 2012 Paul Howarth <paul at city-fan.org> - 0.24-3
+- Recompile the grammar to work with the new Parse::RecDescent (CPAN RT#74879)
+
 * Tue Mar  6 2012 Paul Howarth <paul at city-fan.org> - 0.24-2
 - BR: perl(Carp) and perl(version)
 - Don't use macros for commands


More information about the scm-commits mailing list