From 862e2d9a30a09214733e117245defc5d02f3d098 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:25:43 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-amqp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index df2b1db..6bbc596 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -28,7 +28,7 @@ Summary: Communicate with any AMQP compliant server Name: %{?scl_prefix}php-pecl-amqp Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 URL: https://pecl.php.net/package/amqp Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -278,6 +278,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet - 2.0.0-2 +- rebuild for PHP 8.3.0RC1 + * Mon Aug 21 2023 Remi Collet - 2.0.0-1 - update to 2.0.0 -- cgit