summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-09 10:38:23 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-09 10:38:23 +0100
commit14fe7232286f2f02551a65ab0a5ac8790f97ae92 (patch)
tree49c9fab7bd42fa6b37c5ca818117f3715c161e5b
parent6b022675590a6fd791cefadfca6bec987b9645ff (diff)
librdkafka: 0.9.2
-rw-r--r--librdkafka.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/librdkafka.spec b/librdkafka.spec
index ed085bb..b7cd936 100644
--- a/librdkafka.spec
+++ b/librdkafka.spec
@@ -7,13 +7,13 @@
# Please, preserve the changelog entries
#
%global libname librdkafka
-%global gh_commit 2213fb29f98a7a73f22da21ef85e0783f6fd67c4
+%global gh_commit 2f0986fb3f991187d8b67af002e8ec5b8b3dd141
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner edenhill
%global gh_project %{libname}
Name: %{libname}
-Version: 0.9.1
+Version: 0.9.2
Release: 1%{?dist}
Group: System Environment/Libraries
Summary: Apache Kafka C/C++ client library
@@ -62,6 +62,10 @@ 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
@@ -98,6 +102,9 @@ rm %{buildroot}%{_libdir}/*.a
%changelog
+* Wed Nov 9 2016 Remi Collet <remi@fedoraproject.org> - 0.9.2-1
+- update to 0.9.2
+
* Sun May 29 2016 Remi Collet <remi@fedoraproject.org> - 0.9.1-1
- update to 0.9.1