SHA256
1
0
forked from pool/nano
OBS User unknown 2007-12-21 11:31:14 +00:00 committed by Git OBS Bridge
parent 3a1f3f3052
commit 72d4717770
4 changed files with 49 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:493781b25c359f9595c2c2426e585771d024febd74d275915a284acf90de1428
size 904480

3
nano-2.0.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b326debdad5145365c898ea5d4a9cd1d1ebfdf005758fb30eb0c7056fcfbf7cb
size 926527

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Dec 21 12:02:41 CET 2007 - cthiel@suse.de
* update to version 2.0.7
* nano 2.0.7 keeps its balance. This release fixes several bugs, among
others: a segfault and several cursor positioning problems when
uncutting text or inserting files into the current buffer; a problem
where the total number of characters would be miscalculated when
replacing single-byte characters with multibyte ones; several minor
issues with the statusbar prompt involving text display and mouse
support; and several oddities when tab-completing in the middle of a
line. It also improves autodetection of DOS and Mac format files,
properly supports the mouse wheel when using a version of ncurses built
with the --enable-ext-mouse option, fixes some problems under NetBSD
curses, adds a lot of translation updates, and adds more minor
documentation updates. Slang curses emulation support has also been
changed to turn off all the options that --enable-tiny does, as it's
hopelessly broken otherwise. Finally, nano is now licensed under the
GNU GPL version 3 or later, and its documentation is now dual-licensed
under the GNU GPL version 3 or later and the GNU FDL version 1.2 or
later. Have fun.
-------------------------------------------------------------------
Thu Dec 6 16:47:35 CET 2007 - cthiel@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package nano (Version 2.0.6)
# spec file for package nano (Version 2.0.7)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -13,14 +13,14 @@
Name: nano
BuildRequires: ncurses-devel
Url: http://www.nano-editor.org/
License: GPL v2 or later
License: GPL v3 or later
Group: Productivity/Editors/Other
AutoReqProv: on
Summary: Pico Editor Clone with Enhancements
Version: 2.0.6
Release: 38
Version: 2.0.7
Release: 1
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-%{version}.patch
Patch: %{name}-2.0.6.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@ -66,6 +66,25 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/nano
%changelog
* Fri Dec 21 2007 - cthiel@suse.de
* update to version 2.0.7
* nano 2.0.7 keeps its balance. This release fixes several bugs, among
others: a segfault and several cursor positioning problems when
uncutting text or inserting files into the current buffer; a problem
where the total number of characters would be miscalculated when
replacing single-byte characters with multibyte ones; several minor
issues with the statusbar prompt involving text display and mouse
support; and several oddities when tab-completing in the middle of a
line. It also improves autodetection of DOS and Mac format files,
properly supports the mouse wheel when using a version of ncurses built
with the --enable-ext-mouse option, fixes some problems under NetBSD
curses, adds a lot of translation updates, and adds more minor
documentation updates. Slang curses emulation support has also been
changed to turn off all the options that --enable-tiny does, as it's
hopelessly broken otherwise. Finally, nano is now licensed under the
GNU GPL version 3 or later, and its documentation is now dual-licensed
under the GNU GPL version 3 or later and the GNU FDL version 1.2 or
later. Have fun.
* Thu Dec 06 2007 - cthiel@suse.de
- added nano-2.0.6.patch to fix error: call to '__open_missing_mode'
declared with attribute error: open with O_CREAT in second argument needs