From d74ea881fb9a9c96a9a05738c9c4d4fe8a3e087c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=A1gr?= Date: Thu, 8 Jun 2023 19:38:24 +0200 Subject: [PATCH] v0.6 - Additional reconnect case (rhbz#2158781) - Don't attempt to close Sender on error (rhbz#2179924) --- golang-github-infrawatch-apputils.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/golang-github-infrawatch-apputils.spec b/golang-github-infrawatch-apputils.spec index 96d4290..3b78f1e 100644 --- a/golang-github-infrawatch-apputils.spec +++ b/golang-github-infrawatch-apputils.spec @@ -7,7 +7,7 @@ %global goorg infrawatch %global goproject apputils %global goipath %{gohost}.%{gosuffix}/%{goorg}/%{goproject} -%global commit 4ffa97060af814fe6370e7ac2054a3ab72b1b375 +%global commit 0c90918c3e1e16cb1ba6bb1834890f8b4ed8ad7f %global shortcommit %(c=%{commit}; echo ${c:0:7}) %gometa @@ -18,7 +18,7 @@ Shared library for infrawatch golang components.} %global godocs README.md Name: golang-%{gohost}-%{goorg}-%{goproject} -Version: 0.5 +Version: 0.6 Release: 1%{?dist} Summary: Shared library for infrawatch golang components @@ -78,6 +78,10 @@ done %doc README.md %changelog +* Thu Jun 08 2023 Martin Magr - 0.6-1.git0c90918 +- Additional reconnect case (rhbz#2158781) +- Don't attempt to close Sender on error (rhbz#2179924) + * Tue Feb 28 2023 Martin Magr - 0.5-1.git4ffa970 - Add interval to duration converter - Improve AMQP-1.0 transport