diff options
Diffstat (limited to 'librdkafka.spec')
-rw-r--r-- | librdkafka.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/librdkafka.spec b/librdkafka.spec index e97a90e..c154514 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -7,12 +7,12 @@ # Please, preserve the changelog entries # %global libname librdkafka -%global gh_commit 261371dc0edef4cea9e58a076c8e8aa7dc50d452 +%global gh_commit b581d0d9df282847f76e8b9e87337161959d39c9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} -%global upstream_version 0.11.1 +%global upstream_version 0.11.3 #global upstream_prever RC1 Name: %{libname} @@ -97,7 +97,11 @@ rm %{buildroot}%{_libdir}/*.a %{_libdir}/pkgconfig/rdkafka++.pc +# NOTICE: available in EPEL-7 so not in remi %changelog +* Wed Dec 6 2017 Remi Collet <remi@remirepo.net> - 0.11.3-1 +- update to 0.11.3 + * Wed Oct 18 2017 Remi Collet <remi@remirepo.net> - 0.11.1-1 - update to 0.11.1 |