SHA256
1
0
forked from pool/attr

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
This commit is contained in:
Brandon Philips 2011-04-19 20:52:31 +00:00 committed by Git OBS Bridge
parent 33be377c55
commit bc1ef097bb
5 changed files with 25 additions and 20 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,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 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+
@ -98,7 +97,6 @@ Authors:
%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"