summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-uv.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 6c43035..b0eb56e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #133 uv version 0.1.1 ] {
+Extension [ <persistent> extension #143 uv version 0.1.2 ] {
- Functions {
Function [ <internal:uv> function uv_update_time ] {
diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec
index 9bc3526..e23cd37 100644
--- a/php-pecl-uv.spec
+++ b/php-pecl-uv.spec
@@ -18,8 +18,8 @@
Summary: Libuv wrapper
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 0.1.1
-Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 0.1.2
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -221,6 +221,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Mar 6 2017 Remi Collet <remi@remirepo.net> - 0.1.2-1
+- Update to 0.1.2 (beta)
+
* Wed Jan 4 2017 Remi Collet <remi@fedoraproject.org> - 0.1.1-3
- rebuild against new libuv (EL-7)