Accepting request 73780 from Base:System
OBS-URL: https://build.opensuse.org/request/show/73780 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/attr?expand=0&rev=22
This commit is contained in:
commit
291c69b866
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f6214b8e53f4bba651ac5a72c0f6193b12aa21fbf1d675d89a7b4bc45264498
|
||||
size 316328
|
3
attr-2.4.46.src.tar.gz
Normal file
3
attr-2.4.46.src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dcd69bdca7ff166bc45141eddbcf21967999a6b66b0544be12a1cc2fd6340e1f
|
||||
size 338181
|
@ -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 <stdio.h>
|
||||
#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include "misc.h"
|
||||
|
24
attr.changes
24
attr.changes
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- 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
|
||||
|
||||
|
29
attr.spec
29
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+
|
||||
@ -40,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 <a.gruenbacher@computer.org>
|
||||
SGI
|
||||
|
||||
%package -n libattr
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Summary: A dynamic library for filesystem extended attribute support
|
||||
@ -62,13 +54,6 @@ Group: System/Libraries
|
||||
This package contains the libattr.so dynamic library, which contains
|
||||
the extended attribute library functions.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Andreas Gruenbacher <a.gruenbacher@computer.org>
|
||||
SGI
|
||||
|
||||
%package -n libattr-devel
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
@ -89,16 +74,9 @@ 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
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
export OPTIMIZER="$RPM_OPT_FLAGS -fPIC"
|
||||
@ -131,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
|
||||
|
Loading…
Reference in New Issue
Block a user