diff options
Diffstat (limited to 'php-pecl-uv.spec')
-rw-r--r-- | php-pecl-uv.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-uv.spec b/php-pecl-uv.spec index 7091a8c..1d8f205 100644 --- a/php-pecl-uv.spec +++ b/php-pecl-uv.spec @@ -19,7 +19,7 @@ Summary: Libuv wrapper Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.2.2 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -226,6 +226,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 0.2.2-2 +- rebuild for PHP 7.2.0beta1 new API + * Tue Jun 27 2017 Remi Collet <remi@remirepo.net> - 0.2.2-1 - Update to 0.2.2 |