summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-swoole4.spec')
-rw-r--r--php-pecl-swoole4.spec13
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)