diff options
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-swoole.spec | 12 | 
2 files changed, 10 insertions, 6 deletions
@@ -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)  | 
