diff --git a/minicom.spec b/minicom.spec index a6dbace..1889b59 100644 --- a/minicom.spec +++ b/minicom.spec @@ -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 -- rebuilt +- gcc4 patch * Wed Oct 20 2004 Adrian Havill 2.00.0-20 - correct an off-by-one error array-store error (#110770)