Hello community,

here is the log from the commit of package cdemu-daemon for openSUSE:Factory 
checked in at 2015-03-01 14:46:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cdemu-daemon (Old)
 and      /work/SRC/openSUSE:Factory/.cdemu-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cdemu-daemon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cdemu-daemon/cdemu-daemon.changes        
2014-10-05 20:32:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cdemu-daemon.new/cdemu-daemon.changes   
2015-03-01 14:46:59.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Feb 26 12:44:38 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- new cdemu_daemon_typo_in_mmc_packet_commands_h.patch
+  to avoid ppc/ppc64 build failure
+  related to upstream ticket https://sourceforge.net/p/cdemu/patches/22/
+
+-------------------------------------------------------------------

New:
----
  cdemu_daemon_typo_in_mmc_packet_commands_h.patch

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

Other differences:
------------------
++++++ cdemu-daemon.spec ++++++
--- /var/tmp/diff_new_pack.axzHTE/_old  2015-03-01 14:46:59.000000000 +0100
+++ /var/tmp/diff_new_pack.axzHTE/_new  2015-03-01 14:46:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cdemu-daemon
 #
-# 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
@@ -29,6 +29,7 @@
 Source2:        60-vhba.rules
 Source3:        cdemu-daemon.sysconfig
 Patch1:         logfile.diff
+Patch2:         cdemu_daemon_typo_in_mmc_packet_commands_h.patch
 BuildRequires:  cmake >= 2.8.5
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(ao) >= 0.8.0
@@ -52,7 +53,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 cmake . \

++++++ cdemu_daemon_typo_in_mmc_packet_commands_h.patch ++++++
From: Michel Normand <norm...@linux.vnet.ibm.com>
Subject: cdemu daemon typo in mmc packet commands h
Date: Thu, 26 Feb 2015 13:21:14 +0100
References: https://sourceforge.net/p/cdemu/patches/22/

cdemu daemon typo in mmc packet commands h
that make build failure for ppc/ppc64 archi:
===
Building C object CMakeFiles/cdemu-daemon.dir/src/device.c.o
In file included from 
/home/abuild/rpmbuild/BUILD/cdemu-daemon-3.0.2/src/cdemu.h:51:0,
                 from 
/home/abuild/rpmbuild/BUILD/cdemu-daemon-3.0.2/src/daemon.c:20:
/home/abuild/rpmbuild/BUILD/cdemu-daemon-3.0.2/src/mmc-packet-commands.h:1671:9:
 error: expected ',', ';' or '}' before 'guint8'
         guint8 itwp      : 3;
         ^
===

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

Index: cdemu-daemon-3.0.2/src/mmc-packet-commands.h
===================================================================
--- cdemu-daemon-3.0.2.orig/src/mmc-packet-commands.h
+++ cdemu-daemon-3.0.2/src/mmc-packet-commands.h
@@ -1667,7 +1667,7 @@ struct READ_TOC_PMA_ATIP_4_Header
 struct READ_TOC_PMA_ATIP_4_Descriptor
 {
     #if G_BYTE_ORDER == G_BIG_ENDIAN
-        guint8 one1      : 1
+        guint8 one1      : 1;
         guint8 itwp      : 3;
         guint8 reserved1 : 1;
         guint8 ref_speed : 3;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to