commit zfs-fuse for openSUSE:Factory
Hello community, here is the log from the commit of package zfs-fuse for openSUSE:Factory checked in at Mon Aug 22 16:09:56 CEST 2011. -------- --- zfs-fuse/zfs-fuse.changes 2011-03-10 14:24:51.000000000 +0100 +++ /mounts/work_src_done/STABLE/zfs-fuse/zfs-fuse.changes 2011-08-20 20:54:50.000000000 +0200 @@ -1,0 +2,6 @@ +Sat Aug 20 18:50:05 UTC 2011 - gber@opensuse.org + +- added zfs-fuse-0.7.0-fix-malloc-hook-def.patch to adopt to the + different definition of __malloc_initialize_hook in glibc 2.14 + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- zfs-fuse-0.7.0-fix-malloc-hook-def.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zfs-fuse.spec ++++++ --- /var/tmp/diff_new_pack.sxHBTf/_old 2011-08-22 16:07:37.000000000 +0200 +++ /var/tmp/diff_new_pack.sxHBTf/_new 2011-08-22 16:07:37.000000000 +0200 @@ -19,7 +19,7 @@ Name: zfs-fuse Version: 0.7.0 -Release: 1 +Release: 2 Summary: A port of ZFS to the FUSE framework for the Linux operating system License: CDDL 1.0 Group: System/Filesystems @@ -34,6 +34,9 @@ Patch2: zfs-fuse-0.6.9-fix-strncat-usage.patch Patch3: zfs-fuse-0.6.9-fix-executable-stack.patch Patch4: zfs-fuse-0.7.0-fix-gcc-false-warnings.patch +%if 0%{?suse_version} > 1140 +Patch5: zfs-fuse-0.7.0-fix-malloc-hook-def.patch +%endif BuildRequires: fuse-devel BuildRequires: libattr-devel BuildRequires: libaio-devel @@ -62,6 +65,9 @@ %patch2 -p1 %patch3 -p1 %patch4 -p1 +%if 0%{?suse_version} > 1140 +%patch5 -p1 +%endif %__mkdir examples %__mv contrib/zfsstress.py contrib/arcstat.pl examples ++++++ zfs-fuse-0.7.0-fix-malloc-hook-def.patch ++++++ diff -urNp zfs-fuse-0.7.0.orig/src/lib/libumem/malloc.c zfs-fuse-0.7.0/src/lib/libumem/malloc.c --- zfs-fuse-0.7.0.orig/src/lib/libumem/malloc.c 2011-03-09 16:22:30.000000000 +0100 +++ zfs-fuse-0.7.0/src/lib/libumem/malloc.c 2011-08-20 19:24:30.000000000 +0200 @@ -453,7 +453,7 @@ static void __attribute__((constructor)) } } -void (*__malloc_initialize_hook)(void) = umem_malloc_init_hook; +void (*volatile __malloc_initialize_hook)(void) = umem_malloc_init_hook; #else void __attribute__((constructor)) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de