summaryrefslogtreecommitdiffstats
path: root/librabbitmq.spec
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq.spec')
-rw-r--r--librabbitmq.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/librabbitmq.spec b/librabbitmq.spec
index fb2e364..ce12678 100644
--- a/librabbitmq.spec
+++ b/librabbitmq.spec
@@ -10,12 +10,12 @@
# Please, preserve the changelog entries
#
-%global gh_commit 77e3805d1662034339c3c19bcdaaa62a56c1fa7e
+%global gh_commit ffe918a5fcef72038a88054dca3c56762b1953d4
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner alanxz
%global gh_project rabbitmq-c
%global libname librabbitmq
-# soname 4 since 0.6.0 (Fedora 23 / EL-7) 0.7.0/4.1, 0.8.0/4.2, 0.9.0/4.3
+# soname 4 since 0.6.0 (Fedora 23 / EL-7) 0.7.0/4.1, 0.8.0/4.2, 0.9.0/4.3, 0.10.0/4.4
# soname 1 up to 0.5.2
%global soname 4
@@ -25,7 +25,7 @@ Name: %{libname}-last
Name: %{libname}
%endif
Summary: Client library for AMQP
-Version: 0.9.0
+Version: 0.10.0
Release: 1%{?dist}
License: MIT
URL: https://github.com/alanxz/rabbitmq-c
@@ -148,9 +148,12 @@ make test
%doc %{_mandir}/man7/librabbitmq-tools.7*
-## NOTICE: 0.8.0 available in RHEL 7.5
+## NOTICE: 0.8.0 available in RHEL 7.5, 0.9.0 in RHEL 8.0
%changelog
+* Mon Dec 2 2019 Remi Collet <remi@remirepo.net> - 0.10.0-1
+- update to 0.10.0
+
* Mon Feb 4 2019 Remi Collet <remi@remirepo.net> - 0.9.0-3
- fix cmake invocation and FTBFS