From bb8a1252879e4ccdf0c2b803e6d7b0a58b76038f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 Aug 2018 14:27:54 +0200 Subject: v4.1.1 (no change) --- php-pecl-swoole4.spec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'php-pecl-swoole4.spec') diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec index 2ceed15..bb14709 100644 --- a/php-pecl-swoole4.spec +++ b/php-pecl-swoole4.spec @@ -36,17 +36,12 @@ Summary: PHP's asynchronous concurrent distributed networking framework Name: %{?sub_prefix}php-pecl-%{pecl_name}4 -Version: 4.1.0 +Version: 4.1.1 Release: 1%{?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 -Source1: https://raw.githubusercontent.com/swoole/swoole-src/master/include/socket.h -Source2: https://raw.githubusercontent.com/swoole/swoole-src/master/include/channel.h -Source3: https://raw.githubusercontent.com/swoole/swoole-src/master/src/coroutine/socket.cc -Source4: https://raw.githubusercontent.com/swoole/swoole-src/master/src/coroutine/channel.cc - %if 0%{?rhel} == 6 BuildRequires: devtoolset-6-toolchain %else @@ -170,9 +165,6 @@ sed -e '/examples/s/role="src"/role="doc"/' \ cd NTS -cp %{SOURCE1} %{SOURCE2} include/ -cp %{SOURCE3} %{SOURCE4} src/coroutine/ - # 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 @@ -344,6 +336,9 @@ cd ../ZTS %changelog +* Fri Aug 31 2018 Remi Collet - 4.1.1-1 +- update to 4.1.1 (no change) + * Fri Aug 31 2018 Remi Collet - 4.1.0-1 - update to 4.1.0 - add dependency on brotli library (Fedora) -- cgit