From 05a6a5e317ff7804f1ebf6fe2d5146071e2e30fa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Jul 2018 17:45:34 +0200 Subject: rebuld for 7.3.0alpha4 new ABI --- php-pecl-amqp.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index fac4f4d..413a262 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -33,7 +33,7 @@ Summary: Communicate with any AMQP compliant server Name: %{?sub_prefix}php-pecl-amqp Version: 1.9.3 -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: PHP URL: http://pecl.php.net/package/amqp Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -89,6 +89,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 @@ -308,6 +312,9 @@ fi %changelog +* Tue Jul 17 2018 Remi Collet - 1.9.3-5 +- rebuld for 7.3.0alpha4 new ABI + * Fri Jun 22 2018 Remi Collet - 1.9.3-4 - add patch for PHP 7.3 from https://github.com/pdezwart/php-amqp/pull/323 -- cgit