diff --git a/nano-2.1.7.tar.bz2 b/nano-2.1.7.tar.bz2 deleted file mode 100644 index 48254df..0000000 --- a/nano-2.1.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db4a389779c52573950e541554ced1114e06006f48e84531c3ba785f692927b5 -size 995164 diff --git a/nano-2.1.9.tar.bz2 b/nano-2.1.9.tar.bz2 new file mode 100644 index 0000000..748e22d --- /dev/null +++ b/nano-2.1.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08201a9d3b8ac8d8b45ec85911fa09751f6fb3f31b12d6736f8d211760102c6e +size 983135 diff --git a/nano.changes b/nano.changes index a82ee0e..fd53cd0 100644 --- a/nano.changes +++ b/nano.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Feb 18 16:12:19 CET 2009 - crrodriguez@suse.de + +- update to version 2.1.9 see NEWS for details + * Issues with the new sped-up syntax highlighting code were + corrected. Other fixes include configure-time detection of groff HTML + support before attempting to generate the HTML version of man pages. Using + ~ or ~username syntax in .nanorc should now work again. Also, nano will now + only ask for one acknowledgment of errors it encounters when parsing nanorc + files, and a new -q (--quiet) flag will silence these messages altogether. + ------------------------------------------------------------------- Mon Jan 5 21:45:36 CET 2009 - crrodriguez@suse.de diff --git a/nano.spec b/nano.spec index daae29d..783ac80 100644 --- a/nano.spec +++ b/nano.spec @@ -1,5 +1,5 @@ # -# spec file for package nano (Version 2.1.7) +# spec file for package nano (Version 2.1.9) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -25,7 +25,7 @@ License: GPL v3 or later Group: Productivity/Editors/Other AutoReqProv: on Summary: Pico Editor Clone with Enhancements -Version: 2.1.7 +Version: 2.1.9 Release: 1 Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -84,6 +84,14 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/nano %changelog +* Wed Feb 18 2009 crrodriguez@suse.de +- update to version 2.1.9 see NEWS for details + * Issues with the new sped-up syntax highlighting code were + corrected. Other fixes include configure-time detection of groff HTML + support before attempting to generate the HTML version of man pages. Using + ~ or ~username syntax in .nanorc should now work again. Also, nano will now + only ask for one acknowledgment of errors it encounters when parsing nanorc + files, and a new -q (--quiet) flag will silence these messages altogether. * Mon Jan 05 2009 crrodriguez@suse.de - update to versison 2.1.7, see NEWS for details * Wed Sep 03 2008 crrodriguez@suse.de