summaryrefslogtreecommitdiffstats
path: root/librabbitmq.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-02 11:31:50 +0100
committerRemi Collet <remi@remirepo.net>2019-12-02 11:31:50 +0100
commit114a890d02bfa6a3c72b61c13eb3ddc4af77e5cf (patch)
tree2f6326f351785fc897174bc75e06241a6a7fdaa8 /librabbitmq.spec
parent693b020d48c8a27dc4e77da20d9371fe6911f0d7 (diff)
v0.10.0
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