Hello community,
here is the log from the commit of package libtorrent-rasterbar for
openSUSE:Factory checked in at 2017-02-02 15:44:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-06 14:26:32.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
2017-02-03 17:48:41.363435683 +0100
@@ -1,0 +2,5 @@
+Wed Feb 1 15:44:54 UTC 2017 - [email protected]
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libtorrent-rasterbar.spec ++++++
--- /var/tmp/diff_new_pack.EnG7Tx/_old 2017-02-03 17:48:42.315301491 +0100
+++ /var/tmp/diff_new_pack.EnG7Tx/_new 2017-02-03 17:48:42.319300927 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libtorrent-rasterbar
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -33,7 +33,14 @@
Patch0: libtorrent-rasterbar-fix-build-boost-1.54.patch
# PATCH-FIX-OPENSUSE libtorrent-rasterbar-python-cxxflags.patch boo#1013570
[email protected] -- Fix Python bindings CXXFLAGS.
Patch1: libtorrent-rasterbar-python-cxxflags.patch
+%if 0%{?suse_version} > 1325
+BuildRequires: libboost_chrono-devel
+BuildRequires: libboost_python-devel
+BuildRequires: libboost_random-devel
+BuildRequires: libboost_system-devel
+%else
BuildRequires: boost-devel >= 1.54
+%endif
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: python-devel
@@ -103,7 +110,11 @@
Summary: Libtorrent is a C++ implementation of the BitTorrent protocol
Group: Development/Libraries/C and C++
Requires: %{name}%{sover} = %{version}
+%if 0%{?suse_version} > 1325
+Requires: libboost_headers-devel
+%else
Requires: boost-devel >= 1.54
+%endif
Requires: gcc-c++
Requires: pkgconfig(openssl)