commit 671c144ec604057c3d0e6762b8a2fe6dc06a6a39
Author: Daniel P. Berrange <[email protected]>
Date: Mon Feb 13 12:08:52 2012 +0000
Update to 0.24 (rhbz 789976)
.gitignore | 5 ++++-
perl-Module-ExtractUse.spec | 14 ++++++--------
sources | 2 +-
3 files changed, 11 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6fcbb75..aa4a9d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
-Module-ExtractUse-0.23.tar.gz
+*.tar.gz
+.build*.log
+noarch/
+*.src.rpm
diff --git a/perl-Module-ExtractUse.spec b/perl-Module-ExtractUse.spec
index 7c27921..4a73c7e 100644
--- a/perl-Module-ExtractUse.spec
+++ b/perl-Module-ExtractUse.spec
@@ -1,6 +1,6 @@
Name: perl-Module-ExtractUse
-Version: 0.23
-Release: 11%{?dist}
+Version: 0.24
+Release: 1%{?dist}
Summary: Find out what modules are used
License: GPL+ or Artistic
Group: Development/Libraries
@@ -27,11 +27,6 @@ from CPAN) used by the parsed code.
%setup -q -n Module-ExtractUse-%{version}
%build
-# Recompile the grammar to work with the new Parse::RecDescent (CPAN RT#74608)
-cd lib/Module/ExtractUse
-rm Grammar.pm
-perl -MParse::RecDescent - grammar Module::ExtractUse::Grammar
-cd -
%{__perl} Build.PL installdirs=vendor
./Build
@@ -52,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
-%doc Changes README TODO
+%doc Changes README
%dir %{perl_vendorlib}/Module
%{perl_vendorlib}/Module/ExtractUse.pm
%dir %{perl_vendorlib}/Module/ExtractUse/
@@ -60,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3pm*
%changelog
+* Mon Feb 13 2012 Daniel P. Berrange <[email protected]> - 0.24-1
+- Update to 0.24, removing previous grammar hack (rhbz #789976)
+
* Sat Feb 4 2012 Daniel P. Berrange <[email protected]> - 0.23-11
- Regenerate grammar for new Parse::RecDescent (rhbz#786849)
diff --git a/sources b/sources
index f057445..d81d4b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b8be04e3dc4dda9165a47a1690d6cf10 Module-ExtractUse-0.23.tar.gz
+d09df52dfd1da63aebf1db7bb9485d8b Module-ExtractUse-0.24.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel