commit attr for openSUSE:Factory
Hello community, here is the log from the commit of package attr for openSUSE:Factory checked in at 2013-02-04 21:07:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/attr (Old) and /work/SRC/openSUSE:Factory/.attr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "attr", Maintainer is "MSzeredi@novell.com" Changes: -------- --- /work/SRC/openSUSE:Factory/attr/attr.changes 2011-12-21 09:59:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.attr.new/attr.changes 2013-02-04 21:07:24.000000000 +0100 @@ -1,0 +2,17 @@ +Sat Feb 2 21:08:57 UTC 2013 - schwab@suse.de + +- Add attr-syscalls.patch: + Define attr syscall numbers for aarch64 + +------------------------------------------------------------------- +Sat Feb 2 20:30:27 UTC 2013 - schwab@suse.de + +- Add config-guess-sub-update.patch: + Update confg.guess/sub for aarch64 + +------------------------------------------------------------------- +Fri Feb 1 12:01:33 UTC 2013 - coolo@suse.com + +- update license to new format + +------------------------------------------------------------------- New: ---- attr-syscalls.patch config-guess-sub-update.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ attr.spec ++++++ --- /var/tmp/diff_new_pack.bGyjnY/_old 2013-02-04 21:07:26.000000000 +0100 +++ /var/tmp/diff_new_pack.bGyjnY/_new 2013-02-04 21:07:26.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package attr # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -15,10 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: attr %define lname libattr1 Summary: Commands for Manipulating Extended Attributes -License: GPL-2.0+ ; LGPL-2.1+ +License: GPL-2.0+ and LGPL-2.1+ Group: System/Filesystems Version: 2.4.46 Release: 0 @@ -26,9 +27,12 @@ Source1: xattr.conf Source2: baselibs.conf Patch0: builddefs.in.diff +Patch1: config-guess-sub-update.patch +Patch2: attr-syscalls.patch Url: http://download.savannah.gnu.org/releases-noredirect/attr/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf +BuildRequires: automake Conflicts: xfsdump < 2.0.0 %description @@ -62,7 +66,8 @@ Obsoletes: libattr-devel-64bit %endif # -Requires: %lname = %version, glibc-devel +Requires: %lname = %version +Requires: glibc-devel %description -n libattr-devel This package contains the libraries and header files needed to develop @@ -83,11 +88,14 @@ %prep %setup -q %patch0 -p1 +%patch1 +%patch2 %build export OPTIMIZER="$RPM_OPT_FLAGS -fPIC" export DEBUG=-DNDEBUG -autoconf +ln -sf /usr/share/automake-1.12/config.guess . +ln -sf /usr/share/automake-1.12/config.sub . CFLAGS="$RPM_OPT_FLAGS" \ %configure \ --prefix=/ \ ++++++ attr-syscalls.patch ++++++ Index: libattr/syscalls.c =================================================================== --- libattr/syscalls.c.orig +++ libattr/syscalls.c @@ -189,6 +189,20 @@ # define __NR_removexattr 232 # define __NR_lremovexattr 233 # define __NR_fremovexattr 234 +#elif defined (__aarch64__) +# define HAVE_XATTR_SYSCALLS 1 +# define __NR_setxattr 5 +# define __NR_lsetxattr 6 +# define __NR_fsetxattr 7 +# define __NR_getxattr 8 +# define __NR_lgetxattr 9 +# define __NR_fgetxattr 10 +# define __NR_listxattr 11 +# define __NR_llistxattr 12 +# define __NR_flistxattr 13 +# define __NR_removexattr 14 +# define __NR_lremovexattr 15 +# define __NR_fremovexattr 16 #else # warning "Extended attribute syscalls undefined for this architecture" # define HAVE_XATTR_SYSCALLS 0 ++++++ config-guess-sub-update.patch ++++++ ++++ 1221 lines (skipped) -- 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