From ff837166415bd27bbd3c7753e87431d3b4f3dad3 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 12:16:49 +0000 Subject: auto-import changelog data from setserial-2.17-12.src.rpm Wed Jan 22 2003 Tim Powers - rebuilt Fri Jan 10 2003 Tim Waugh 2.17-11 - Fix spelling mistake (bug #80896). Wed Nov 20 2002 Tim Powers 2.17-10 - rebuild in current collinst --- diff --git a/setserial-2.17-spelling.patch b/setserial-2.17-spelling.patch new file mode 100644 index 0000000..a857cd0 --- /dev/null +++ b/setserial-2.17-spelling.patch @@ -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"); diff --git a/setserial.spec b/setserial.spec index 74db23f..c3d9bee 100644 --- a/setserial.spec +++ b/setserial.spec @@ -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 +- rebuilt + +* Fri Jan 10 2003 Tim Waugh 2.17-11 +- Fix spelling mistake (bug #80896). + +* Wed Nov 20 2002 Tim Powers 2.17-10 +- rebuild in current collinst + * Fri Jun 21 2002 Tim Powers - automated rebuild