diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-29 07:57:23 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-29 07:57:23 +0200 |
commit | 8bb827c9567d0f5591367a69386cfd696d68290d (patch) | |
tree | 9e8f1ea01eecba1c1945e569f4f759fb8e5a9177 /php-pecl-amqp.spec | |
parent | 5c15f50944685a8684d44907646e17c66f072cca (diff) |
https://github.com/php-amqp/php-amqp/pull/595
Diffstat (limited to 'php-pecl-amqp.spec')
-rw-r--r-- | php-pecl-amqp.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index 0737612..012c040 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -31,7 +31,7 @@ Summary: Communicate with any AMQP compliant server Name: %{?scl_prefix}php-pecl-amqp Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?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 @@ -209,8 +209,6 @@ pushd %{sources} # online rm tests/amqpconnection_construct_with_connect_timeout.phpt -# float/int issue -rm tests/amqpconnection_validation.phpt %if %{with server} mkdir log run base @@ -259,6 +257,10 @@ exit $ret %changelog +* Mon Sep 29 2025 Remi Collet <remi@remirepo.net> - 2.1.2-6 +- add patch for PHP 8.5.0RC1 from + https://github.com/php-amqp/php-amqp/pull/595 + * Thu Sep 25 2025 Remi Collet <remi@remirepo.net> - 2.1.2-5 - rebuild for PHP 8.5.0RC1 |