[diffutils/f15] Fixed up reference to info page in man pages (bug #747969).

Tim Waugh twaugh at fedoraproject.org
Fri Nov 25 15:04:35 UTC 2011


commit a7dc13421f914db891d8fc7d87b7aa258eeec1c7
Author: Tim Waugh <twaugh at redhat.com>
Date:   Fri Nov 25 14:52:37 2011 +0000

    Fixed up reference to info page in man pages (bug #747969).

 diffutils-info-ref.patch |   22 ++++++++++++++++++++++
 diffutils.spec           |    9 ++++++++-
 2 files changed, 30 insertions(+), 1 deletions(-)
---
diff --git a/diffutils-info-ref.patch b/diffutils-info-ref.patch
new file mode 100644
index 0000000..4f257ff
--- /dev/null
+++ b/diffutils-info-ref.patch
@@ -0,0 +1,22 @@
+diff -up diffutils-3.2/man/diff.1.info-ref diffutils-3.2/man/diff.1
+--- diffutils-3.2/man/diff.1.info-ref	2011-11-25 14:51:13.101485425 +0000
++++ diffutils-3.2/man/diff.1	2011-11-25 14:51:26.776227663 +0000
+@@ -247,6 +247,6 @@ and
+ .B diff
+ programs are properly installed at your site, the command
+ .IP
+-.B info diff
++.B info diffutils
+ .PP
+ should give you access to the complete manual.
+diff -up diffutils-3.2/man/diff3.1.info-ref diffutils-3.2/man/diff3.1
+--- diffutils-3.2/man/diff3.1.info-ref	2011-11-25 14:51:31.141145384 +0000
++++ diffutils-3.2/man/diff3.1	2011-11-25 14:51:40.025977907 +0000
+@@ -95,6 +95,6 @@ and
+ .B diff3
+ programs are properly installed at your site, the command
+ .IP
+-.B info diff3
++.B info diffutils
+ .PP
+ should give you access to the complete manual.
diff --git a/diffutils.spec b/diffutils.spec
index 7d63bb2..9e365f0 100644
--- a/diffutils.spec
+++ b/diffutils.spec
@@ -1,12 +1,13 @@
 Summary: A GNU collection of diff utilities
 Name: diffutils
 Version: 3.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: Applications/Text
 URL: http://www.gnu.org/software/diffutils/diffutils.html
 Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.xz
 Patch1: diffutils-cmp-s-empty.patch
 Patch2: diffutils-ppc-float.patch
+Patch3: diffutils-info-ref.patch
 License: GPLv2+
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -34,6 +35,9 @@ Install diffutils if you need to compare text files.
 # Applied upstream gnulib fix for float test on ppc (bug #733536).
 %patch2 -p1 -b .ppc-float
 
+# Fixed up reference to info page in man pages (bug #747969).
+%patch3 -p1 -b .info-ref
+
 %build
 %configure
 make PR_PROGRAM=%{_bindir}/pr
@@ -71,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/diffutils.info*gz
 
 %changelog
+* Fri Nov 25 2011 Tim Waugh <twaugh at redhat.com> 3.2-3
+- Fixed up reference to info page in man pages (bug #747969).
+
 * Fri Nov 25 2011 Tim Waugh <twaugh at redhat.com> 3.2-2
 - Applied upstream gnulib fix for float test on ppc, as well as
   correction for LDBL_MANT_DIG definition (bug #733536).


More information about the scm-commits mailing list