From d20aa40824b632c1aa5798183d8c85e5bec24a12 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2018 10:40:47 +0100 Subject: EL-8 build --- php-pecl-crypto.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/php-pecl-crypto.spec b/php-pecl-crypto.spec index 5d935e0..de007f9 100644 --- a/php-pecl-crypto.spec +++ b/php-pecl-crypto.spec @@ -27,7 +27,7 @@ Summary: Wrapper for OpenSSL Crypto Library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.3.1 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -191,6 +191,13 @@ fi %check +%if 0%{?fedora} >= 29 || 0%{?rhel} >= 8 +: Ignore tests broken by new algo +rm ?TS/tests/Cipher_getAlgorithms_all_basic.phpt +rm ?TS/tests/Cipher_getAlgorithms_ccm_basic.phpt +rm ?TS/tests/Hash_getAlgorithms_basic.phpt +%endif + cd NTS : Minimal load test for NTS extension %{__php} --no-php-ini \ @@ -239,6 +246,12 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Dec 4 2018 Remi Collet - 0.3.1-7 +- EL-8 build + +* Wed Aug 22 2018 Remi Collet - 0.3.1-6 +- ignore 2 tests on F29 + * Thu Aug 16 2018 Remi Collet - 0.3.1-5 - rebuild for 7.3.0beta2 new ABI -- cgit