commit 1248295d4ba8aaa938464fffc908bd9fc7de81f3 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Fri Jun 17 09:44:08 2011 +0100 Update to 1.17 - New upstream release 1.17 - Upgrade to Module::Install 1.01 - Added support for OpenSSL 1.0.0 dsaparam format change (CPAN RT#49668) - Requires perl 5.6 now (CPAN RT#58094) - Fixes for 64-bit support - Drop upstreamed patches - Release tests moved to xt/ directory upstream and now tested separately .gitignore | 2 +- perl-Crypt-DSA-1.16-meta.patch | 11 ------ perl-Crypt-DSA-dsaparam.patch | 73 ---------------------------------------- perl-Crypt-DSA.spec | 28 ++++++++------- sources | 2 +- 5 files changed, 17 insertions(+), 99 deletions(-) --- diff --git a/.gitignore b/.gitignore index b1b66a5..4f78f77 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -Crypt-DSA-1.16.tar.gz +/Crypt-DSA-[0-9.]*.tar.gz diff --git a/perl-Crypt-DSA.spec b/perl-Crypt-DSA.spec index 78a7d83..d145403 100644 --- a/perl-Crypt-DSA.spec +++ b/perl-Crypt-DSA.spec @@ -1,13 +1,11 @@ Summary: Perl module for DSA signatures and key generation Name: perl-Crypt-DSA -Version: 1.16 -Release: 6%{?dist} +Version: 1.17 +Release: 1%{?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 @@ -47,19 +45,10 @@ verification, and key generation. %prep %setup -q -n Crypt-DSA-%{version} -# 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 -%{__make} test AUTOMATED_TESTING=1 - %install %{__rm} -rf %{buildroot} %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} @@ -67,6 +56,10 @@ verification, and key generation. /usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null %{__chmod} -R u+w %{buildroot}/* +%check +%{__make} test +%{__make} test AUTOMATED_TESTING=1 TEST_FILES="xt/*.t" + %clean %{__rm} -rf %{buildroot} @@ -83,6 +76,15 @@ verification, and key generation. %{_mandir}/man3/Crypt::DSA::Util.3pm* %changelog +* Fri Jun 17 2011 Paul Howarth <paul@xxxxxxxxxxxx> 1.17-1 +- Update to 1.17 + - Upgrade to Module::Install 1.01 + - Added support for OpenSSL 1.0.0 dsaparam format change (CPAN RT#49668) + - Requires perl 5.6 now (CPAN RT#58094) + - Fixes for 64-bit support +- Drop upstreamed patches +- Release tests moved to xt/ directory upstream and now tested separately + * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.16-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index b60900e..923eae9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a099204d57043767fbe31d639eb43b03 Crypt-DSA-1.16.tar.gz +0a64dcd77e796ebacad4c6af2df74b57 Crypt-DSA-1.17.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel