summaryrefslogtreecommitdiffstats
path: root/librdkafka.spec
diff options
context:
space:
mode:
Diffstat (limited to 'librdkafka.spec')
-rw-r--r--librdkafka.spec13
1 files changed, 5 insertions, 8 deletions
diff --git a/librdkafka.spec b/librdkafka.spec
index a271901..fb8f1d8 100644
--- a/librdkafka.spec
+++ b/librdkafka.spec
@@ -7,14 +7,13 @@
# Please, preserve the changelog entries
#
%global libname librdkafka
-%global gh_commit ebe76d9735f17311f36ce3513c2e33463a4b480a
+%global gh_commit e4199a3aba486c53e77efb0d7ed513fa22cb9cd8
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner edenhill
%global gh_project %{libname}
-#global prever RC2
Name: %{libname}
-Version: 0.9.4
+Version: 0.9.5~RC1
Release: 1%{?dist}
Group: System Environment/Libraries
Summary: Apache Kafka C/C++ client library
@@ -24,9 +23,6 @@ License: BSD and MIT
URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}-%{gh_short}.tar.gz
-# i686 required
-ExcludeArch: i386
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: openssl-devel
BuildRequires: cyrus-sasl-devel
BuildRequires: zlib-devel
@@ -82,14 +78,12 @@ rm %{buildroot}%{_libdir}/*.a
%files
-%defattr(-,root,root,-)
%{!?_licensedir:%global license %%doc}
%license LICENSE*
%{_libdir}/%{libname}.so.1
%{_libdir}/%{libname}++.so.1
%files devel
-%defattr(-,root,root,-)
%doc *md
%doc rpmdocs/examples
%{_includedir}/%{libname}/
@@ -100,6 +94,9 @@ rm %{buildroot}%{_libdir}/*.a
%changelog
+* Mon Apr 10 2017 Remi Collet <remi@remirepo.net> - 0.9.5~RC1-1
+- update to 0.9.5-RC1
+
* Mon Feb 27 2017 Remi Collet <remi@remirepo.net> - 0.9.4-1
- update to 0.9.4