From cf7a9b56c167be26850a877e6fb12b8666abf404 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Aug 2018 07:05:20 +0200 Subject: v2.0.4 --- PHPINFO | 6 ++++++ REFLECTION | 2 +- php-pecl-eio.spec | 7 +++++-- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 PHPINFO diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..76bfb3d --- /dev/null +++ b/PHPINFO @@ -0,0 +1,6 @@ + +eio + +eio support => enabled +Debug support => disabled +Version => 2.0.4 diff --git a/REFLECTION b/REFLECTION index 14e920a..d675b6c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #85 eio version 2.0.3 ] { +Extension [ 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 - 2.0.4-1 +- update to 2.0.4 + * Wed Jul 18 2018 Remi Collet - 2.0.3-2 - rebuld for 7.3.0alpha4 new ABI -- cgit