1
0

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
This commit is contained in:
Alexei Sorokin 2016-10-10 20:20:46 +00:00 committed by Git OBS Bridge
parent b74c3d6f03
commit fcf143d185
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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