Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2021-07-22 12:11:25 +00:00
parent 46f4f862d3
commit 867ec83268
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,7 @@
Name: %{libname}
Summary: Client library for AMQP
Version: 0.11.0
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
URL: https://github.com/alanxz/rabbitmq-c
@ -146,6 +146,9 @@ make test
%changelog
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Apr 1 2021 Remi Collet <remi@remirepo.net> - 0.11.0-2
- add patch to fix version in cmake file from
https://github.com/alanxz/rabbitmq-c/pull/667