Release sed-4.2.1-6

This commit is contained in:
Vojtech Vitek (V-Teq) 2011-07-12 16:20:28 +02:00
parent d9860895ac
commit 06799d1827
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Summary: A GNU stream text editor
Name: sed
Version: 4.2.1
Release: 5%{?dist}
Release: 6%{?dist}
License: GPLv3+
Group: Applications/Text
URL: http://sed.sourceforge.net/
@ -72,6 +72,7 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man*/*
%changelog
* Tue Jul 12 2011 Vojtech Vitek (V-Teq) <vvitek@redhat.com> - 4.2.1-6
- avoid silent data loss when an input line is 2^31 bytes or longer
Resolves: #720438