diff options
Diffstat (limited to 'php-pecl-amqp.spec')
-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 63fad4b..43cd57c 100644 --- a/php-pecl-amqp.spec +++ b/php-pecl-amqp.spec @@ -18,7 +18,7 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name amqp %global ini_name 40-%{pecl_name}.ini -%global upstream_version 2.1.0 +%global upstream_version 2.1.1 #global upstream_prever RC1 %global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} @@ -288,6 +288,9 @@ fi %changelog +* Thu Oct 12 2023 Remi Collet <remi@remirepo.net> - 2.1.1-1 +- update to 2.1.1 + * Thu Sep 7 2023 Remi Collet <remi@remirepo.net> - 2.1.0-1 - update to 2.1.0 - enable test suite |