[hunspell] Resolves: rhbz#1019158 esc space in man page

Caolán McNamara caolanm at fedoraproject.org
Tue Oct 15 10:37:29 UTC 2013


commit a3e3346dd9c6b8d508a6b5ebf055eec4ccbe4662
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Oct 15 11:37:22 2013 +0100

    Resolves: rhbz#1019158 esc space in man page

 hunspell.spec           |    7 ++++++-
 manpage.esc.space.patch |   12 ++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/hunspell.spec b/hunspell.spec
index 402f89b..c5b02d3 100644
--- a/hunspell.spec
+++ b/hunspell.spec
@@ -3,7 +3,7 @@
 Name:      hunspell
 Summary:   A spell checker and morphological analyzer library
 Version:   1.3.2
-Release:   14%{?dist}
+Release:   15%{?dist}
 Source:    http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz
 Group:     System Environment/Libraries
 URL:       http://hunspell.sourceforge.net/
@@ -21,6 +21,7 @@ Patch0: hunspell.rhbz759647.patch
 Patch1: hunspell.rhbz918938.patch
 Patch2: hunspell-aarch64.patch
 Patch3: hunspell.rhbz985052.patch
+Patch4: manpage.esc.space.patch
 
 %description
 Hunspell is a spell checker and morphological analyzer library and program 
@@ -42,6 +43,7 @@ Includes and definitions for developing with hunspell
 %patch1 -p0 -b .rhbz918938
 %patch2 -p1 -b .aarch64
 %patch3 -p0 -b .rhbz985052
+%patch4 -p0 -b .manpage.esc.space
 
 %build
 configureflags="--disable-rpath --disable-static --with-ui --with-readline"
@@ -131,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/hunspell.3.gz
 
 %changelog
+* Tue Oct 15 2013 Caolán McNamara <caolanm at redhat.com> - 1.3.2-15
+- Resolves: rhbz#1019158 esc space in man page
+
 * Sat Aug 03 2013 Petr Pisar <ppisar at redhat.com> - 1.3.2-14
 - Perl 5.18 rebuild
 
diff --git a/manpage.esc.space.patch b/manpage.esc.space.patch
new file mode 100644
index 0000000..25ed8aa
--- /dev/null
+++ b/manpage.esc.space.patch
@@ -0,0 +1,12 @@
+diff -ru hunspell-1.3.2/man/hzip.1 hunspell-1.3.2/man/hzip.1
+--- hunspell-1.3.2/man/hzip.1	2013-10-15 11:35:17.788291795 +0100
++++ hunspell-1.3.2/man/hzip.1	2013-10-15 11:35:22.955351493 +0100
+@@ -16,7 +16,7 @@
+ .SH OPTIONS
+ .IP \fB\-h\fR
+ Display short help description.
+-.IP \fB\-P password\fR
++.IP \fB\-P\ password\fR
+ Encrypted compression by an arbitrary length password.
+ .SH SEE ALSO
+ .B hzip (1), hunspell(1)


More information about the scm-commits mailing list