From bc1ef097bbed4340d698950d30dd876b8795fb89612f069fd3791850202ebed9 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 19 Apr 2011 20:52:31 +0000 Subject: [PATCH 1/2] Accepting request 67929 from home:philipsb:branches:Base:System OBS-URL: https://build.opensuse.org/request/show/67929 OBS-URL: https://build.opensuse.org/package/show/Base:System/attr?expand=0&rev=14 --- attr-2.4.44.src.tar.gz | 3 --- attr-2.4.46.src.tar.gz | 3 +++ attr-fiximplicit.patch | 12 ------------ attr.changes | 19 +++++++++++++++++++ attr.spec | 8 +++----- 5 files changed, 25 insertions(+), 20 deletions(-) delete mode 100644 attr-2.4.44.src.tar.gz create mode 100644 attr-2.4.46.src.tar.gz delete mode 100644 attr-fiximplicit.patch diff --git a/attr-2.4.44.src.tar.gz b/attr-2.4.44.src.tar.gz deleted file mode 100644 index 414680a..0000000 --- a/attr-2.4.44.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f6214b8e53f4bba651ac5a72c0f6193b12aa21fbf1d675d89a7b4bc45264498 -size 316328 diff --git a/attr-2.4.46.src.tar.gz b/attr-2.4.46.src.tar.gz new file mode 100644 index 0000000..facd0b8 --- /dev/null +++ b/attr-2.4.46.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd69bdca7ff166bc45141eddbcf21967999a6b66b0544be12a1cc2fd6340e1f +size 338181 diff --git a/attr-fiximplicit.patch b/attr-fiximplicit.patch deleted file mode 100644 index b2f89a9..0000000 --- a/attr-fiximplicit.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: attr-2.4.44/libmisc/quote.c -=================================================================== ---- attr-2.4.44.orig/libmisc/quote.c -+++ attr-2.4.44/libmisc/quote.c -@@ -19,6 +19,7 @@ - - #include - #include -+#include - #include - #include "misc.h" - diff --git a/attr.changes b/attr.changes index 1ca7de9..2a4f9f2 100644 --- a/attr.changes +++ b/attr.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Apr 19 18:06:35 UTC 2011 - bphilips@novell.com + +- upgrade to 2.4.46 + - Fix tests + +------------------------------------------------------------------- +Sat Apr 16 00:16:15 UTC 2011 - bphilips@novell.com + +- upgrade to 2.4.45 + - OPTIONS in man pages should be a section heading, not a subsection heading + - getfattr: encode NULs properly with --encoding=text + - setfattr.1: document supported encodings of values + - convert the man pages into html + - attr_parse_attr_conf: eliminate a double free + - attr_parse_attr_conf: eliminate a memory leak + - quote: pull in string.h for strchr prototype + - libattr: fix memory leak in attr_copy_action() + ------------------------------------------------------------------- Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de diff --git a/attr.spec b/attr.spec index a6a8d82..0800ee3 100644 --- a/attr.spec +++ b/attr.spec @@ -1,5 +1,5 @@ # -# spec file for package attr (Version 2.4.44) +# spec file for package attr (Version 2.4.45) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -22,13 +22,12 @@ Name: attr Group: System/Filesystems AutoReqProv: on Summary: Commands for Manipulating Extended Attributes -Version: 2.4.44 -Release: 4 +Version: 2.4.46 +Release: 1 Source: %{name}-%{version}.src.tar.gz Source1: xattr.conf Source2: baselibs.conf Patch0: builddefs.in.diff -Patch1: %name-fiximplicit.patch Url: http://download.savannah.gnu.org/releases-noredirect/attr/ BuildRoot: %{_tmppath}/%{name}-%{version}-build License: GPLv2+ ; LGPLv2.1+ @@ -98,7 +97,6 @@ Authors: %prep %setup -q %patch0 -p1 -%patch1 -p1 %build export OPTIMIZER="$RPM_OPT_FLAGS -fPIC" From 49f2bc2ccc1ec26793d61f4ccd1be17a57946ba9fae93637ddba15b273150c75 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 18 May 2011 09:36:17 +0000 Subject: [PATCH 2/2] - make shared library executable OBS-URL: https://build.opensuse.org/package/show/Base:System/attr?expand=0&rev=15 --- attr.changes | 5 +++++ attr.spec | 21 +-------------------- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/attr.changes b/attr.changes index 2a4f9f2..9920c71 100644 --- a/attr.changes +++ b/attr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 18 09:32:06 UTC 2011 - coolo@novell.com + +- make shared library executable + ------------------------------------------------------------------- Tue Apr 19 18:06:35 UTC 2011 - bphilips@novell.com diff --git a/attr.spec b/attr.spec index 0800ee3..aa7eb33 100644 --- a/attr.spec +++ b/attr.spec @@ -39,13 +39,6 @@ objects, in particular getfattr(1) and setfattr(1). An attr(1) command is also provided, which is largely compatible with the SGI IRIX tool of the same name. - - -Authors: --------- - Andreas Gruenbacher - SGI - %package -n libattr License: GPLv2+ ; LGPLv2.1+ Summary: A dynamic library for filesystem extended attribute support @@ -61,13 +54,6 @@ Group: System/Libraries This package contains the libattr.so dynamic library, which contains the extended attribute library functions. - - -Authors: --------- - Andreas Gruenbacher - SGI - %package -n libattr-devel License: GPLv2+ ; LGPLv2.1+ Summary: Include Files and Libraries mandatory for Development @@ -88,12 +74,6 @@ programs which make use of extended attributes. For Linux programs, the documented system call API is the recommended interface, but an SGI IRIX compatibility interface is also provided. - - -Authors: --------- - SGI - %prep %setup -q %patch0 -p1 @@ -129,6 +109,7 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man2/*xattr.2* rm -f $RPM_BUILD_ROOT/%{_libdir}/libattr.la install -d -m 755 $RPM_BUILD_ROOT/%{_sysconfdir} install -m 644 %_sourcedir/xattr.conf $RPM_BUILD_ROOT/%{_sysconfdir} +chmod 755 $RPM_BUILD_ROOT/%{_lib}/libattr.so.1* %find_lang %name %clean