diff options
Diffstat (limited to 'php-pecl-parallel.spec')
-rw-r--r-- | php-pecl-parallel.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-parallel.spec b/php-pecl-parallel.spec index a60c087..648af80 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.9.0 +Version: 1.0.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} @@ -82,7 +82,7 @@ cd .. # Create configuration file cat << 'EOF' | tee %{ini_name} ; Enable "%{summary}" extension module -extension=%{pecl_name}.so +extension=%{pecl_name} EOF @@ -163,6 +163,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon May 20 2019 Remi Collet <remi@remirepo.net> - 1.0.0-1 +- update to 1.0.0 (stable) + * Wed May 8 2019 Remi Collet <remi@remirepo.net> - 0.9.0-1 - update to 0.9.0 - raise dependency on PHP 7.2 |