rpms/nano/devel nano.spec,1.20,1.21

Jason ティビツ (tibbs) fedora-extras-commits at redhat.com
Sat Dec 8 07:21:28 UTC 2007


Author: tibbs

Update of /cvs/extras/rpms/nano/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32496

Modified Files:
	nano.spec 
Log Message:
* Fri Dec 07 2007 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.0.6-3
- Pass rnano.1 through iconv to silence the final rpmlint complaint
  and finish up the merge review.



Index: nano.spec
===================================================================
RCS file: /cvs/extras/rpms/nano/devel/nano.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- nano.spec	22 Aug 2007 17:54:30 -0000	1.20
+++ nano.spec	8 Dec 2007 07:20:52 -0000	1.21
@@ -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 @@
 %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 @@
 %{_datadir}/nano
 
 %changelog
+* Fri Dec 07 2007 Jason L Tibbitts III <tibbs at math.uh.edu> - 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 <dwmw2 at infradead.org> - 2.0.6-2
 - Update licence
 - Fix open(O_CREAT) calls without mode




More information about the fedora-extras-commits mailing list