removed unnecessary debug output (#199707)
This commit is contained in:
parent
1e00a02d46
commit
ebc69d0763
@ -3,7 +3,7 @@
|
|||||||
Summary: A text-based modem control and terminal emulation program.
|
Summary: A text-based modem control and terminal emulation program.
|
||||||
Name: minicom
|
Name: minicom
|
||||||
Version: 2.1
|
Version: 2.1
|
||||||
Release: 2
|
Release: 3
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Communications
|
Group: Applications/Communications
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
@ -25,6 +25,7 @@ Patch12: minicom-2.00.0-inssp.patch
|
|||||||
Patch13: minicom-2.00.0-gotodir.patch
|
Patch13: minicom-2.00.0-gotodir.patch
|
||||||
Patch14: minicom-2.00.0-offby1.patch
|
Patch14: minicom-2.00.0-offby1.patch
|
||||||
Patch15: minicom-2.00.0-gcc4.patch
|
Patch15: minicom-2.00.0-gcc4.patch
|
||||||
|
Patch16: minicom-2.1-debug.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Minicom is a simple text-based modem control and terminal emulation
|
Minicom is a simple text-based modem control and terminal emulation
|
||||||
@ -43,6 +44,7 @@ language, and other features.
|
|||||||
%patch13 -p1 -b .gotodir
|
%patch13 -p1 -b .gotodir
|
||||||
%patch14 -p1 -b .offby1
|
%patch14 -p1 -b .offby1
|
||||||
%patch15 -p1 -b .gcc4
|
%patch15 -p1 -b .gcc4
|
||||||
|
%patch16 -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -81,6 +83,9 @@ install -m 644 doc/minicom.users $RPM_BUILD_ROOT/etc/minicom.users
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 18 2006 Martin Stransky <stransky@redhat.com> 2.1-3
|
||||||
|
- removed unnecessary debug output (#199707)
|
||||||
|
|
||||||
* Tue Jul 18 2006 Martin Stransky <stransky@redhat.com> 2.1-2
|
* Tue Jul 18 2006 Martin Stransky <stransky@redhat.com> 2.1-2
|
||||||
- added ncurses-devel to BuildPrereq
|
- added ncurses-devel to BuildPrereq
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user