rpms/setserial/devel setserial.spec,1.24,1.25

Tim Waugh twaugh at fedoraproject.org
Wed Mar 3 14:24:54 UTC 2010


Author: twaugh

Update of /cvs/pkgs/rpms/setserial/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13203

Modified Files:
	setserial.spec 
Log Message:
* Wed Mar  3 2010 Tim Waugh <twaugh at redhat.com> 2.17-26
- Added comments for all patches.



Index: setserial.spec
===================================================================
RCS file: /cvs/pkgs/rpms/setserial/devel/setserial.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- setserial.spec	15 Feb 2010 12:23:08 -0000	1.24
+++ setserial.spec	3 Mar 2010 14:24:54 -0000	1.25
@@ -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 de
 
 %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 <twaugh at redhat.com> 2.17-26
+- Added comments for all patches.
+
 * Mon Feb 15 2010 Tim Waugh <twaugh at redhat.com> 2.17-25
-- Don't requires hayesesp.h (bug #564974).
+- Don't require hayesesp.h (bug #564947).
 
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.17-24
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild



More information about the scm-commits mailing list