diff options
-rw-r--r-- | PHPINFO | 6 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-eio.spec | 7 |
3 files changed, 12 insertions, 3 deletions
@@ -0,0 +1,6 @@ + +eio + +eio support => enabled +Debug support => disabled +Version => 2.0.4 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #85 eio version 2.0.3 ] { +Extension [ <persistent> extension #85 eio version 2.0.4 ] { - Dependencies { Dependency [ sockets (Optional) ] diff --git a/php-pecl-eio.spec b/php-pecl-eio.spec index 8e7b34f..e558cfa 100644 --- a/php-pecl-eio.spec +++ b/php-pecl-eio.spec @@ -27,8 +27,8 @@ Summary: Provides interface to the libeio library Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 2.0.3 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 2.0.4 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -258,6 +258,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 9 2018 Remi Collet <remi@remirepo.net> - 2.0.4-1 +- update to 2.0.4 + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.3-2 - rebuld for 7.3.0alpha4 new ABI |