commit 75727465c57368c90293ea9d128f3cd36035c10a
Author: Jose Pedro Oliveira <j...@di.uminho.pt>
Date:   Wed Dec 11 14:57:46 2013 +0000

    Update to 1.54.

 .gitignore        |    1 +
 perl-pmtools.spec |   12 +++++++++---
 sources           |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6d020fe..283fc65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pmtools-1.10.tar.gz
 /pmtools-1.30.tar.gz
+/pmtools-1.54.tar.gz
diff --git a/perl-pmtools.spec b/perl-pmtools.spec
index 1d38cc2..bd88bec 100644
--- a/perl-pmtools.spec
+++ b/perl-pmtools.spec
@@ -1,5 +1,5 @@
 Name:           perl-pmtools
-Version:        1.30
+Version:        1.54
 Release:        1%{?dist}
 Summary:        A suite of small programs to help manage Perl modules
 
@@ -11,6 +11,7 @@ BuildRoot:      
%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
 
 %description
@@ -25,7 +26,7 @@ Tom Christiansen
 %prep
 %setup -q -n pmtools-%{version}
 find . -type f -perm 755 | xargs %{__perl} -pi -e 's{^#!/usr/bin/env 
perl}{#!%{__perl}}'
-chmod -c a-x Changes README TODO Devel/Loaded.pm
+chmod -c a-x Changes TODO lib/Devel/Loaded.pm
 
 
 %build
@@ -51,14 +52,19 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README TODO
+%doc Changes LICENSE README TODO
 %{_bindir}/*
 %{perl_vendorlib}/Devel/
+%{perl_vendorlib}/pmtools.pm
 %{_mandir}/man1/*.1*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Wed Dec 11 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.54-1
+- Update to 1.54.
+- New build requirement: perl(Test::More).
+
 * Tue Dec 10 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.30-1
 - Update to 1.30.
 
diff --git a/sources b/sources
index 8201a81..bfb5b00 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4441855557e2b9361c423b783c31d395  pmtools-1.30.tar.gz
+1a83a0209f3fde110f65647a9741c442  pmtools-1.54.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to