From bc1ef097bbed4340d698950d30dd876b8795fb89612f069fd3791850202ebed9 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 19 Apr 2011 20:52:31 +0000 Subject: [PATCH] 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"