Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/librabbitmq.git#b6e910fef34e2cebbe89786d96fef3227e5fee99
This commit is contained in:
DistroBaker 2021-02-04 11:35:36 +01:00
parent e9a834e913
commit f8e4f6f5ae
1 changed files with 5 additions and 1 deletions

View File

@ -17,7 +17,7 @@
Name: %{libname}
Summary: Client library for AMQP
Version: 0.10.0
Release: 3%{?dist}
Release: 4%{?dist}
License: MIT
URL: https://github.com/alanxz/rabbitmq-c
@ -30,6 +30,7 @@ BuildRequires: openssl-devel
BuildRequires: popt-devel > 1.14
# For man page
BuildRequires: xmlto
BuildRequires: make
%description
@ -126,6 +127,9 @@ make test
%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Thu Aug 13 2020 Remi Collet <remi@remirepo.net> - 0.10.0-3
- fix cmake macros usage, FTBFS #1863670