From fcf143d1858037d351be1133808e236414863abf4a7bf281891ab6e057ccace5 Mon Sep 17 00:00:00 2001 From: Alexei Sorokin Date: Mon, 10 Oct 2016 20:20:46 +0000 Subject: [PATCH] Accepting request 434205 from home:Fisiu:branches:devel:libraries:c_c++ - Require boost => 1.61 to fix build failures. OBS-URL: https://build.opensuse.org/request/show/434205 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libtorrent-rasterbar?expand=0&rev=75 --- libtorrent-rasterbar.changes | 5 +++++ libtorrent-rasterbar.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libtorrent-rasterbar.changes b/libtorrent-rasterbar.changes index 809b544..d7c4052 100644 --- a/libtorrent-rasterbar.changes +++ b/libtorrent-rasterbar.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 10 18:48:42 UTC 2016 - fisiu@opensuse.org + +- Require boost => 1.61 to fix build failures. + ------------------------------------------------------------------- Sun Aug 28 12:34:58 UTC 2016 - sor.alexei@meowr.ru diff --git a/libtorrent-rasterbar.spec b/libtorrent-rasterbar.spec index b12bb91..543154b 100644 --- a/libtorrent-rasterbar.spec +++ b/libtorrent-rasterbar.spec @@ -29,7 +29,7 @@ License: BSD-3-Clause Group: Development/Libraries/C and C++ Url: http://libtorrent.org/ Source: https://github.com/arvidn/%{_name}/releases/download/%{_name}-%{_version}/%{name}-%{version}.tar.gz -BuildRequires: boost-devel >= 1.53 +BuildRequires: boost-devel >= 1.61 BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: python-devel @@ -149,6 +149,7 @@ for py in python; do %configure \ --disable-static \ --disable-silent-rules \ + --with-libiconv \ %if %{with tests} --enable-tests \ %endif