gcc4 patch

This commit is contained in:
Martin Stransky 2005-03-07 15:27:28 +00:00
parent 66be3882eb
commit 9d0cf84d70

View File

@ -29,6 +29,7 @@ Patch11: minicom-2.00.0-esc.patch
Patch12: minicom-2.00.0-inssp.patch
Patch13: minicom-2.00.0-gotodir.patch
Patch14: minicom-2.00.0-offby1.patch
Patch15: minicom-2.00.0-gcc4.patch
%description
Minicom is a simple text-based modem control and terminal emulation
@ -51,6 +52,7 @@ language, and other features.
%patch12 -p1 -b .ins
%patch13 -p1 -b .gotodir
%patch14 -p1 -b .offby1
%patch15 -p1 -b .gcc4
%build
@ -90,7 +92,7 @@ install -m 644 doc/minicom.users $RPM_BUILD_ROOT/etc/minicom.users
%changelog
* Mon Mar 7 2005 Martin Stransky <stransky@redhat.com>
- rebuilt
- gcc4 patch
* Wed Oct 20 2004 Adrian Havill <havill@redhat.com> 2.00.0-20
- correct an off-by-one error array-store error (#110770)