From fcaebd571edaa346ce1d3897973643ac75562559 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Mon, 4 Sep 2006 15:09:44 +0000 Subject: [PATCH] - Fix handling of relative symlinks (#205122) --- sed.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sed.spec b/sed.spec index 72d7919..58cd5a3 100644 --- a/sed.spec +++ b/sed.spec @@ -5,13 +5,14 @@ Summary: A GNU stream text editor. Name: sed Version: 4.1.5 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL Group: Applications/Text Source0: ftp://ftp.gnu.org/pub/gnu/sed/sed-%{version}.tar.gz Source1: http://sed.sourceforge.net/sedfaq.txt Patch0: sed-4.1.5-utf8performance.patch Patch1: sed-4.1.5-bz185374.patch +Patch2: sed-4.1.5-relsymlink.patch Prereq: /sbin/install-info Prefix: %{_prefix} Buildroot: %{_tmppath}/%{name}-root @@ -29,6 +30,7 @@ specified in a script file or from the command line. %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %configure --without-included-regex @@ -67,6 +69,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man*/* %changelog +* Mon Sep 4 2006 Petr Machata - 4.1.5-5 +- Fix handling of relative symlinks (#205122) + * Wed Aug 3 2006 Petr Machata - 4.1.5-4 - remove superfluous multibyte processing in str_append for UTF-8 encoding (thanks Paolo Bonzini, #177246)