Hello community,

here is the log from the commit of package mmc-utils for openSUSE:Factory 
checked in at 2016-02-22 08:57:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mmc-utils (Old)
 and      /work/SRC/openSUSE:Factory/.mmc-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mmc-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mmc-utils/mmc-utils.changes      2015-12-24 
12:15:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mmc-utils.new/mmc-utils.changes 2016-02-22 
08:57:33.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Feb 17 17:47:54 UTC 2016 - norm...@linux.vnet.ibm.com
+
+- new do_not_use_asm_generic.patch to avoid PowerPC build error
+
+-------------------------------------------------------------------

New:
----
  do_not_use_asm_generic.patch

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

Other differences:
------------------
++++++ mmc-utils.spec ++++++
--- /var/tmp/diff_new_pack.nDnaay/_old  2016-02-22 08:57:34.000000000 +0100
+++ /var/tmp/diff_new_pack.nDnaay/_new  2016-02-22 08:57:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mmc-utils
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -25,6 +25,7 @@
 Url:            http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/
 Source0:        %{name}-%{version}.tar.xz
 Source1:        https://www.gnu.org/licenses/gpl-2.0.txt
+Patch0:         do_not_use_asm_generic.patch
 BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -34,6 +35,7 @@
 %prep
 %setup -q
 cp %{SOURCE1} LICENSE.GPL-2.0
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags}"

++++++ do_not_use_asm_generic.patch ++++++
From: Michel Normand <norm...@linux.vnet.ibm.com>
Subject: do not use asm generic
Date: Wed, 17 Feb 2016 18:44:43 +0100

do not use <asm_generic/int-ll64.h> to avoid build error on PowerPC arch

Signed-off-by: Michel Normand <norm...@linux.vnet.ibm.com>
---
 mmc.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: mmc-utils-20151118/mmc.h
===================================================================
--- mmc-utils-20151118.orig/mmc.h
+++ mmc-utils-20151118/mmc.h
@@ -14,7 +14,7 @@
  * Boston, MA 021110-1307, USA.
  */
 
-#include <asm-generic/int-ll64.h>
+#include <asm/types.h>
 #include <linux/mmc/ioctl.h>
 #include <stdio.h>
 

Reply via email to