summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-23 16:21:04 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-23 16:21:04 +0100
commit36ca8d2fc2114cbf6fff52669bd63fd84b26e9b6 (patch)
treed305a89201f0d9147b93a03f17ff872eb7642d88
parente137dcbaee24a1f4099e1359c5615a4cba6f4f2c (diff)
librdkafka: 0.9.3
-rw-r--r--librdkafka.spec14
1 files 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 <remi@fedoraproject.org> - 0.9.3-1
+- update to 0.9.3
+
* Wed Nov 9 2016 Remi Collet <remi@fedoraproject.org> - 0.9.2-1
- update to 0.9.2