From f72eea8b9b4056eb7d1ae6f5075c9d5700170516 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 Mar 2017 15:34:39 +0100 Subject: php-pecl-swoole: f26 --- php-pecl-swoole.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'php-pecl-swoole.spec') diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec index 1aff5e7..16e2554 100644 --- a/php-pecl-swoole.spec +++ b/php-pecl-swoole.spec @@ -38,7 +38,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.9.6 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -141,6 +141,10 @@ sed -e 's/role="test"/role="src"/' \ cd NTS +%if 0%{?fedora} >= 26 +sed -e 's/SSL_library_init/OPENSSL_init_ssl/' -i config.m4 +%endif + # Sanity check, really often broken extver=$(sed -n '/#define PHP_SWOOLE_VERSION/{s/.* "//;s/".*$//;p}' php_swoole.h) if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then @@ -285,6 +289,10 @@ cd ../ZTS %changelog +* Mon Mar 6 2017 Remi Collet - 1.9.6-2 +- fix F26 build +- open https://github.com/swoole/swoole-src/issues/1118 + * Fri Feb 24 2017 Remi Collet - 1.9.6-1 - Update to 1.9.6 (stable) - add --enable-ringbuffer, --enable-thread build options -- cgit