Hello community,

here is the log from the commit of package suspend for openSUSE:Factory checked 
in at 2013-12-17 10:06:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suspend (Old)
 and      /work/SRC/openSUSE:Factory/.suspend.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suspend"

Changes:
--------
--- /work/SRC/openSUSE:Factory/suspend/suspend.changes  2013-08-12 
16:15:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.suspend.new/suspend.changes     2013-12-17 
10:06:10.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec 16 10:52:42 UTC 2013 - dval...@suse.com
+
+- enable ppc64le (ppc64le.patch) 
+
+-------------------------------------------------------------------

New:
----
  ppc64le.patch

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

Other differences:
------------------
++++++ suspend.spec ++++++
--- /var/tmp/diff_new_pack.wdlGcK/_old  2013-12-17 10:06:10.000000000 +0100
+++ /var/tmp/diff_new_pack.wdlGcK/_new  2013-12-17 10:06:10.000000000 +0100
@@ -70,8 +70,9 @@
 # fix for automake-1.13.1
 Patch23:        suspend-automake-1_13.diff
 Patch100:       remove-swich-message-for-s390x.diff
+Patch101:       ppc64le.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %ix86 x86_64 ppc ppc64
+ExclusiveArch:  %ix86 x86_64 ppc ppc64 ppc64le
 %if 0%{?suse_version}
 Supplements:    powersave
 %endif
@@ -109,6 +110,7 @@
 %patch22 -p1
 %patch23 -p1
 %patch100 -p1
+%patch101 -p1
 cp %{S:3} scripts/
 #cp -vb --suffix=-0.5 %{S:99} whitelist.c
 

++++++ ppc64le.patch ++++++
Index: suspend-utils-1.0/configure.ac
===================================================================
--- suspend-utils-1.0.orig/configure.ac
+++ suspend-utils-1.0/configure.ac
@@ -142,7 +142,7 @@ case "${host}" in
        i?86-*)                 ARCH="x86";;
        x86_*-*)                ARCH="x86";;
        ppc-*|powerpc-*)        ARCH="ppc";;
-       ppc64-*|powerpc64-*)    ARCH="ppc";;
+       ppc64*|powerpc64*)      ARCH="ppc";;
        s390*)                  ARCH="ppc";;
 esac
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to