Hello community, here is the log from the commit of package qbittorrent for openSUSE:Factory checked in at 2015-08-11 08:26:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qbittorrent (Old) and /work/SRC/openSUSE:Factory/.qbittorrent.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qbittorrent" Changes: -------- --- /work/SRC/openSUSE:Factory/qbittorrent/qbittorrent.changes 2015-08-03 17:22:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.qbittorrent.new/qbittorrent.changes 2015-08-11 08:26:46.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Aug 10 04:52:27 UTC 2015 - [email protected] + +- add ppc64le support with new patch + bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch + +------------------------------------------------------------------- New: ---- bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qbittorrent.spec ++++++ --- /var/tmp/diff_new_pack.8b5B4h/_old 2015-08-11 08:26:47.000000000 +0200 +++ /var/tmp/diff_new_pack.8b5B4h/_new 2015-08-11 08:26:47.000000000 +0200 @@ -26,6 +26,7 @@ Group: Productivity/Networking/File-Sharing Url: http://qbittorrent.org/ Source: https://github.com/%{name}/%{_name}/archive/release-%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch1: bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: boost-devel >= 1.35 @@ -77,6 +78,7 @@ %prep %setup -q -n %{_name}-release-%{version} +%patch1 -p1 %build aclocal -I m4 ++++++ bittorrent_missing_ppc64le_in_ax_boost_base.m4.patch ++++++ From: Michel Normand <[email protected]> Subject: bittorrent missing ppc64le in ax_boost_base.m4 Date: Fri, 07 Aug 2015 11:39:49 +0200 bittorrent missing ppc64le in ax_boost_base.m4 that is the cause of following error message: === [ 138s] checking whether the Boost::System library is available... yes [ 138s] configure: error: Could not find a version of the boost_system library! === Signed-off-by: Michel Normand <[email protected]> --- m4/ax_boost_base.m4 | 3 +++ 1 file changed, 3 insertions(+) Index: qBittorrent-release-3.2.3/m4/ax_boost_base.m4 =================================================================== --- qBittorrent-release-3.2.3.orig/m4/ax_boost_base.m4 +++ qBittorrent-release-3.2.3/m4/ax_boost_base.m4 @@ -95,6 +95,9 @@ if test "x$want_boost" = "xyes"; then x86_64|ppc64|s390x|sparc64|aarch64) libsubdirs="lib64 lib lib64" ;; + ppc64le) + libsubdirs="lib64" + ;; esac dnl allow for real multi-arch paths e.g. /usr/lib/x86_64-linux-gnu. Give
