diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-uv.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -3,5 +3,5 @@ uv PHP libuv Extension libuv Support => enabled -Version => 0.2.3 +Version => 0.2.4 libuv Version => 1.27 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #167 uv version 0.2.3 ] { +Extension [ <persistent> extension #167 uv version 0.2.4 ] { - Functions { Function [ <internal:uv> function uv_update_time ] { diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec index a90c5b0..c66c030 100644 --- a/php-pecl-uv.spec +++ b/php-pecl-uv.spec @@ -18,7 +18,7 @@ Summary: Libuv wrapper Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.2.3 +Version: 0.2.4 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -234,6 +234,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu May 2 2019 Remi Collet <remi@remirepo.net> - 0.2.4-1 +- update to 0.2.4 (no change) + * Mon Apr 29 2019 Remi Collet <remi@remirepo.net> - 0.2.3-1 - update to 0.2.3 - open https://github.com/bwoebi/php-uv/issues/66 |