This commit is contained in:
Dennis Gilmore 2011-02-09 07:02:56 -06:00
parent 8e47136903
commit aaa42f23ef
1 changed files with 4 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/
@ -70,6 +70,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man*/*
%changelog
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Wed Mar 17 2010 Jan Görig <jgorig@redhat.com> 4.2.1-5
- fixed make check on non UTF-8 locale - upstream patch rhbz#550731
- readded -c option (thanks Paolo Bonzini) rhbz#566455