From d3f780deec8df73f18df5bb8ff62d83a3a60cb5d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 11:52:05 +0200 Subject: rebuild for 7.4.0beta1 --- php-pecl-dio.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/php-pecl-dio.spec b/php-pecl-dio.spec index a25dd28..392f6f0 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.1.0 -Release: 6%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 7%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -69,9 +69,13 @@ Obsoletes: php72u-pecl-%{pecl_name} Obsoletes: php72w-pecl-%{pecl_name} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73-pecl-%{pecl_name} +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 %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -236,6 +240,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 23 2019 Remi Collet - 0.1.0-7 +- rebuild for 7.4.0beta1 + * Thu Aug 16 2018 Remi Collet - 0.1.0-6 - rebuild for 7.3.0beta2 new ABI -- cgit