[rdate] Added spellerr patch (man page fix) Resolves: #668742

Jan Horak hhorak at fedoraproject.org
Wed Jan 19 12:41:58 UTC 2011


commit b4058b8130747111b673f24a3bc574accbf10eb6
Author: Jan Horák <hhorak at dhcp-25-53.brq.redhat.com>
Date:   Wed Jan 19 13:39:26 2011 +0100

    Added spellerr patch (man page fix)
    Resolves: #668742

 rdate-1.4-spellerr.patch |   12 ++++++++++++
 rdate.spec               |    7 ++++++-
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/rdate-1.4-spellerr.patch b/rdate-1.4-spellerr.patch
new file mode 100644
index 0000000..194e32a
--- /dev/null
+++ b/rdate-1.4-spellerr.patch
@@ -0,0 +1,12 @@
+diff -up rdate-1.4/rdate.1.spellerr rdate-1.4/rdate.1
+--- rdate-1.4/rdate.1.spellerr	2011-01-19 13:33:06.419091665 +0100
++++ rdate-1.4/rdate.1	2011-01-19 13:33:20.729243747 +0100
+@@ -23,7 +23,7 @@ Use UDP instead of TCP as the transport.
+ Use syslog to output errors (cron.warning) and output (cron.info).
+ .TP
+ .I \-t
+-Set timeout in seconds for every attempt to retreive date.
++Set timeout in seconds for every attempt to retrieve date.
+ .SH "HISTORY"
+ .TP
+ 2004\-03\-16 Johan Nilsson <joh-nils at dsv.su.se>
diff --git a/rdate.spec b/rdate.spec
index 7c6e707..ce05f15 100644
--- a/rdate.spec
+++ b/rdate.spec
@@ -1,12 +1,13 @@
 Summary: Tool for getting the date/time from a remote machine
 Name: rdate
 Version: 1.4
-Release: 15%{?dist}
+Release: 16%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: ftp://people.redhat.com/sopwith/rdate-%{version}.tar.gz
 Patch0: rdate-1.4-udp.patch
 Patch1: rdate-1.4-addrinfo.patch
+Patch2: rdate-1.4-spellerr.patch
 URL: ftp://people.redhat.com/sopwith/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -20,6 +21,7 @@ the machine that you queried.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -DINET6"
@@ -40,6 +42,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/man1/rdate.1*
 
 %changelog
+* Wed Jan 19 2011 Honza Horak <hhorak at redhat.com> - 1.4-16
+- man page fix
+
 * Fri Feb 26 2010 Jiri Moskovcak <jmoskovc at redhat.com> - 1.4-15
 - added COPYING
 


More information about the scm-commits mailing list