[perl-Module-Find] Update to 0.13

Paul Howarth pghmcfc at fedoraproject.org
Tue Mar 10 11:29:41 UTC 2015


commit 250e15e01fc018235af35f9530f579671348c54a
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Mar 10 11:27:17 2015 +0000

    Update to 0.13
    
    - New upstream release 0.13
      - Link to Module::Pluggable and Class::Factory::Util in "SEE ALSO"
      - Align package name parsing with how perl does it (allowing single quotes
        as module separator)
    - Classify buildreqs by usage

 perl-Module-Find.spec | 31 ++++++++++++++++++++++++-------
 sources               |  2 +-
 2 files changed, 25 insertions(+), 8 deletions(-)
---
diff --git a/perl-Module-Find.spec b/perl-Module-Find.spec
index f995998..358a54d 100644
--- a/perl-Module-Find.spec
+++ b/perl-Module-Find.spec
@@ -1,6 +1,6 @@
 Name:		perl-Module-Find
-Version:	0.12
-Release:	3%{?dist}
+Version:	0.13
+Release:	1%{?dist}
 Summary:	Find and use installed modules in a (sub)category
 Group:		Development/Libraries
 License:	GPL+ or Artistic
@@ -8,16 +8,26 @@ URL:		http://search.cpan.org/dist/Module-Find/
 Source0:	http://search.cpan.org/CPAN/authors/id/C/CR/CRENZ/Module-Find-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
-BuildRequires:	perl(Exporter)
+# Module Build
+BuildRequires:	perl
 BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(Pod::Perldoc)
+# Module Runtime
+BuildRequires:	perl(Exporter)
 BuildRequires:	perl(File::Find)
 BuildRequires:	perl(File::Spec)
+BuildRequires:	perl(strict)
+BuildRequires:	perl(warnings)
+# Test Suite
 BuildRequires:	perl(lib)
-BuildRequires:	perl(Pod::Perldoc)
 BuildRequires:	perl(Test::More)
-BuildRequires:	perl(Test::Pod)
-BuildRequires:	perl(Test::Pod::Coverage)
+# Optional Tests
+BuildRequires:	perl(Test::CPAN::Meta)
+BuildRequires:	perl(Test::Pod) >= 1.14
+BuildRequires:	perl(Test::Pod::Coverage) >= 1.04
+# Runtime
 Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:	perl(Exporter)
 
 %description
 Module::Find lets you find and use modules in categories. This can be very
@@ -50,9 +60,16 @@ rm -rf %{buildroot}
 %files
 %doc Changes README examples/
 %{perl_vendorlib}/Module/
-%{_mandir}/man3/Module::Find.3pm*
+%{_mandir}/man3/Module::Find.3*
 
 %changelog
+* Tue Mar 10 2015 Paul Howarth <paul at city-fan.org> - 0.13-1
+- Update to 0.13
+  - Link to Module::Pluggable and Class::Factory::Util in "SEE ALSO"
+  - Align package name parsing with how perl does it (allowing single quotes
+    as module separator)
+- Classify buildreqs by usage
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.12-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 6a337ca..5da1354 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-abd614f3ebca68b4e7cc474400a8c0f2  Module-Find-0.12.tar.gz
+28a11699901c2b07795ad59827d6ee66  Module-Find-0.13.tar.gz


More information about the scm-commits mailing list