diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-15 14:54:09 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-15 14:54:09 +0200 |
commit | 34ee1baa11c38121d58354577d9145cc3952b8ac (patch) | |
tree | 83abd8b49e8890c1e97fae49d81df4b573ee93fb /php-pecl-amqp.spec | |
parent | dca4926a7704c0a1a391380e67cc21141f151c3e (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, 6 insertions, 2 deletions
diff --git a/php-pecl-amqp.spec b/php-pecl-amqp.spec index 72607c7..7b120b8 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: 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-3.01 URL: https://pecl.php.net/package/amqp Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -253,8 +253,12 @@ exit $ret %changelog +* 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 + * Fri Jul 4 2025 Remi Collet <remi@remirepo.net> - 2.1.2-2 -- add patch for PHP 8.5 from +- add patch for PHP 8.5.0alpha1 from https://github.com/php-amqp/php-amqp/pull/595 * Mon Jan 22 2024 Remi Collet <remi@remirepo.net> - 2.1.2-1 |