[perl-Module-Signature/el4/master] Update to 0.67

Paul Howarth pghmcfc at fedoraproject.org
Mon Apr 18 13:44:40 UTC 2011


commit 4896c808ad631f7524716236bf314c603f3b8f86
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Apr 18 14:28:24 2011 +0100

    Update to 0.67
    
    - New upstream release 0.67:
      - Better handling of \r (CPAN RT#46339)
    - BR: perl(IPC::Run) for test suite
    - Drop remaining uses of macros for commands

 .gitignore                 |    2 +-
 perl-Module-Signature.spec |   13 ++++++++++---
 sources                    |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 186ff9b..f3ca125 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Module-Signature-0.66.tar.gz
+/Module-Signature-0.67.tar.gz
diff --git a/perl-Module-Signature.spec b/perl-Module-Signature.spec
index c323d48..649d8fd 100644
--- a/perl-Module-Signature.spec
+++ b/perl-Module-Signature.spec
@@ -1,21 +1,22 @@
 Name:           perl-Module-Signature
-Version:        0.66
+Version:        0.67
 Release:        1%{?dist}
 Summary:        CPAN signature management utilities and modules
 Group:          Development/Libraries
 License:        CC0
 URL:            http://search.cpan.org/dist/Module-Signature/
 Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Module-Signature-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:      noarch
 BuildRequires:  gnupg
 BuildRequires:  perl(Digest::SHA1)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(IPC::Run)
 BuildRequires:  perl(Test::More)
 Requires:       gnupg
 Requires:       perl(Digest::SHA1)
 Requires(hint): perl(PAR::Dist)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 This package contains command line tools and utilities a module for
@@ -61,6 +62,12 @@ rm -rf %{buildroot}
 %{_mandir}/man3/Module::Signature.3pm*
 
 %changelog
+* Mon Apr 18 2011 Paul Howarth <paul at city-fan.org> - 0.67-1
+- Update to 0.67
+  - Better handling of \r (CPAN RT#46339)
+- BR: perl(IPC::Run) for test suite
+- Drop remaining uses of macros for commands
+
 * Tue Sep  7 2010 Paul Howarth <paul at city-fan.org> - 0.66-1
 - Update to 0.66 (skip MYMETA)
 
diff --git a/sources b/sources
index 63bc47e..9a90da5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72d63f7dfe13d7dab7450dd9b356b1bc  Module-Signature-0.66.tar.gz
+273a0149f8c695e9bc19a7128763f74a  Module-Signature-0.67.tar.gz



More information about the perl-devel mailing list