diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-31 14:27:54 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-31 14:27:54 +0200 |
commit | bb8a1252879e4ccdf0c2b803e6d7b0a58b76038f (patch) | |
tree | a9032cf9054398871b9eda1a6d91ef01d2a35c4a /php-pecl-swoole4.spec | |
parent | 10ce346530a757323bd9ea0aeae3cac1de5cd960 (diff) |
v4.1.1 (no change)
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r-- | php-pecl-swoole4.spec | 13 |
1 files changed, 4 insertions, 9 deletions
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 <remi@remirepo.net> - 4.1.1-1 +- update to 4.1.1 (no change) + * Fri Aug 31 2018 Remi Collet <remi@remirepo.net> - 4.1.0-1 - update to 4.1.0 - add dependency on brotli library (Fedora) |