diff --git a/nano.spec b/nano.spec index 73757c6..a3c4b43 100644 --- a/nano.spec +++ b/nano.spec @@ -1,7 +1,7 @@ Summary: A small text editor Name: nano Version: 2.0.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/Editors URL: http://www.nano-editor.org @@ -20,6 +20,7 @@ GNU nano is a small and friendly text editor. %patch0 -p1 iconv -f iso-8859-1 -t utf-8 -o nano.1.tmp doc/man/fr/nano.1 && mv nano.1.tmp doc/man/fr/nano.1 iconv -f iso-8859-1 -t utf-8 -o nanorc.5.tmp doc/man/fr/nano.1 && mv nanorc.5.tmp doc/man/fr/nanorc.5 +iconv -f iso-8859-1 -t utf-8 -o rnano.1.tmp doc/man/fr/rnano.1 && mv rnano.1.tmp doc/man/fr/rnano.1 %build %configure --enable-all @@ -58,6 +59,10 @@ rm -rf %{buildroot} %{_datadir}/nano %changelog +* Fri Dec 07 2007 Jason L Tibbitts III - 2.0.6-3 +- Pass rnano.1 through iconv to silence the final rpmlint complaint + and finish up the merge review. + * Wed Aug 22 2007 David Woodhouse - 2.0.6-2 - Update licence - Fix open(O_CREAT) calls without mode