From 477b0b60926ff60d921e00247b87de42bca3f4eb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Oct 2023 16:52:08 +0200 Subject: update to 2.1.1 --- php-pecl-amqp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-amqp.spec') 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 - 2.1.1-1 +- update to 2.1.1 + * Thu Sep 7 2023 Remi Collet - 2.1.0-1 - update to 2.1.0 - enable test suite -- cgit