From 2f055dc3d5a81aea49a3aafa0fe3ef1485e7a4ce Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Jul 31 2007 11:17:35 +0000 Subject: New version 2.4.38 Resolves #245415 --- diff --git a/.cvsignore b/.cvsignore index 438cf90..2d01eb7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -3,3 +3,4 @@ attr-2.4.23.src.tar.gz attr-2.4.24.src.tar.gz attr-2.4.28.src.tar.gz attr_2.4.32-1.tar.gz +attr_2.4.38-1.tar.gz diff --git a/attr-2.4.24-build.patch b/attr-2.4.24-build.patch deleted file mode 100644 index 77dc1c2..0000000 --- a/attr-2.4.24-build.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- attr-2.4.24/include/buildmacros.build 2005-12-06 16:47:17.000000000 +0100 -+++ attr-2.4.24/include/buildmacros 2005-12-06 16:48:49.000000000 +0100 -@@ -54,7 +54,7 @@ - $(LFILES:.l=.o) \ - $(YFILES:%.y=%.tab.o) - --INSTALL = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP) -+INSTALL = $(TOPDIR)/install-sh - - SHELL = /bin/sh - IMAGES_DIR = $(TOPDIR)/all-images ---- attr-2.4.24/include/builddefs.in.build 2005-12-06 16:47:01.000000000 +0100 -+++ attr-2.4.24/include/builddefs.in 2005-12-06 16:48:18.000000000 +0100 -@@ -52,14 +52,14 @@ - PKG_VERSION = @pkg_version@ - PKG_PLATFORM = @pkg_platform@ - PKG_DISTRIBUTION= @pkg_distribution@ --PKG_BIN_DIR = @bindir@ --PKG_SBIN_DIR = @sbindir@ --PKG_LIB_DIR = @libdir@ --PKG_DEVLIB_DIR = @libexecdir@ --PKG_INC_DIR = @includedir@/attr --PKG_MAN_DIR = @mandir@ --PKG_DOC_DIR = @datadir@/doc/@pkg_name@ --PKG_LOCALE_DIR = @datadir@/locale -+PKG_BIN_DIR = $(DESTDIR)@bindir@ -+PKG_SBIN_DIR = $(DESTDIR)@sbindir@ -+PKG_LIB_DIR = $(DESTDIR)@libdir@ -+PKG_DEVLIB_DIR = $(DESTDIR)@libexecdir@ -+PKG_INC_DIR = $(DESTDIR)@includedir@/attr -+PKG_MAN_DIR = $(DESTDIR)@mandir@ -+PKG_DOC_DIR = $(DESTDIR)@datadir@/doc/@pkg_name@-@pkg_version@ -+PKG_LOCALE_DIR = $(DESTDIR)@datadir@/locale - - CC = @cc@ - AWK = @awk@ diff --git a/attr.spec b/attr.spec index 3e343f1..fad523c 100644 --- a/attr.spec +++ b/attr.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing filesystem extended attributes Name: attr -Version: 2.4.32 -Release: 2%{?dist} +Version: 2.4.38 +Release: 1%{?dist} Conflicts: xfsdump < 2.0.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source: ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_%{version}-1.tar.gz @@ -114,6 +114,10 @@ rm -rf $RPM_BUILD_ROOT /%{_lib}/libattr.so.* %changelog +* Tue Jul 31 2007 Zdenek Prikryl 2.4.38-1 +- New version 2.4.38 +- Resolves #245415 + * Fri Feb 23 2007 Karsten Hopp 2.4.32-2 - add disttag - remove trailing dot from summary diff --git a/sources b/sources index c0a6c10..c73d2bc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -092739e9b944815aecc1f5d8379d5ea5 attr_2.4.32-1.tar.gz +92b71f124cf5bd80c97eac3d50ba0c61 attr_2.4.38-1.tar.gz