summaryrefslogtreecommitdiffstats
path: root/librdkafka.spec
diff options
context:
space:
mode:
Diffstat (limited to 'librdkafka.spec')
-rw-r--r--librdkafka.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/librdkafka.spec b/librdkafka.spec
index 687efd6..4682766 100644
--- a/librdkafka.spec
+++ b/librdkafka.spec
@@ -7,13 +7,13 @@
# Please, preserve the changelog entries
#
%global libname librdkafka
-%global gh_commit e223a193cbc089714110e42ca9051f3f1ebc0695
+%global gh_commit ee261f8b867ae722f31b97e4e62be4b2767e8541
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner edenhill
%global gh_project %{libname}
%global upstream_version 0.11.0
-%global upstream_prever RC1
+%global upstream_prever RC2
Name: %{libname}
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
@@ -26,8 +26,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}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz
-Patch0: a85c798f91bfef796116f3ebf5e5e7e479c8683f.patch
-
BuildRequires: openssl-devel
BuildRequires: cyrus-sasl-devel
BuildRequires: zlib-devel
@@ -59,7 +57,6 @@ developing applications that use %{name}.
%prep
%setup -qn %{gh_project}-%{gh_commit}
# no backup to avoid old version inclusion
-%patch0 -p1
mkdir rpmdocs
cp -pr examples rpmdocs/examples
@@ -101,6 +98,9 @@ rm %{buildroot}%{_libdir}/*.a
%changelog
+* Thu Jun 29 2017 Remi Collet <remi@remirepo.net> - 0.11.0-RC2-1
+- update to 0.11.0-RC2
+
* Thu Jun 29 2017 Remi Collet <remi@remirepo.net> - 0.11.0-RC1-1
- update to 0.11.0-RC1
- open https://github.com/edenhill/librdkafka/issues/1290