- new upstream release

- dropped patch no longer needed (possible change in behavior though
    negligible)
- fixed broken HTML doc in FR locales (#523951)
This commit is contained in:
Kamil Dudka 2009-09-18 18:14:09 +00:00
parent efd98be8f7
commit c69a40bf3f
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
nano-2.0.6.tar.gz
nano-2.0.9.tar.gz

View File

@ -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 <kdudka@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@redhat.com> - 2.0.6-8
- do process install-info only without --excludedocs(#515943)

View File

@ -1 +1 @@
619107f0fc3c4383d668cef15aa3ca32 nano-2.0.6.tar.gz
2be94dc43fb60fff4626a2401a977220 nano-2.0.9.tar.gz