Hello community,

here is the log from the commit of package fuse for openSUSE:Factory checked in 
at 2013-06-26 20:17:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fuse (Old)
 and      /work/SRC/openSUSE:Factory/.fuse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fuse"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fuse/fuse.changes        2013-04-02 
11:40:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fuse.new/fuse.changes   2013-06-26 
20:17:35.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jun 16 07:40:22 UTC 2013 - [email protected]
+
+- add aarch64-build-fix.patch 
+
+-------------------------------------------------------------------

New:
----
  aarch64-build-fix.patch

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

Other differences:
------------------
++++++ fuse.spec ++++++
--- /var/tmp/diff_new_pack.7INxkI/_old  2013-06-26 20:17:36.000000000 +0200
+++ /var/tmp/diff_new_pack.7INxkI/_new  2013-06-26 20:17:36.000000000 +0200
@@ -29,6 +29,7 @@
 Patch:          fuse-install-fix.diff
 Patch2:         fuse-gnu_source.patch
 Patch3:         fusermount-compile-as-pie.patch
+Patch4:         aarch64-build-fix.patch
 Url:            http://fuse.sourceforge.net
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1130
@@ -140,6 +141,7 @@
 %patch -p1
 %patch2 -p1
 %patch3 -p1
+%patch4
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing"

++++++ aarch64-build-fix.patch ++++++
--- include/fuse_kernel.h
+++ include/fuse_kernel.h
@@ -85,12 +85,7 @@
 #ifndef _LINUX_FUSE_H
 #define _LINUX_FUSE_H
 
-#include <sys/types.h>
-#define __u64 uint64_t
-#define __s64 int64_t
-#define __u32 uint32_t
-#define __s32 int32_t
-#define __u16 uint16_t
+#include <linux/types.h>
 
 /*
  * Version negotiation:
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to