summaryrefslogtreecommitdiffstats
path: root/php-pecl-uv.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-06 14:00:05 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-06 14:00:05 +0100
commit4a9a8a59d3b0bf8de72b9dc994fcac9ec4256534 (patch)
tree8daf8b6d634b0c750e960adccf7e05c00cf2c1bf /php-pecl-uv.spec
parenta45d538b087cb0f1b34abac70d4af399d6135887 (diff)
php-pecl-uv: 0.1.2
Diffstat (limited to 'php-pecl-uv.spec')
-rw-r--r--php-pecl-uv.spec7
1 files changed, 5 insertions, 2 deletions
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)