[perl-Module-ExtractUse] Update to 0.25

Paul Howarth pghmcfc at fedoraproject.org
Thu Mar 22 13:15:31 UTC 2012


commit 918b8aebc5857f0fab77eda37ad5f03f5c57d22d
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Mar 22 13:05:05 2012 +0000

    Update to 0.25
    
    - New upstream release 0.25
      - Autogenerate the grammar during ./Build (CPAN RT#74879)
      - Added $VERSION to into Module::ExtractUse::Grammar (CPAN RT#75342)
      - Require at least version 1.967009 of Parse::RecDescent (CPAN RT#75130)
      - Fix typos (CPAN RT#75115)
      - Switched to Dist::Zilla
    - Drop grammar recompilation, no longer needed
    - BR: perl(Test::More)
    - Bump perl(Module::Build) version requirement to 0.3601
    - Bump perl(Parse::RecDescent) version requirement to 1.967009
    - Drop perl(Pod::Strip) and perl(Test::Deep) version requirements
    - Package manpage for Module::ExtractUse::Grammar

 perl-Module-ExtractUse.spec |   34 ++++++++++++++++++++++------------
 sources                     |    2 +-
 2 files changed, 23 insertions(+), 13 deletions(-)
---
diff --git a/perl-Module-ExtractUse.spec b/perl-Module-ExtractUse.spec
index 77ad03d..f36730f 100644
--- a/perl-Module-ExtractUse.spec
+++ b/perl-Module-ExtractUse.spec
@@ -1,6 +1,6 @@
 Name:           perl-Module-ExtractUse
-Version:        0.24
-Release:        3%{?dist}
+Version:        0.25
+Release:        1%{?dist}
 Summary:        Find out what modules are used
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -9,10 +9,11 @@ Source0:        http://www.cpan.org/modules/by-module/Module/Module-ExtractUse-%
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:      noarch
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Parse::RecDescent) >= 1.94
-BuildRequires:  perl(Pod::Strip) >= 1.00
-BuildRequires:  perl(Test::Deep) >= 0.087
+BuildRequires:  perl(Module::Build) >= 0.3601
+BuildRequires:  perl(Parse::RecDescent) >= 1.967009
+BuildRequires:  perl(Pod::Strip)
+BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::NoWarnings)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
@@ -28,12 +29,6 @@ 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
@@ -57,8 +52,23 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{perl_vendorlib}/Module/ExtractUse/
 %{perl_vendorlib}/Module/ExtractUse/Grammar.pm
 %{_mandir}/man3/Module::ExtractUse.3pm*
+%{_mandir}/man3/Module::ExtractUse::Grammar.3pm*
 
 %changelog
+* Thu Mar 22 2012 Paul Howarth <paul at city-fan.org> - 0.25-1
+- Update to 0.25
+  - Autogenerate the grammar during ./Build (CPAN RT#74879)
+  - Added $VERSION to into Module::ExtractUse::Grammar (CPAN RT#75342)
+  - Require at least version 1.967009 of Parse::RecDescent (CPAN RT#75130)
+  - Fix typos (CPAN RT#75115)
+  - Switched to Dist::Zilla
+- Drop grammar recompilation, no longer needed
+- BR: perl(Test::More)
+- Bump perl(Module::Build) version requirement to 0.3601
+- Bump perl(Parse::RecDescent) version requirement to 1.967009
+- Drop perl(Pod::Strip) and perl(Test::Deep) version requirements
+- Package manpage for Module::ExtractUse::Grammar
+
 * 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)
 
diff --git a/sources b/sources
index d81d4b1..2e056dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d09df52dfd1da63aebf1db7bb9485d8b  Module-ExtractUse-0.24.tar.gz
+b734e5b208d036a8ba6a07afa8f6c6d7  Module-ExtractUse-0.25.tar.gz



More information about the perl-devel mailing list