From ab5faa7482e393fe556c8701e0f73623235177fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Jun 2017 11:18:40 +0200 Subject: upstream patch for 32-bit --- librdkafka.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'librdkafka.spec') diff --git a/librdkafka.spec b/librdkafka.spec index fa66936..687efd6 100644 --- a/librdkafka.spec +++ b/librdkafka.spec @@ -26,6 +26,8 @@ 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 @@ -56,6 +58,8 @@ 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 +105,7 @@ rm %{buildroot}%{_libdir}/*.a - update to 0.11.0-RC1 - open https://github.com/edenhill/librdkafka/issues/1290 broken build on 32-bit architecture +- add upstream for i686 build * Fri Apr 21 2017 Remi Collet - 0.9.5-1 - update to 0.9.5 (no change since RC2) -- cgit