Hello community,

here is the log from the commit of package gource for openSUSE:Factory checked 
in at 2014-01-10 21:19:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2013-08-05 
20:42:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gource.new/gource.changes       2014-01-10 
21:19:04.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Jan 10 14:58:06 UTC 2014 - [email protected]
+
+- Fix boot libdir for ppc64le
+
+- added patches:
+  * ppc64le.patch
+-------------------------------------------------------------------

New:
----
  ppc64le.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gource.spec ++++++
--- /var/tmp/diff_new_pack.ZCudsk/_old  2014-01-10 21:19:04.000000000 +0100
+++ /var/tmp/diff_new_pack.ZCudsk/_new  2014-01-10 21:19:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gource
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,7 @@
 Source:         http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1:        cvs-exp.pl
 Source2:        svn-gource.py
+Patch0:         ppc64le.patch
 BuildRequires:  SDL-devel
 BuildRequires:  SDL_image-devel
 BuildRequires:  boost-devel >= 1.46
@@ -53,6 +54,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++++++ ppc64le.patch ++++++
Index: gource-0.40/m4/ax_boost_base.m4
===================================================================
--- gource-0.40.orig/m4/ax_boost_base.m4
+++ gource-0.40/m4/ax_boost_base.m4
@@ -91,7 +91,7 @@ if test "x$want_boost" = "xyes"; then
     dnl are found, e.g. when only header-only libraries are installed!
     libsubdirs="lib"
     ax_arch=`uname -m`
-    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64; then
+    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = ppc64le -o 
$ax_arch = s390x -o $ax_arch = sparc64; then
         libsubdirs="lib64 lib lib64"
     fi
 
Index: gource-0.40/configure
===================================================================
--- gource-0.40.orig/configure
+++ gource-0.40/configure
@@ -6682,7 +6682,7 @@ $as_echo_n "checking for boostlib >= $bo
 
                         libsubdirs="lib"
     ax_arch=`uname -m`
-    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64; then
+    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = ppc64le -o 
$ax_arch = s390x -o $ax_arch = sparc64; then
         libsubdirs="lib64 lib lib64"
     fi
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to