Hello community,
here is the log from the commit of package libtorrent-rasterbar for
openSUSE:Factory checked in at 2016-08-03 11:44:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-27 16:12:25.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.libtorrent-rasterbar.new/libtorrent-rasterbar.changes
2016-08-03 11:44:18.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Jul 29 12:14:17 UTC 2016 - [email protected]
+
+- new libtorrent-rasterbar-1.1.0-add_ppc64le_as_64_bit_system_libraries.patch
+ to allow ppc64le build.
+ provided upstream https://github.com/arvidn/libtorrent/pull/967
+
+-------------------------------------------------------------------
New:
----
libtorrent-rasterbar-1.1.0-add_ppc64le_as_64_bit_system_libraries.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libtorrent-rasterbar.spec ++++++
--- /var/tmp/diff_new_pack.iGAbZ7/_old 2016-08-03 11:44:19.000000000 +0200
+++ /var/tmp/diff_new_pack.iGAbZ7/_new 2016-08-03 11:44:19.000000000 +0200
@@ -37,6 +37,8 @@
Patch2: %{name}-1.1.0-python-fixes.patch
# PATCH-FIX-UPSTREAM libtorrent-rasterbar-1.1.0-fix-invalid-input-crash.patch
boo#983228 -- Fix crash on invalid input in http_parser (commit 3624ce6).
Patch3: %{name}-1.1.0-fix-invalid-input-crash.patch
+# PATCH-FIX-UPSTREAM
libtorrent-rasterbar-1.1.0-add_ppc64le_as_64_bit_system_libraries.patch -- Fix
configure error on ppc64le (commit 487cb44).
+Patch4: %{name}-1.1.0-add_ppc64le_as_64_bit_system_libraries.patch
BuildRequires: boost-devel >= 1.54
BuildRequires: gcc-c++
BuildRequires: pkgconfig
@@ -137,6 +139,7 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4 -p1
%build
export CFLAGS="%{optflags} -fno-strict-aliasing"
++++++ libtorrent-rasterbar-1.1.0-add_ppc64le_as_64_bit_system_libraries.patch
++++++
From: Michel Normand <[email protected]>
Subject: libtorrent rasterbar 1.1.0 add ppc64le as 64 bit system libraries
Date: Fri, 29 Jul 2016 14:10:01 +0200
libtorrent rasterbar 1.1.0 add ppc64le as 64 bit system libraries
local patch waiting for upstream pull request
https://github.com/arvidn/libtorrent/pull/967
Signed-off-by: Michel Normand <[email protected]>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: libtorrent-rasterbar-1.1.0/configure
===================================================================
--- libtorrent-rasterbar-1.1.0.orig/configure
+++ libtorrent-rasterbar-1.1.0/configure
@@ -16821,7 +16821,7 @@ $as_echo_n "checking for boostlib >= $bo
libsubdirs="lib"
ax_arch=`uname -m`
case $ax_arch in
- x86_64|ppc64|s390x|sparc64|aarch64)
+ x86_64|ppc64|ppc64le|s390x|sparc64|aarch64)
libsubdirs="lib64 lib lib64"
;;
esac