From a89d906fbd1fc344c3ac94299c369cb2b6fce132 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 13:29:30 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-mosquitto.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/php-pecl-mosquitto.spec b/php-pecl-mosquitto.spec index a407d6d..73a9349 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: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?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 @@ -69,9 +69,13 @@ Obsoletes: php72u-pecl-%{pecl_name} Obsoletes: php72w-pecl-%{pecl_name} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73u-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 @@ -215,6 +219,9 @@ cd ../ZTS %changelog +* Tue Sep 03 2019 Remi Collet - 0.4.0-7 +- rebuild for 7.4.0RC1 + * Thu Aug 16 2018 Remi Collet - 0.4.0-6 - rebuild for 7.3.0beta2 new ABI -- cgit