SHA256
1
0
forked from pool/nano
OBS User unknown
2008-08-26 23:56:32 +00:00
committed by Git OBS Bridge
parent 12eadb6f08
commit 200876bda7
5 changed files with 34 additions and 30 deletions

View File

@@ -1,10 +1,17 @@
#
# spec file for package nano (Version 2.0.7)
# spec file for package nano (Version 2.0.8)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -18,10 +25,9 @@ License: GPL v3 or later
Group: Productivity/Editors/Other
AutoReqProv: on
Summary: Pico Editor Clone with Enhancements
Version: 2.0.7
Release: 27
Version: 2.0.8
Release: 1
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-2.0.6.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %install_info_prereq
@@ -43,7 +49,6 @@ Authors:
%prep
%setup -q
%patch
%build
export CFLAGS="%optflags $(ncursesw-config --cflags)"
@@ -76,6 +81,14 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/nano
%changelog
* Wed Aug 27 2008 cthiel@suse.de
- update to version 2.0.8
* GNU nano 2.0.8 is what she said. This release contains fixes for
several long standing issues, including: crashing when starting with too
small a window size, compilation fixes for AIX curses, crashes in the
help menu using some locales, and a fun issue where nano mistalenly
reports a successful file write on filesystems which are almost
completely full. Have at it.
* Mon May 05 2008 crrodriguez@suse.de
- fix for Feature No 300498 , use RPM_OPT_FLAGS everywhere.
* Thu Apr 10 2008 cthiel@suse.de