diff options
-rw-r--r-- | php-pecl-dio.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pecl-dio.spec b/php-pecl-dio.spec index 0df7024..f9eeed1 100644 --- a/php-pecl-dio.spec +++ b/php-pecl-dio.spec @@ -20,7 +20,7 @@ Summary: Direct I/O functions Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 0.2.0 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -46,15 +46,15 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele # Other third party repo stuff %if "%{php_version}" > "7.2" Obsoletes: php72u-pecl-%{pecl_name} -Obsoletes: php72w-pecl-%{pecl_name} %endif %if "%{php_version}" > "7.3" Obsoletes: php73-pecl-%{pecl_name} -Obsoletes: php73w-pecl-%{pecl_name} %endif %if "%{php_version}" > "7.4" Obsoletes: php74-pecl-%{pecl_name} -Obsoletes: php74w-pecl-%{pecl_name} +%endif +%if "%{php_version}" > "8.0" +Obsoletes: php80-pecl-%{pecl_name} %endif %endif @@ -220,6 +220,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 0.2.0-4 +- rebuild for PHP 8.0.0RC1 + * Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 0.2.0-3 - rebuild for PHP 8.0.0beta3 |