summaryrefslogtreecommitdiffstats
path: root/librdkafka.spec
diff options
context:
space:
mode:
Diffstat (limited to 'librdkafka.spec')
-rw-r--r--librdkafka.spec5
1 files changed, 5 insertions, 0 deletions
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 <remi@remirepo.net> - 0.9.5-1
- update to 0.9.5 (no change since RC2)