diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-30 15:49:41 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-30 15:49:41 +0200 |
commit | 01032ee1f348004b653d203d85ce11c0dd9166de (patch) | |
tree | 9a72187bcce6d6437740a2518270541808059841 | |
parent | 34ee1baa11c38121d58354577d9145cc3952b8ac (diff) |
-rw-r--r-- | php-pecl-amqp.spec | 5 |
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 |