diff options
Diffstat (limited to 'php-pecl-parallel.spec')
-rw-r--r-- | php-pecl-parallel.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-parallel.spec b/php-pecl-parallel.spec index 256c1d7..2f78c60 100644 --- a/php-pecl-parallel.spec +++ b/php-pecl-parallel.spec @@ -13,7 +13,7 @@ Summary: Parallel concurrency API Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 0.8.3 +Version: 0.9.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} @@ -167,6 +167,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed May 8 2019 Remi Collet <remi@remirepo.net> - 0.9.0-1 +- update to 0.9.0 + * Mon Mar 25 2019 Remi Collet <remi@remirepo.net> - 0.8.3-1 - update to 0.8.3 (beta) |