diff --git a/.cvsignore b/.cvsignore index 2295ac1..9356fb1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nano-2.0.6.tar.gz +nano-2.0.9.tar.gz diff --git a/nano.spec b/nano.spec index 7be44fa..c7e6bc2 100644 --- a/nano.spec +++ b/nano.spec @@ -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 editor. %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 - 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 - 2.0.6-8 - do process install-info only without --excludedocs(#515943) diff --git a/sources b/sources index af72956..ec0ccff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -619107f0fc3c4383d668cef15aa3ca32 nano-2.0.6.tar.gz +2be94dc43fb60fff4626a2401a977220 nano-2.0.9.tar.gz