diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-18 07:10:21 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-18 07:10:21 +0200 |
commit | 8109026cef8cd8d67341b4ded2f58f045712d6e4 (patch) | |
tree | 913718ad4d49dfceec9421fc4770ece41f10d960 | |
parent | 72c97186ce983e749542618dc647845b4c990948 (diff) |
rebuild for 7.3.0alpha4 new ABI
-rw-r--r-- | php-pecl-mosquitto.spec | 9 |
1 files changed, 8 insertions, 1 deletions
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 <remi@remirepo.net> - 0.4.0-5 +- rebuild for 7.3.0alpha4 new ABI + * Tue Jun 26 2018 Remi Collet <remi@remirepo.net> - 0.4.0-4 - cleanup |