diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-14 14:25:00 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-14 14:25:00 +0100 |
commit | 50309336ec387d2723a2da1ad4983a26eaa1c877 (patch) | |
tree | 07124a4883b8cf975380704b9f805f9691a245ce | |
parent | 572d73b828170621e56e3ae3b2b9dde4ca409c4b (diff) |
php-pecl-uv: 0.1.1
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-uv.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #131 uv version 0.1.0 ] { +Extension [ <persistent> extension #133 uv version 0.1.1 ] { - Functions { Function [ <internal:uv> function uv_update_time ] { diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec index 96c2936..338b1f2 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.1.0 +Version: 0.1.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages @@ -217,5 +217,8 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Nov 14 2016 Remi Collet <remi@fedoraproject.org> - 0.1.1-1 +- Update to 0.1.1 + * Tue Nov 1 2016 Remi Collet <remi@fedoraproject.org> - 0.1.0-1 - initial package, version 0.1.0 (beta) |