summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-amqp.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec
index 7b120b8..bb1f459 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: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?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
@@ -253,6 +253,9 @@ exit $ret
%changelog
+* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 2.1.2-4
+- rebuild for 8.5.0alpha3
+
* Tue Jul 15 2025 Remi Collet <remi@remirepo.net> - 2.1.2-3
- add patch for PHP 8.5.0alpha2 from
https://github.com/php-amqp/php-amqp/pull/595