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-dev.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php-pecl-swoole-dev.spec') diff --git a/php-pecl-swoole-dev.spec b/php-pecl-swoole-dev.spec index 494c4a0..12d87cc 100644 --- a/php-pecl-swoole-dev.spec +++ b/php-pecl-swoole-dev.spec @@ -31,7 +31,7 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.0.6 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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} @@ -132,6 +132,9 @@ 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) @@ -274,6 +277,10 @@ cd ../ZTS %changelog +* Mon Mar 6 2017 Remi Collet - 2.0.6-3 +- open https://github.com/swoole/swoole-src/issues/1118 +- open https://github.com/swoole/swoole-src/issues/1119 + * Fri Feb 24 2017 Remi Collet - 2.0.6-2 - use --enable-ringbuffer, --enable-thread and --enable-mysqlnd -- cgit