From fdd2be586e53ffbc83e40ac9b758153a3cf8ce8e Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Wed, 3 Mar 2010 14:24:54 +0000 Subject: [PATCH] - Added comments for all patches. --- setserial.spec | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/setserial.spec b/setserial.spec index a7a2d7b..5eaf8a8 100644 --- a/setserial.spec +++ b/setserial.spec @@ -3,7 +3,7 @@ Summary: A utility for configuring serial ports Name: setserial Version: 2.17 -Release: 25%{?dist} +Release: 26%{?dist} Source: http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz Patch0: setserial-2.17-fhs.patch Patch1: setserial-2.17-rc.patch @@ -25,10 +25,19 @@ port and IRQ that a particular serial device is using, and more. %prep %setup -q +# Use FHS directory layout. %patch0 -p1 -b .fhs + +# Fixed initscript. %patch1 -p1 -b .rc + +# Corrected readme file. %patch2 -p1 -b .readme + +# Fixed spelling in help output. %patch3 -p1 -b .spelling + +# Don't require hayesesp.h (bug #564947). %patch4 -p1 -b .hayesesp rm -f config.cache @@ -52,8 +61,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man*/* %changelog +* Wed Mar 3 2010 Tim Waugh 2.17-26 +- Added comments for all patches. + * Mon Feb 15 2010 Tim Waugh 2.17-25 -- Don't requires hayesesp.h (bug #564974). +- Don't require hayesesp.h (bug #564947). * Sun Jul 26 2009 Fedora Release Engineering - 2.17-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild