From 36ca8d2fc2114cbf6fff52669bd63fd84b26e9b6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Jan 2017 16:21:04 +0100 Subject: librdkafka: 0.9.3 --- librdkafka.spec | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/librdkafka.spec b/librdkafka.spec index 7f3598a..636b990 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -7,13 +7,13 @@ # Please, preserve the changelog entries # %global libname librdkafka -%global gh_commit 2f0986fb3f991187d8b67af002e8ec5b8b3dd141 +%global gh_commit 2f153ea92a521bf7d2eb6b3108f393caafab3809 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner edenhill %global gh_project %{libname} Name: %{libname} -Version: 0.9.2 +Version: 0.9.3 Release: 1%{?dist} Group: System Environment/Libraries Summary: Apache Kafka C/C++ client library @@ -59,13 +59,6 @@ developing applications that use %{name}. mkdir rpmdocs cp -pr examples rpmdocs/examples -# See https://github.com/edenhill/librdkafka/issues/277 -sed -e 's/-Werror //' -i mklove/modules/configure.good_cflags - -# See https://github.com/edenhill/librdkafka/issues/895 -sed -e 's/0x000902c9/0x000902ff/' \ - -i src/rdkafka.h src-cpp/rdkafkacpp.h - %build %configure @@ -102,6 +95,9 @@ rm %{buildroot}%{_libdir}/*.a %changelog +* Mon Jan 23 2017 Remi Collet - 0.9.3-1 +- update to 0.9.3 + * Wed Nov 9 2016 Remi Collet - 0.9.2-1 - update to 0.9.2 -- cgit