From ebc69d0763353b91b97af1e73bf12dadd54ffb05 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 26 Jul 2006 10:35:33 +0000 Subject: [PATCH] removed unnecessary debug output (#199707) --- minicom.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/minicom.spec b/minicom.spec index 6519656..6496457 100644 --- a/minicom.spec +++ b/minicom.spec @@ -3,7 +3,7 @@ Summary: A text-based modem control and terminal emulation program. Name: minicom Version: 2.1 -Release: 2 +Release: 3 License: GPL Group: Applications/Communications ExcludeArch: s390 s390x @@ -25,6 +25,7 @@ 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 +Patch16: minicom-2.1-debug.patch %description Minicom is a simple text-based modem control and terminal emulation @@ -43,6 +44,7 @@ language, and other features. %patch13 -p1 -b .gotodir %patch14 -p1 -b .offby1 %patch15 -p1 -b .gcc4 +%patch16 -p1 %build @@ -81,6 +83,9 @@ install -m 644 doc/minicom.users $RPM_BUILD_ROOT/etc/minicom.users %endif %changelog +* Tue Jul 18 2006 Martin Stransky 2.1-3 +- removed unnecessary debug output (#199707) + * Tue Jul 18 2006 Martin Stransky 2.1-2 - added ncurses-devel to BuildPrereq