SHA256
1
0
forked from pool/attr

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:
Sascha Peilicke 2011-06-16 07:03:48 +00:00 committed by Git OBS Bridge
commit 291c69b866
5 changed files with 31 additions and 40 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dcd69bdca7ff166bc45141eddbcf21967999a6b66b0544be12a1cc2fd6340e1f
size 338181

View File

@ -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"

View File

@ -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 Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de

View File

@ -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. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -22,13 +22,12 @@ Name: attr
Group: System/Filesystems Group: System/Filesystems
AutoReqProv: on AutoReqProv: on
Summary: Commands for Manipulating Extended Attributes Summary: Commands for Manipulating Extended Attributes
Version: 2.4.44 Version: 2.4.46
Release: 4 Release: 1
Source: %{name}-%{version}.src.tar.gz Source: %{name}-%{version}.src.tar.gz
Source1: xattr.conf Source1: xattr.conf
Source2: baselibs.conf Source2: baselibs.conf
Patch0: builddefs.in.diff Patch0: builddefs.in.diff
Patch1: %name-fiximplicit.patch
Url: http://download.savannah.gnu.org/releases-noredirect/attr/ Url: http://download.savannah.gnu.org/releases-noredirect/attr/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
License: GPLv2+ ; LGPLv2.1+ 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 is also provided, which is largely compatible with the SGI IRIX tool of
the same name. the same name.
Authors:
--------
Andreas Gruenbacher <a.gruenbacher@computer.org>
SGI
%package -n libattr %package -n libattr
License: GPLv2+ ; LGPLv2.1+ License: GPLv2+ ; LGPLv2.1+
Summary: A dynamic library for filesystem extended attribute support 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 This package contains the libattr.so dynamic library, which contains
the extended attribute library functions. the extended attribute library functions.
Authors:
--------
Andreas Gruenbacher <a.gruenbacher@computer.org>
SGI
%package -n libattr-devel %package -n libattr-devel
License: GPLv2+ ; LGPLv2.1+ License: GPLv2+ ; LGPLv2.1+
Summary: Include Files and Libraries mandatory for Development 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 documented system call API is the recommended interface, but an SGI
IRIX compatibility interface is also provided. IRIX compatibility interface is also provided.
Authors:
--------
SGI
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1
%build %build
export OPTIMIZER="$RPM_OPT_FLAGS -fPIC" 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 rm -f $RPM_BUILD_ROOT/%{_libdir}/libattr.la
install -d -m 755 $RPM_BUILD_ROOT/%{_sysconfdir} install -d -m 755 $RPM_BUILD_ROOT/%{_sysconfdir}
install -m 644 %_sourcedir/xattr.conf $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 %find_lang %name
%clean %clean