diff --git a/.cvsignore b/.cvsignore index def9026..52ffa84 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -AppConfig-1.64.tar.gz +AppConfig-1.65.tar.gz diff --git a/perl-AppConfig.spec b/perl-AppConfig.spec index 586637c..829399e 100644 --- a/perl-AppConfig.spec +++ b/perl-AppConfig.spec @@ -1,5 +1,5 @@ Name: perl-AppConfig -Version: 1.64 +Version: 1.65 Release: 1%{?dist} Summary: Perl module for reading configuration files @@ -45,7 +45,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/* @@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu May 31 2007 Jose Pedro Oliveira - 1.65-1 +- Update to 1.65. + * Thu Jan 4 2007 Jose Pedro Oliveira - 1.64-1 - Update to 1.64. diff --git a/sources b/sources index 492d18f..503a6b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65196d9c61bc0b76a91eb10e52f23718 AppConfig-1.64.tar.gz +bb4726fe1acd64a8b33ba9515583ec75 AppConfig-1.65.tar.gz