diff options
| -rw-r--r-- | librabbitmq.spec | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/librabbitmq.spec b/librabbitmq.spec index 6b80039..ac1dc95 100644 --- a/librabbitmq.spec +++ b/librabbitmq.spec @@ -26,12 +26,13 @@ Name:      %{libname}  %endif  Summary:   Client library for AMQP  Version:   0.8.0 -Release:   1%{?dist} +Release:   7%{?dist}  License:   MIT  URL:       https://github.com/alanxz/rabbitmq-c  Source0:   https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz +BuildRequires: gcc  BuildRequires: cmake > 2.8  BuildRequires: popt-devel  BuildRequires: openssl-devel @@ -143,6 +144,10 @@ make test  %changelog +* Tue Feb 20 2018 Remi Collet <remi@remirepo.net> - 0.8.0-7 +- missing BR on C compiler +- drop ldconfig scriptlets +  * Tue Apr 12 2016 Remi Collet <remi@fedoraproject.org> - 0.8.0-1  - update to 0.8.0  | 
