Hello community,

here is the log from the commit of package udisks for openSUSE:Factory checked 
in at 2015-10-06 13:25:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/udisks (Old)
 and      /work/SRC/openSUSE:Factory/.udisks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "udisks"

Changes:
--------
--- /work/SRC/openSUSE:Factory/udisks/udisks.changes    2014-05-27 
07:09:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.udisks.new/udisks.changes       2015-10-06 
13:25:35.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 14 07:02:44 UTC 2015 - [email protected]
+
+- Add udisks-1.0.5.patch: Let it build.
+
+-------------------------------------------------------------------

New:
----
  udisks-1.0.5.patch

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

Other differences:
------------------
++++++ udisks.spec ++++++
--- /var/tmp/diff_new_pack.CABK5i/_old  2015-10-06 13:25:36.000000000 +0200
+++ /var/tmp/diff_new_pack.CABK5i/_new  2015-10-06 13:25:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package udisks
 #
-# 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 @@
 # Need this one until bnc#504064 has been resolved -- [email protected]
 Source2:        umount.udisks
 Obsoletes:      DeviceKit-disks <= 009
+Patch0:         udisks-1.0.5.patch
 Provides:       DeviceKit-disks = 009
 # avahi BuildRequires is solely for directory ownerships.
 BuildRequires:  avahi
@@ -73,6 +74,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 export V=1

++++++ udisks-1.0.5.patch ++++++
---
 src/helpers/job-drive-detach.c |    3 +++
 1 file changed, 3 insertions(+)

--- src/helpers/job-drive-detach.c
+++ src/helpers/job-drive-detach.c      2015-07-14 06:59:22.045701537 +0000
@@ -22,7 +22,10 @@
 #include <string.h>
 #include <errno.h>
 #include <stdlib.h>
+#include <sys/types.h>
+#include <sys/stat.h>
 #include <time.h>
+#include <unistd.h>
 
 #include <scsi/sg_lib.h>
 #include <scsi/sg_cmds.h>

Reply via email to