Hello community,

here is the log from the commit of package strace for openSUSE:Factory checked 
in at 2013-12-06 13:52:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/strace (Old)
 and      /work/SRC/openSUSE:Factory/.strace.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "strace"

Changes:
--------
--- /work/SRC/openSUSE:Factory/strace/strace.changes    2013-08-15 
09:16:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.strace.new/strace.changes       2013-12-06 
14:45:53.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Dec  4 16:27:29 UTC 2013 - [email protected]
+
+- Make ppc64le architecture known 
+
+/usr/bin/osc
+- added patches:
+  * strace-ppc64le.patch
+-------------------------------------------------------------------

New:
----
  strace-ppc64le.patch

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

Other differences:
------------------
++++++ strace.spec ++++++
--- /var/tmp/diff_new_pack.0uCrOB/_old  2013-12-06 14:45:53.000000000 +0100
+++ /var/tmp/diff_new_pack.0uCrOB/_new  2013-12-06 14:45:53.000000000 +0100
@@ -32,6 +32,7 @@
 Source4:        baselibs.conf
 Patch1:         strace-4.7.diff
 Patch2:         strace-linux-ptrace-h.patch
+Patch3:         strace-ppc64le.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libacl-devel
 BuildRequires:  libaio-devel
@@ -63,6 +64,7 @@
 %setup -q
 %patch -P 1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"


++++++ strace-ppc64le.patch ++++++
Index: strace-4.8/configure
===================================================================
--- strace-4.8.orig/configure
+++ strace-4.8/configure
@@ -4660,7 +4660,7 @@ powerpc*)
 
 $as_echo "#define POWERPC 1" >>confdefs.h
 
-       if test $host_cpu = powerpc64; then
+       if test $host_cpu = powerpc64 || test $host_cpu = powerpc64le ; then
 
 $as_echo "#define POWERPC64 1" >>confdefs.h
 
Index: strace-4.8/configure.ac
===================================================================
--- strace-4.8.orig/configure.ac
+++ strace-4.8/configure.ac
@@ -54,7 +54,7 @@ alpha*)
 powerpc*)
        arch=powerpc
        AC_DEFINE([POWERPC], 1, [Define for the PowerPC architecture.])
-       if test $host_cpu = powerpc64; then
+       if test $host_cpu = powerpc64 || test $host_cpu = powerpc64le; then
                AC_DEFINE([POWERPC64], 1, [Define for the PowerPC64 
architecture.])
        fi
        ;;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to