summaryrefslogtreecommitdiffstats
path: root/php-pecl-uv.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-uv.spec')
-rw-r--r--php-pecl-uv.spec5
1 files changed, 4 insertions, 1 deletions
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