From 83dd63ae4639ce2ce44a5f2f3348902461c8bd85 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 20 Feb 2017 09:58:18 +0000 Subject: [PATCH] Don't run the CRC64 tests after all Not currently working on i686 and armv7hl: https://rt.cpan.org/Public/Bug/Display.html?id=120289 --- perl-Digest-CRC.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/perl-Digest-CRC.spec b/perl-Digest-CRC.spec index 8b66ff6..e20c9f8 100644 --- a/perl-Digest-CRC.spec +++ b/perl-Digest-CRC.spec @@ -47,7 +47,7 @@ find %{buildroot} -type f -name '*.bs' -empty -delete %{_fixperms} -c %{buildroot} %check -make test TEST_VERBOSE=1 WITH_CRC64=1 +make test TEST_VERBOSE=1 %files %doc Changes README @@ -59,7 +59,6 @@ make test TEST_VERBOSE=1 WITH_CRC64=1 * Mon Feb 20 2017 Paul Howarth - 0.22.2-1 - Update to 0.22.2 - Added padding for hex encoded digests -- Test 64-bit CRC too * Sat Feb 11 2017 Fedora Release Engineering - 0.21-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild