From f2854c1305c7a57c5242478b73ebf0c507c9917e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Jun 2017 11:51:23 +0200 Subject: v0.11.0-RC2 --- librdkafka.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'librdkafka.spec') 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 - 0.11.0-RC2-1 +- update to 0.11.0-RC2 + * Thu Jun 29 2017 Remi Collet - 0.11.0-RC1-1 - update to 0.11.0-RC1 - open https://github.com/edenhill/librdkafka/issues/1290 -- cgit