Hello community,
here is the log from the commit of package libtorrent-rasterbar for
openSUSE:Factory checked in at 2016-10-20 23:09:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libtorrent-rasterbar (Old)
and /work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libtorrent-rasterbar"
Changes:
--------
---
/work/SRC/openSUSE:Factory/libtorrent-rasterbar/libtorrent-rasterbar.changes
2016-08-31 00:11:49.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
2016-10-20 23:09:52.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Oct 10 18:48:42 UTC 2016 - [email protected]
+
+- Require boost => 1.61 to fix build failures.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libtorrent-rasterbar.spec ++++++
--- /var/tmp/diff_new_pack.6QMPZ6/_old 2016-10-20 23:09:53.000000000 +0200
+++ /var/tmp/diff_new_pack.6QMPZ6/_new 2016-10-20 23:09:53.000000000 +0200
@@ -29,7 +29,7 @@
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 @@
%configure \
--disable-static \
--disable-silent-rules \
+ --with-libiconv \
%if %{with tests}
--enable-tests \
%endif