diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-24 12:28:48 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-24 12:28:48 +0100 |
commit | 66211c7348ad7b2381274a8f2595eaf96478a1e4 (patch) | |
tree | 08e1e4ba97ee2cff918b837a27c13ddc29c67f0b | |
parent | 74fbe672ad7248aec19589b5f8f1610d624448dc (diff) |
librdkafka: 0.9.4RC2
-rw-r--r-- | librdkafka.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/librdkafka.spec b/librdkafka.spec index bc7e43c..42b5f5a 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -11,11 +11,11 @@ %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} -%global prever RC1 +%global prever RC2 Name: %{libname} Version: 0.9.4 -Release: 0.2.%{prever}%{?dist} +Release: 0.3.%{prever}%{?dist} Group: System Environment/Libraries Summary: Apache Kafka C/C++ client library @@ -100,6 +100,9 @@ rm %{buildroot}%{_libdir}/*.a %changelog +* Fri Feb 24 2017 Remi Collet <remi@remirepo.net> - 0.9.4-0.3.RC2 +- update to 0.9.4RC2 for test + * Fri Feb 17 2017 Remi Collet <remi@remirepo.net> - 0.9.4-0.2.RC1 - enable lz4 |