From 4dc3b48e22d00728cf0355650aac4938a5fa82a2 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Thu, 2 Feb 2006 14:55:56 +0000 Subject: [PATCH] Update to 2.04. --- .cvsignore | 2 +- perl-Module-CoreList.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3df9eaf..74a397f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-CoreList-2.02.tar.gz +Module-CoreList-2.04.tar.gz diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec index d6c6776..5ed7617 100644 --- a/perl-Module-CoreList.spec +++ b/perl-Module-CoreList.spec @@ -1,18 +1,18 @@ Name: perl-Module-CoreList -Version: 2.02 +Version: 2.04 Release: 1%{?dist} Summary: Perl core modules indexed by perl versions Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Module-CoreList/ -Source0: http://www.cpan.org/authors/id/R/RG/RGARCIA/Module-CoreList-2.02.tar.gz +Source0: http://www.cpan.org/authors/id/R/RG/RGARCIA/Module-CoreList-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(Test::More) -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +BuildRequires: perl(Test::Pod) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Module::CoreList contains the hash of hashes %Module::CoreList::version, @@ -39,7 +39,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* -%check || : +%check make test @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Feb 2 2006 Jose Pedro Oliveira - 2.04-1 +- Update to 2.04. + * Fri Jun 3 2005 Jose Pedro Oliveira - 2.02-1 - Update to 2.02. diff --git a/sources b/sources index d7a502a..10d2782 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3190e2bee70bc146a25e2798691fcf9a Module-CoreList-2.02.tar.gz +1bb36ff429224faa5fb72a8b45ee7af2 Module-CoreList-2.04.tar.gz