From e667f8a83e332a5353c1eb7f8a661d7bb86fc426 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Jul 2018 18:16:50 +0200 Subject: rebuld for 7.3.0alpha4 new ABI --- php-pecl-druid.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php-pecl-druid.spec b/php-pecl-druid.spec index 28ff977..6dc99eb 100644 --- a/php-pecl-druid.spec +++ b/php-pecl-druid.spec @@ -29,7 +29,7 @@ Summary: A Druid driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.0 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 URL: http://pecl.php.net/package/%{proj_name} Source0: http://pecl.php.net/get/%{proj_name}-%{version}.tgz @@ -71,6 +71,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version} Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.3" +Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -229,6 +233,9 @@ cd ../ZTS %changelog +* Tue Jul 17 2018 Remi Collet - 1.0.0-2 +- rebuld for 7.3.0alpha4 new ABI + * Wed May 2 2018 Remi Collet - 1.0.0-1 - update to 1.0.0 -- cgit