summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-03-14 13:09:08 +0100
committerRemi Collet <remi@remirepo.net>2018-03-14 13:09:08 +0100
commit93986825fe6ecb8b3c19b0a056dba68983eeb870 (patch)
tree540db09dafc5f2288888f4094155a01069a83084
parent83c5fd981082d30100886f33b49e5b8cb6810818 (diff)
v1.10.2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-swoole.spec12
2 files changed, 10 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index 45499f6..3541d61 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #137 swoole version 1.10.1 ] {
+Extension [ <persistent> extension #69 swoole version 1.10.2 ] {
- INI {
Entry [ swoole.aio_thread_num <ALL> ]
@@ -63,7 +63,7 @@ Extension [ <persistent> extension #137 swoole version 1.10.1 ] {
Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 }
Constant [ integer SWOOLE_EVENT_READ ] { 512 }
Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 }
- Constant [ string SWOOLE_VERSION ] { 1.10.1 }
+ Constant [ string SWOOLE_VERSION ] { 1.10.2 }
Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 }
Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 }
Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 }
diff --git a/php-pecl-swoole.spec b/php-pecl-swoole.spec
index 8cf11b2..3573055 100644
--- a/php-pecl-swoole.spec
+++ b/php-pecl-swoole.spec
@@ -36,14 +36,15 @@
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.10.1
+Version: 1.10.2
Release: 1%{?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}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-BuildRequires: %{?scl_prefix}php-devel >= 5.3.10
+BuildRequires: %{?dtsprefix}gcc
+BuildRequires: %{?scl_prefix}php-devel
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: %{?scl_prefix}php-sockets
BuildRequires: %{?scl_prefix}php-mysqlnd
@@ -247,7 +248,7 @@ do install -Dpm 644 NTS/$i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i
done
-%if 0%{?fedora} < 24
+%if 0%{?fedora} < 24 && 0%{?rhel} < 8
# when pear installed alone, after us
%triggerin -- %{?scl_prefix}php-pear
if [ -x %{__pecl} ] ; then
@@ -316,8 +317,11 @@ cd ../ZTS
%changelog
+* Wed Mar 14 2018 Remi Collet <remi@remirepo.net> - 1.10.2-1
+- update to 1.10.2 (stable)
+
* Tue Jan 30 2018 Remi Collet <remi@remirepo.net> - 1.10.1-1
-- Update to 1.10.1
+- Update to 1.10.1 (stable)
* Mon Jan 8 2018 Remi Collet <remi@remirepo.net> - 1.10.0-1
- Update to 1.10.0 (beta)