From dbcc6a3159aeef4e0aef868162703cb0789606a0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Jul 2018 18:15:24 +0200 Subject: rebuld for 7.3.0alpha4 new ABI --- php-pecl-dio.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php-pecl-dio.spec') diff --git a/php-pecl-dio.spec b/php-pecl-dio.spec index c86ffc0..d2172a3 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: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 5%{?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 @@ -68,6 +68,10 @@ Obsoletes: php71w-pecl-%{pecl_name} Obsoletes: php72u-pecl-%{pecl_name} Obsoletes: php72w-pecl-%{pecl_name} %endif +%if "%{php_version}" > "7.3" +Obsoletes: php73u-pecl-%{pecl_name} +Obsoletes: php73w-pecl-%{pecl_name} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -232,6 +236,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 17 2018 Remi Collet - 0.1.0-5 +- rebuld for 7.3.0alpha4 new ABI + * Thu Jun 21 2018 Remi Collet - 0.1.0-4 - cleanup and rebuild -- cgit