From 6c8a9dd8c2d0bbb50eff149ad907a475a9697921 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Mar 2017 11:32:43 +0100 Subject: php-pecl-event: sync with rawhide --- php-pecl-event-dev.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php-pecl-event-dev.spec') diff --git a/php-pecl-event-dev.spec b/php-pecl-event-dev.spec index f4c26fa..f1dccce 100644 --- a/php-pecl-event-dev.spec +++ b/php-pecl-event-dev.spec @@ -31,7 +31,7 @@ Summary: Provides interface to libevent library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.3.0 -Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.3.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/event @@ -218,6 +218,10 @@ fi %endif %if %{with_tests} +# https://bitbucket.org/osmanov/pecl-event/issues/35/ssl-segmentation-fault +rm ?TS/tests/21-bevent-sslfilter.phpt +rm ?TS/tests/21-bevent-sslsocket.phpt + cd NTS : Upstream test suite for NTS extension SKIP_ONLINE_TESTS=1 \ @@ -284,6 +288,9 @@ rm -rf %{buildroot} %changelog +* Wed Feb 15 2017 Remi Collet - 2.3.0-0.3.RC1 +- ignore 2 failed tests, fix FTBFS + * Thu Dec 1 2016 Remi Collet - 2.3.0-0.2.RC1 - rebuild with PHP 7.1.0 GA -- cgit