[nano/f14/master] fix typo in nanorc(5) man page (#676281)

Kamil Dudka kdudka at fedoraproject.org
Tue Mar 29 11:25:18 UTC 2011


commit 9c7365808edabcd15c6336e569e36e4979af0d30
Author: Kamil Dudka <kdudka at redhat.com>
Date:   Tue Mar 29 13:25:36 2011 +0200

    fix typo in nanorc(5) man page (#676281)

 nano-2.2.3-bz676281.patch |   16 ++++++++++++++++
 nano.spec                 |    7 ++++++-
 2 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/nano-2.2.3-bz676281.patch b/nano-2.2.3-bz676281.patch
new file mode 100644
index 0000000..3afaa24
--- /dev/null
+++ b/nano-2.2.3-bz676281.patch
@@ -0,0 +1,16 @@
+ doc/man/nanorc.5 |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5
+index ea18eec..fdffd4e 100644
+--- a/doc/man/nanorc.5
++++ b/doc/man/nanorc.5
+@@ -133,7 +133,7 @@ Don't wrap text at all.
+ .B set operatingdir "\fIdirectory\fP"
+ \fBnano\fP will only read and write files inside \fIdirectory\fP and its
+ subdirectories.  Also, the current directory is changed to here, so
+-files are inserted from this diractory.  By default, the operating
++files are inserted from this directory.  By default, the operating
+ directory feature is turned off.
+ .TP
+ .B set/unset preserve
diff --git a/nano.spec b/nano.spec
index 5f89d89..df97e07 100644
--- a/nano.spec
+++ b/nano.spec
@@ -1,13 +1,14 @@
 Summary:         A small text editor
 Name:            nano
 Version:         2.2.4
-Release:         1%{?dist}
+Release:         2%{?dist}
 License:         GPLv3+
 Group:           Applications/Editors
 URL:             http://www.nano-editor.org
 Source:          http://www.nano-editor.org/dist/v2.2/%{name}-%{version}.tar.gz
 Source2:         nanorc
 Patch0:          nano-2.2.3-warnings.patch
+Patch1:          nano-2.2.3-bz676281.patch
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:   autoconf
 BuildRequires:   gettext-devel
@@ -23,6 +24,7 @@ GNU nano is a small and friendly text editor.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 for f in doc/man/fr/{nano.1,nanorc.5,rnano.1} ; do
   iconv -f iso-8859-1 -t utf-8 -o $f.tmp $f && mv $f.tmp $f
@@ -81,6 +83,9 @@ rm -rf %{buildroot}
 %{_datadir}/nano
 
 %changelog
+* Tue Mar 29 2011 Kamil Dudka <kdudka at redhat.com> - 2.2.4-2
+- fix typo in nanorc(5) man page (#676281)
+
 * Thu Apr 15 2010 Kamil Dudka <kdudka at redhat.com> - 2.2.4-1
 - new upstream release
 - CVE-2010-1160, CVE-2010-1161 (#582739)


More information about the scm-commits mailing list