diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-17 17:45:34 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-17 17:46:05 +0200 |
commit | 05a6a5e317ff7804f1ebf6fe2d5146071e2e30fa (patch) | |
tree | 9a3fb7a86f532c3eed134d9065a5603a94cf3701 | |
parent | 662989c1effa5d0e4f15236d0852ed98586ecbc8 (diff) |
rebuld for 7.3.0alpha4 new ABI
-rw-r--r-- | php-pecl-amqp.spec | 9 |
1 files changed, 8 insertions, 1 deletions
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 <remi@remirepo.net> - 1.9.3-5 +- rebuld for 7.3.0alpha4 new ABI + * Fri Jun 22 2018 Remi Collet <remi@remirepo.net> - 1.9.3-4 - add patch for PHP 7.3 from https://github.com/pdezwart/php-amqp/pull/323 |