auto-import changelog data from setserial-2.17-12.src.rpm
Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Fri Jan 10 2003 Tim Waugh <twaugh@redhat.com> 2.17-11 - Fix spelling mistake (bug #80896). Wed Nov 20 2002 Tim Powers <timp@redhat.com> 2.17-10 - rebuild in current collinst
This commit is contained in:
parent
372322352b
commit
ff83716641
11
setserial-2.17-spelling.patch
Normal file
11
setserial-2.17-spelling.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- setserial-2.17/setserial.c.spelling 2003-01-10 17:21:24.000000000 +0000
|
||||
+++ setserial-2.17/setserial.c 2003-01-10 17:21:39.000000000 +0000
|
||||
@@ -707,7 +707,7 @@
|
||||
fprintf(stderr, "\t spd_warp\tuse 460kb instead of 38.4kb\n");
|
||||
fprintf(stderr, "\t spd_cust\tuse the custom divisor to set the speed at 38.4kb\n");
|
||||
fprintf(stderr, "\t\t\t\t(baud rate = baud_base / custom_divisor)\n");
|
||||
- fprintf(stderr, "\t spd_normal\tuse 38.4kb when a buad rate of 38.4kb is selected\n");
|
||||
+ fprintf(stderr, "\t spd_normal\tuse 38.4kb when a baud rate of 38.4kb is selected\n");
|
||||
fprintf(stderr, "\n");
|
||||
fprintf(stderr, "Use a leading '0x' for hex numbers.\n");
|
||||
fprintf(stderr, "CAUTION: Using an invalid port can lock up your machine!\n");
|
||||
@ -3,11 +3,12 @@
|
||||
Summary: A utility for configuring serial ports.
|
||||
Name: setserial
|
||||
Version: 2.17
|
||||
Release: 9
|
||||
Release: 12
|
||||
Source: ftp://tsx-11.mit.edu/pub/linux/sources/sbin/setserial-%{version}.tar.gz
|
||||
Patch0: setserial-2.17-fhs.patch
|
||||
Patch1: setserial-2.17-rc.patch
|
||||
Patch2: setserial-2.17-readme.patch
|
||||
Patch3: setserial-2.17-spelling.patch
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Prefix: %{_prefix}
|
||||
@ -24,6 +25,7 @@ port and IRQ that a particular serial device is using, and more.
|
||||
%patch0 -p1 -b .fhs
|
||||
%patch1 -p1 -b .rc
|
||||
%patch2 -p1 -b .readme
|
||||
%patch3 -p1 -b .spelling
|
||||
rm -f config.cache
|
||||
|
||||
%build
|
||||
@ -48,6 +50,15 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Fri Jan 10 2003 Tim Waugh <twaugh@redhat.com> 2.17-11
|
||||
- Fix spelling mistake (bug #80896).
|
||||
|
||||
* Wed Nov 20 2002 Tim Powers <timp@redhat.com> 2.17-10
|
||||
- rebuild in current collinst
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user