rpms/nano/devel .cvsignore, 1.10, 1.11 nano.spec, 1.27, 1.28 sources, 1.10, 1.11

Kamil Dudka kdudka at fedoraproject.org
Fri Sep 18 18:14:09 UTC 2009


Author: kdudka

Update of /cvs/extras/rpms/nano/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31114

Modified Files:
	.cvsignore nano.spec sources 
Log Message:
- new upstream release
- dropped patch no longer needed (possible change in behavior though negligible)
- fixed broken HTML doc in FR locales (#523951)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/nano/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	3 Jun 2007 12:27:39 -0000	1.10
+++ .cvsignore	18 Sep 2009 18:14:09 -0000	1.11
@@ -1 +1 @@
-nano-2.0.6.tar.gz
+nano-2.0.9.tar.gz


Index: nano.spec
===================================================================
RCS file: /cvs/extras/rpms/nano/devel/nano.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- nano.spec	17 Sep 2009 11:04:42 -0000	1.27
+++ nano.spec	18 Sep 2009 18:14:09 -0000	1.28
@@ -1,12 +1,11 @@
 Summary:	A small text editor
 Name:		nano
-Version:	2.0.6
-Release:	8%{?dist}
+Version:	2.0.9
+Release:	1%{?dist}
 License:	GPLv2+
 Group:		Applications/Editors
 URL:		http://www.nano-editor.org
 Source:		http://www.nano-editor.org/dist/v1.3/%{name}-%{version}.tar.gz
-Patch0:		nano-2.0.6-open-macro.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ncurses-devel, autoconf, gettext-devel, groff
 Requires(post):	 /sbin/install-info
@@ -17,9 +16,9 @@ GNU nano is a small and friendly text ed
 
 %prep
 %setup -q
-%patch0 -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
+  touch $f.html
 done
 
 %build
@@ -63,6 +62,11 @@ rm -rf %{buildroot}
 %{_datadir}/nano
 
 %changelog
+* Fri Sep 18 2009 Kamil Dudka <kdudka at redhat.com> - 2.0.9-1
+- new upstream release
+- dropped patch no longer needed (possible change in behavior though negligible)
+- fixed broken HTML doc in FR locales (#523951)
+
 * Thu Sep 17 2009 Kamil Dudka <kdudka at redhat.com> - 2.0.6-8
 - do process install-info only without --excludedocs(#515943)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/nano/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	3 Jun 2007 12:27:39 -0000	1.10
+++ sources	18 Sep 2009 18:14:09 -0000	1.11
@@ -1 +1 @@
-619107f0fc3c4383d668cef15aa3ca32  nano-2.0.6.tar.gz
+2be94dc43fb60fff4626a2401a977220  nano-2.0.9.tar.gz




More information about the fedora-extras-commits mailing list