rpms/perl-Crypt-DSA/devel perl-Crypt-DSA-1.16-meta.patch, NONE, 1.1 perl-Crypt-DSA.spec, 1.15, 1.16

Paul Howarth pghmcfc at fedoraproject.org
Thu Jun 3 15:49:43 UTC 2010


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-DSA/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3296

Modified Files:
	perl-Crypt-DSA.spec 
Added Files:
	perl-Crypt-DSA-1.16-meta.patch 
Log Message:
META.yml should specify perl >= 5.006 due to use of 3-arg open (CPAN RT#58094)

perl-Crypt-DSA-1.16-meta.patch:
 META.yml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE perl-Crypt-DSA-1.16-meta.patch ---
--- Crypt-DSA-1.16/META.yml	2009-09-11 13:46:04.000000000 +0100
+++ Crypt-DSA-1.16/META.yml	2010-06-03 16:31:46.426107813 +0100
@@ -27,7 +27,7 @@
   IPC::Open3: 0
   MIME::Base64: 0
   Math::BigInt: 1.78
-  perl: 5.005
+  perl: 5.006
 resources:
   ChangeLog: http://fisheye2.atlassian.com/changelog/cpan/trunk/Crypt-DSA
   license: http://dev.perl.org/licenses/


Index: perl-Crypt-DSA.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-DSA/devel/perl-Crypt-DSA.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- perl-Crypt-DSA.spec	6 May 2010 07:23:55 -0000	1.15
+++ perl-Crypt-DSA.spec	3 Jun 2010 15:49:43 -0000	1.16
@@ -1,12 +1,13 @@
 Summary:	Perl module for DSA signatures and key generation
 Name:		perl-Crypt-DSA
 Version:	1.16
-Release:	3%{?dist}
+Release:	4%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Crypt-DSA/
 Source0:	http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Crypt-DSA-%{version}.tar.gz
 Patch0:		perl-Crypt-DSA-dsaparam.patch
+Patch1:		perl-Crypt-DSA-1.16-meta.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:	noarch
@@ -49,13 +50,14 @@ verification, and key generation.
 # Patch for openssl dsaparam 1.0 compatibility (CPAN RT#49668)
 %patch0 -p1
 
+# Fix minimum perl version in META.yml (CPAN RT#58094)
+%patch1 -p1
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
 %check
-# switch off until Perl::MinimumVersion is fixed
-rm -rf t/99_pmv.t
 %{__make} test AUTOMATED_TESTING=1
 
 %install
@@ -81,6 +83,9 @@ rm -rf t/99_pmv.t
 %{_mandir}/man3/Crypt::DSA::Util.3pm*
 
 %changelog
+* Thu Jun  3 2010 Paul Howarth <paul at city-fan.org> 1.16-4
+- META.yml should specify perl >= 5.006 due to use of 3-arg open (CPAN RT#58094)
+
 * Fri Apr 30 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.16-3
 - Mass rebuild with perl-5.12.0
 




More information about the perl-devel mailing list