Hello community, here is the log from the commit of package gource for openSUSE:Factory checked in at 2015-08-14 14:47:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gource (Old) and /work/SRC/openSUSE:Factory/.gource.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gource" Changes: -------- --- /work/SRC/openSUSE:Factory/gource/gource.changes 2014-11-18 22:46:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gource.new/gource.changes 2015-08-14 14:47:07.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Aug 13 09:50:08 UTC 2015 - [email protected] + +- Fix boost libdir on ppc64le (boost_ppc64le.patch) + +------------------------------------------------------------------- New: ---- boost_ppc64le.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gource.spec ++++++ --- /var/tmp/diff_new_pack.lj2ZzS/_old 2015-08-14 14:47:07.000000000 +0200 +++ /var/tmp/diff_new_pack.lj2ZzS/_new 2015-08-14 14:47:07.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gource # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -26,6 +26,8 @@ Source: https://github.com/acaudwell/Gource/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz Source1: http://gource.googlecode.com/files/cvs-exp.pl Source2: https://raw.githubusercontent.com/acaudwell/Gource/gource-%{version}/contrib/svn-gource.py +Patch0: boost_ppc64le.patch +BuildRequires: automake BuildRequires: boost-devel >= 1.46 BuildRequires: gcc-c++ BuildRequires: glew-devel @@ -57,8 +59,11 @@ %prep %setup -q +%patch0 -p1 %build +autoreconf -fi + %configure \ --with-tinyxml=yes \ --enable-ttf-font-dir=%{_datadir}/fonts/truetype ++++++ boost_ppc64le.patch ++++++ >From d82443b6d449c95e60c23ed27225e90f89c62a2e Mon Sep 17 00:00:00 2001 From: Dinar Valeev <[email protected]> Date: Thu, 13 Aug 2015 11:44:55 +0200 Subject: [PATCH] Fix boost libdir on ppc64le --- m4/ax_boost_base.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/m4/ax_boost_base.m4 b/m4/ax_boost_base.m4 index 8e6ee9a..45df794 100644 --- a/m4/ax_boost_base.m4 +++ b/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 -- 1.8.5.6
