summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-01-09 16:06:36 +0100
committerRemi Collet <fedora@famillecollet.com>2016-01-09 16:06:36 +0100
commit73845b9c79d7596983593db5239f66cdd6ef29e5 (patch)
tree96a37007b935c8364ff76c85c61ffbcff80e2624
parentae5b3d615601acf786e71d3a4fa11023a3b71a6c (diff)
librdkafka: 0.9.0
-rw-r--r--librdkafka.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/librdkafka.spec b/librdkafka.spec
index 0da4fc8..6843786 100644
--- a/librdkafka.spec
+++ b/librdkafka.spec
@@ -1,19 +1,19 @@
# remirepo/fedora spec file for librdkafka
#
-# Copyright (c) 2015 Remi Collet
+# Copyright (c) 2015-2016 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
%global libname librdkafka
-%global gh_commit 25d879180d83f8789291d1a6fdb657ee7b50ec40
+%global gh_commit 0c15023708302c41a36e95f9650d69c453dfabba
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner edenhill
%global gh_project %{libname}
Name: %{libname}
-Version: 0.8.6
+Version: 0.9.0
Release: 1%{?dist}
Group: System Environment/Libraries
Summary: Apache Kafka C/C++ client library
@@ -26,8 +26,8 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_
# i686 required
ExcludeArch: i386
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-# Needed to run the test suite
-# find regress/ -type f | /usr/lib/rpm/perl.req
+BuildRequires: openssl-devel
+BuildRequires: cyrus-sasl-devel
BuildRequires: zlib-devel
BuildRequires: libstdc++-devel
BuildRequires: gcc-c++
@@ -104,5 +104,8 @@ fi
%changelog
+* Sat Jan 9 2016 Remi Collet <remi@fedoraproject.org> - 0.9.0-1
+- update to 0.9.0
+
* Thu May 14 2015 Remi Collet <remi@fedoraproject.org> - 0.8.6-1
- initial package \ No newline at end of file