Hello community, here is the log from the commit of package nilfs-utils for openSUSE:Factory checked in at Tue Jun 7 10:48:01 CEST 2011.
-------- --- nilfs-utils/nilfs-utils.changes 2009-07-20 08:26:13.000000000 +0200 +++ /mounts/work_src_done/STABLE/nilfs-utils/nilfs-utils.changes 2011-06-06 11:22:47.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jun 6 09:22:26 UTC 2011 - [email protected] + +- Fix build with new glibc. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- nilfs-utils-headers.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nilfs-utils.spec ++++++ --- /var/tmp/diff_new_pack.wIiXxr/_old 2011-06-07 10:38:01.000000000 +0200 +++ /var/tmp/diff_new_pack.wIiXxr/_new 2011-06-07 10:38:01.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package nilfs-utils (Version 2.0.14) +# spec file for package nilfs-utils # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,9 +25,10 @@ AutoReqProv: on Summary: Utilities for NILFS Version: 2.0.14 -Release: 1 +Release: 11 Source: %{name}-%{version}.tar.bz2 -Patch: nilfs-utils-install-fixes.diff +Patch1: nilfs-utils-install-fixes.diff +Patch2: nilfs-utils-headers.patch Url: http://www.nilfs.org BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -36,7 +37,8 @@ %prep %setup -q -%patch -p1 +%patch1 -p1 +%patch2 -p1 %build autoreconf -fi ++++++ nilfs-utils-headers.patch ++++++ Index: nilfs-utils-2.0.14/sbin/mkfs/mkfs.c =================================================================== --- nilfs-utils-2.0.14.orig/sbin/mkfs/mkfs.c +++ nilfs-utils-2.0.14/sbin/mkfs/mkfs.c @@ -47,7 +47,7 @@ #include <string.h> #include <errno.h> #include "mkfs.h" - +#include <sys/stat.h> typedef __u64 blocknr_t; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
