[perl-Module-Signature/el5/master] Update to 0.64

Paul Howarth pghmcfc at fedoraproject.org
Tue Sep 7 11:57:52 UTC 2010


commit 3458646c4cd58255a1c80b84f2a39daba8b112c5
Author: Paul Howarth <pghmcfc at fedoraproject.org>
Date:   Mon May 10 20:13:14 2010 +0000

    Update to 0.64

 .gitignore                 |    2 +-
 perl-Module-Signature.spec |   12 +++++++-----
 sources                    |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f9985c6..de44374 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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 78917a5..cf751d5 100644
--- a/perl-Module-Signature.spec
+++ b/perl-Module-Signature.spec
@@ -1,5 +1,5 @@
 Name:           perl-Module-Signature
-Version:        0.63
+Version:        0.64
 Release:        1%{?dist}
 Summary:        CPAN signature management utilities and modules
 Group:          Development/Libraries
@@ -35,7 +35,6 @@ export GNUPGHOME=$(pwd)/gnupghome
 gpg --import *.pub
 
 %build
-export GNUPGHOME=$(pwd)/gnupghome
 cd Module-Signature-%{version}
 PERL_AUTOINSTALL=--skipdeps perl Makefile.PL INSTALLDIRS=vendor --installdeps
 make %{?_smp_mflags}
@@ -43,12 +42,10 @@ cd -
 
 %install
 rm -rf %{buildroot}
-cd Module-Signature-%{version}
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make -C Module-Signature-%{version} pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
 chmod -R u+w %{buildroot}
-cd -
 
 %check
 export GNUPGHOME=$(pwd)/gnupghome
@@ -66,6 +63,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Module::Signature.3pm*
 
 %changelog
+* Mon May 10 2010 Paul Howarth <paul at city-fan.org> - 0.64-1
+- Update to 0.64
+  - Avoid creating gnupg config files when invoking Makefile.PL (CPAN RT#41978)
+  - Correctly detect the gnupg version on cygwin (CPAN RT#39258)
+
 * Wed May  5 2010 Paul Howarth <paul at city-fan.org> - 0.63-1
 - Update to 0.63
   - Fix Makefile.PL diagnostic message when gnupg and Crypt::OpenPGP missing
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


More information about the scm-commits mailing list