summaryrefslogtreecommitdiffstats
path: root/php-pecl-amqp.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-amqp.spec')
-rw-r--r--php-pecl-amqp.spec8
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