Hello community,

here is the log from the commit of package fuse for openSUSE:Factory
checked in at Wed Aug 31 10:43:04 CEST 2011.



--------
--- fuse/fuse.changes   2011-03-21 17:44:03.000000000 +0100
+++ /mounts/work_src_done/STABLE/fuse/fuse.changes      2011-08-29 
22:49:09.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug 29 20:48:16 UTC 2011 - crrodrig...@opensuse.org
+
+- Must define _GNU_SOURCE to get clone()  system call.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  fuse-gnu_source.patch

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

Other differences:
------------------
++++++ fuse.spec ++++++
--- /var/tmp/diff_new_pack.ll7MAR/_old  2011-08-31 10:42:40.000000000 +0200
+++ /var/tmp/diff_new_pack.ll7MAR/_new  2011-08-31 10:42:40.000000000 +0200
@@ -21,7 +21,7 @@
 Name:           fuse
 Summary:        User space File System
 Version:        2.8.5
-Release:        9
+Release:        10
 License:        GPLv2+ ; LGPLv2.1+
 Group:          System/Filesystems
 # 
http://sourceforge.net/projects/fuse/files/fuse-2.X/%%{version}/fuse-%%{version}.tar.gz/download
@@ -32,6 +32,7 @@
 Patch2:         fuse-pc-remove-libdir-from-Libs.diff
 Patch3:         fuse-umount-race-fix.patch
 Patch4:         fuse-fix-cleanup-in-case-of-failed-mount.patch
+Patch5:         fuse-gnu_source.patch
 Url:            http://fuse.sourceforge.net
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1130
@@ -228,8 +229,10 @@
 %endif
 %patch3 -p1
 %patch4 -p1
+%patch5
 
 %build
+autoreconf -fiv
 export CFLAGS="$RPM_OPT_FLAGS -g -fno-strict-aliasing"
 %configure --with-pic \
     --with-pkgconfigdir=%{_libdir}/pkgconfig \

++++++ fuse-gnu_source.patch ++++++
--- configure.in.orig
+++ configure.in
@@ -5,7 +5,9 @@ AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER(include/config.h)
 
 AC_PROG_LIBTOOL
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AM_PROG_CC_C_O
 
 # compatibility for automake < 1.8

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to