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 ddd0197..f5dc3a1 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: 1.0.3 +Version: 1.1.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 +* Mon Jun 3 2019 Remi Collet <remi@remirepo.net> - 1.1.0-1 +- update to 1.1.0 + * Mon May 27 2019 Remi Collet <remi@remirepo.net> - 1.0.3-1 - update to 1.0.3 |