diff --git a/.cvsignore b/.cvsignore index bc727b2..def9026 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -AppConfig-1.63.tar.gz +AppConfig-1.64.tar.gz diff --git a/perl-AppConfig.spec b/perl-AppConfig.spec index 0bcacdc..586637c 100644 --- a/perl-AppConfig.spec +++ b/perl-AppConfig.spec @@ -1,6 +1,6 @@ Name: perl-AppConfig -Version: 1.63 -Release: 2%{?dist} +Version: 1.64 +Release: 1%{?dist} Summary: Perl module for reading configuration files Group: Development/Libraries @@ -10,7 +10,7 @@ Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/AppConfig-%{version}.t BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(File::HomeDir) +BuildRequires: perl(File::HomeDir) >= 0.61 BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -50,7 +50,7 @@ chmod -R u+w $RPM_BUILD_ROOT/* %check -make test +AUTOMATED_TESTING=1 make test %clean @@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jan 4 2007 Jose Pedro Oliveira - 1.64-1 +- Update to 1.64. + * Sun Oct 8 2006 Jose Pedro Oliveira - 1.63-2 - Excluded the unversioned perl(AppConfig::State) provide. diff --git a/sources b/sources index 1fcd87f..492d18f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -60c5b40dae2ee0b93cfaa5b7a8a65485 AppConfig-1.63.tar.gz +65196d9c61bc0b76a91eb10e52f23718 AppConfig-1.64.tar.gz