summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--perl-Module-Pluggable.spec8
-rw-r--r--sources2
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@redhat.com> - 1:5.00-1
+- 5.0 bump
+
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@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