[perl-Module-Pluggable] 5.0 bump

Petr Pisar ppisar at fedoraproject.org
Mon Jan 6 07:17:59 UTC 2014


commit af2df40337baf1b3ff3d3d1d2a79e738abd0e96c
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jan 6 08:10:58 2014 +0100

    5.0 bump

 .gitignore                 |    1 +
 perl-Module-Pluggable.spec |    8 +++++---
 sources                    |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f098636..91f1a4e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /Module-Pluggable-4.6.tar.gz
 /Module-Pluggable-4.7.tar.gz
 /Module-Pluggable-4.8.tar.gz
+/Module-Pluggable-5.0.tar.gz
diff --git a/perl-Module-Pluggable.spec b/perl-Module-Pluggable.spec
index c623b95..e6f8aa3 100644
--- a/perl-Module-Pluggable.spec
+++ b/perl-Module-Pluggable.spec
@@ -1,10 +1,10 @@
-%global cpan_version 4.8
+%global cpan_version 5.0
 Name:           perl-Module-Pluggable
 # Epoch to compete with perl.spec
 Epoch:          1
 # Keep two digit decimal part
 Version:        %{cpan_version}0
-Release:        291%{?dist}
+Release:        1%{?dist}
 Summary:        Automatically give your module the ability to have plugins
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -32,7 +32,6 @@ BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More) >= 0.62
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
-Requires:       perl(File::Basename)
 Requires:       perl(File::Spec::Functions) >= 3.00
 %if 0%(perl -e 'print $] > 5.017')
 Requires:       perl(deprecate)
@@ -68,6 +67,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 06 2014 Petr Pisar <ppisar at redhat.com> - 1:5.00-1
+- 5.0 bump
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:4.80-291
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 09cb7b2..5feaff0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28806a26002ef887db8430f14ba3f5cd  Module-Pluggable-4.8.tar.gz
+15a539c8d0b5e61d8a475949127fc682  Module-Pluggable-5.0.tar.gz



More information about the perl-devel mailing list