summaryrefslogtreecommitdiffstats
path: root/php-pecl-swoole2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-12-28 11:34:15 +0100
committerRemi Collet <remi@remirepo.net>2017-12-28 11:34:15 +0100
commit86798d680146b3e80e3f4ab68bace1148b3dd150 (patch)
tree2e9ddf0836377523e8fac544bd372897b86ad8d1 /php-pecl-swoole2.spec
parenta60c7efcc86c0c6d8c6523803e514fd1d02c1ed9 (diff)
Update to 2.0.11 (stable)
open https://github.com/swoole/swoole-src/issues/1433 - broken with PHP 5
Diffstat (limited to 'php-pecl-swoole2.spec')
-rw-r--r--php-pecl-swoole2.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/php-pecl-swoole2.spec b/php-pecl-swoole2.spec
index 7b5f75b..236afc6 100644
--- a/php-pecl-swoole2.spec
+++ b/php-pecl-swoole2.spec
@@ -30,7 +30,7 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}2
-Version: 2.0.10
+Version: 2.0.11
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
Group: Development/Languages
@@ -72,7 +72,7 @@ Conflicts: %{?scl_prefix}php-pecl-%{pecl_name} < 2
%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
# Other third party repo stuff
Obsoletes: php53-pecl-%{pecl_name}2 <= %{version}
-Obsoletes: php53u-pecl-%{pecl_name2} <= %{version}
+Obsoletes: php53u-pecl-%{pecl_name}2 <= %{version}
Obsoletes: php54-pecl-%{pecl_name}2 <= %{version}
Obsoletes: php54w-pecl-%{pecl_name}2 <= %{version}
Obsoletes: php55u-pecl-%{pecl_name}2 <= %{version}
@@ -308,6 +308,10 @@ cd ../ZTS
%changelog
+* Thu Dec 28 2017 Remi Collet <remi@remirepo.net> - 2.0.11-1
+- Update to 2.0.11 (stable)
+- open https://github.com/swoole/swoole-src/issues/1433 - broken with PHP 5
+
* Thu Dec 14 2017 Remi Collet <remi@remirepo.net> - 2.0.10-1
- Update to 2.0.10 (stable)