From 51f9505435fb5e982bce7cb3cf7008a1d767e990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 9 May 2010 15:39:41 +0000 Subject: [PATCH] - Update to 0.64 (#590385). --- .cvsignore | 2 +- perl-Module-Signature.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index f9985c6..de44374 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Module-Signature-0.63.tar.gz +Module-Signature-0.64.tar.gz diff --git a/perl-Module-Signature.spec b/perl-Module-Signature.spec index 814adbc..f0fa40e 100644 --- a/perl-Module-Signature.spec +++ b/perl-Module-Signature.spec @@ -1,6 +1,6 @@ Name: perl-Module-Signature -Version: 0.63 -Release: 2%{?dist} +Version: 0.64 +Release: 1%{?dist} Summary: CPAN signature management utilities and modules Group: Development/Libraries @@ -29,8 +29,7 @@ checking and creating SIGNATURE files for Perl CPAN distributions. %build -PERL_AUTOINSTALL=--skipdeps \ -%{__perl} Makefile.PL INSTALLDIRS=vendor --installdeps +echo n | %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -43,6 +42,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' %check +# Signature test would need network access make test @@ -55,10 +55,14 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS Changes README *.pub %{_bindir}/cpansign %{perl_vendorlib}/Module/ -%{_mandir}/man[13]/*.[13]* +%{_mandir}/man1/cpansign.1* +%{_mandir}/man3/Module::Signature.3* %changelog +* Sun May 9 2010 Ville Skyttä - 0.64-1 +- Update to 0.64 (#590385). + * Mon May 03 2010 Marcela Maslanova - 0.63-2 - Mass rebuild with perl-5.12.0 diff --git a/sources b/sources index a90c56e..ebd4be0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -49a961502c0786797dabfea9c7fd30c3 Module-Signature-0.63.tar.gz +e9a2676cbfefc612178940166f411fac Module-Signature-0.64.tar.gz