From bf4742f4a8d0d976e3e9f1f0279b7af21d9519b2 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Wed, 30 May 2007 21:18:22 +0000 Subject: [PATCH] Update to 2.11. --- .cvsignore | 2 +- perl-Module-CoreList.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 89fd864..ba943d8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-CoreList-2.09.tar.gz +Module-CoreList-2.11.tar.gz diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec index 8285a73..b34c725 100644 --- a/perl-Module-CoreList.spec +++ b/perl-Module-CoreList.spec @@ -1,5 +1,5 @@ Name: perl-Module-CoreList -Version: 2.09 +Version: 2.11 Release: 1%{?dist} Summary: Perl core modules indexed by perl versions @@ -36,7 +36,7 @@ make %{?_smp_mflags} rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed May 30 2007 Jose Pedro Oliveira - 2.11-1 +- Update to 2.11. + * Thu Oct 5 2006 Jose Pedro Oliveira - 2.09-1 - Update to 2.09. diff --git a/sources b/sources index 1355487..8c55b45 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a295781238521a100587748945506a5 Module-CoreList-2.09.tar.gz +58d2d31cce9bc7aef7adf0ac26ed8a7f Module-CoreList-2.11.tar.gz