From 8109026cef8cd8d67341b4ded2f58f045712d6e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jul 2018 07:10:21 +0200 Subject: rebuild for 7.3.0alpha4 new ABI --- php-pecl-mosquitto.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php-pecl-mosquitto.spec b/php-pecl-mosquitto.spec index b628f5b..425174c 100644 --- a/php-pecl-mosquitto.spec +++ b/php-pecl-mosquitto.spec @@ -23,7 +23,7 @@ Summary: Extension for libmosquitto Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.4.0 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{proj_name} Source0: http://pecl.php.net/get/%{proj_name}-%{version}.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 @@ -211,6 +215,9 @@ cd ../ZTS %changelog +* Wed Jul 18 2018 Remi Collet - 0.4.0-5 +- rebuild for 7.3.0alpha4 new ABI + * Tue Jun 26 2018 Remi Collet - 0.4.0-4 - cleanup -- cgit