From 1564682b107d0a280ecf4b3265a3f26458166ae1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 09:55:41 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-pecl-amqp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-amqp.spec') diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index a134c73..9cdb22b 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -34,7 +34,7 @@ Summary: Communicate with any AMQP compliant server Name: %{?sub_prefix}php-pecl-amqp Version: 1.10.2 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/amqp Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -319,6 +319,9 @@ fi %changelog +* Wed Sep 30 2020 Remi Collet - 1.10.2-3 +- rebuild for PHP 8.0.0RC1 + * Fri Sep 4 2020 Remi Collet - 1.10.2-2 - add patches for PHP 8 from upstream and https://github.com/php-amqp/php-amqp/pull/383 -- cgit