From e44fb6c692fd65a5dcdaaa8959e94db5f36ff15f Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Mon, 14 Aug 2006 01:07:33 +0000 Subject: [PATCH] Update to 1.63. --- .cvsignore | 2 +- perl-AppConfig.spec | 17 +++++++++++------ sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index bd686b2..bc727b2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -AppConfig-1.56.tar.gz +AppConfig-1.63.tar.gz diff --git a/perl-AppConfig.spec b/perl-AppConfig.spec index 8c9eeeb..a415307 100644 --- a/perl-AppConfig.spec +++ b/perl-AppConfig.spec @@ -1,16 +1,17 @@ Name: perl-AppConfig -Version: 1.56 -Release: 4%{?dist} +Version: 1.63 +Release: 1%{?dist} Summary: Perl module for reading configuration files Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/AppConfig/ -Source0: http://www.cpan.org/authors/id/A/AB/ABW/AppConfig-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/AppConfig-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(File::HomeDir) +BuildRequires: perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -50,12 +51,16 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc Changes README TODO +%doc Changes LICENSE README TODO %{perl_vendorlib}/* -%{_mandir}/man3/*.3* +%{_mandir}/man3/*.3pm* %changelog +* Thu Aug 3 2006 Jose Pedro Oliveira - 1.63-1 +- Update to 1.63. +- New upstream maintainer. + * Fri Feb 17 2006 Jose Pedro Oliveira - 1.56-4 - Rebuild for FC5 (perl 5.8.8). diff --git a/sources b/sources index 38b872f..1fcd87f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -16a69f81aaf2b86ee30b25541f58cac0 AppConfig-1.56.tar.gz +60c5b40dae2ee0b93cfaa5b7a8a65485 AppConfig-1.63.tar.gz