From b837089798ba240287e10389b47761f59eb2198d8728716c7f0fc31403870e0b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 23 Apr 2007 00:23:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nano?expand=0&rev=5 --- nano-2.0.4.tar.bz2 | 3 --- nano-2.0.5.tar.bz2 | 3 +++ nano.changes | 16 ++++++++++++++++ nano.spec | 17 +++++++++++++++-- 4 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 nano-2.0.4.tar.bz2 create mode 100644 nano-2.0.5.tar.bz2 diff --git a/nano-2.0.4.tar.bz2 b/nano-2.0.4.tar.bz2 deleted file mode 100644 index 0dbf994..0000000 --- a/nano-2.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6397efb3b92e41543396fa0ae9ead7289fe594689f528b6484841034c978630 -size 903673 diff --git a/nano-2.0.5.tar.bz2 b/nano-2.0.5.tar.bz2 new file mode 100644 index 0000000..2f2585e --- /dev/null +++ b/nano-2.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60a3af9eaeb740aefbad646bc0d4eec2ed438efafa6599de015baf81bb5f83d +size 904296 diff --git a/nano.changes b/nano.changes index 6b51d8d..25fc3af 100644 --- a/nano.changes +++ b/nano.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Apr 23 00:52:22 CEST 2007 - cthiel@suse.de + +- update to version 2.0.5 + * GNU nano 2.0.5 braces for impact. Among other things, this release + fixes various problems (including a segfault) when trying to open or + save a file in a directory beginning with "~" that isn't a home + directory; fixes a problem where a file with no name could be saved over + an existing filename with no warning about overwriting it; properly + disallows opening directories or device files from "include" commands in + nanorc files; no longer displays a misleading prompt when trying to save + in restricted mode with the mark on; and properly supports the Cancel + and Shift-Cancel keys. It also improves several color syntaxes to + highlight trailing whitespace, just as the Java syntax does, and adds + yet more minor documentation updates. Have fun. + ------------------------------------------------------------------- Sat Apr 7 13:40:56 CEST 2007 - cthiel@suse.de diff --git a/nano.spec b/nano.spec index f3d71bf..2c66ace 100644 --- a/nano.spec +++ b/nano.spec @@ -1,5 +1,5 @@ # -# spec file for package nano (Version 2.0.4) +# spec file for package nano (Version 2.0.5) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,7 +17,7 @@ License: GNU General Public License (GPL) Group: Productivity/Editors/Other Autoreqprov: on Summary: Pico Editor Clone with Enhancements -Version: 2.0.4 +Version: 2.0.5 Release: 1 Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -64,6 +64,19 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/nano %changelog +* Mon Apr 23 2007 - cthiel@suse.de +- update to version 2.0.5 + * GNU nano 2.0.5 braces for impact. Among other things, this release + fixes various problems (including a segfault) when trying to open or + save a file in a directory beginning with "~" that isn't a home + directory; fixes a problem where a file with no name could be saved over + an existing filename with no warning about overwriting it; properly + disallows opening directories or device files from "include" commands in + nanorc files; no longer displays a misleading prompt when trying to save + in restricted mode with the mark on; and properly supports the Cancel + and Shift-Cancel keys. It also improves several color syntaxes to + highlight trailing whitespace, just as the Java syntax does, and adds + yet more minor documentation updates. Have fun. * Sat Apr 07 2007 - cthiel@suse.de - update to version 2.0.4 * GNU nano 2.0.4 heralds the dawn. This release contains proper support