SHA256
1
0
forked from pool/nano

- Update to version 2.7.5:

* the \B and \b regex anchors
  * correctly repaints things when multiline regexes with identical
    start and end are involved
  * fixes a crash with zero-length regex matches
	*	does replacements at the edges of a marked region right,
  * displays at most three warnings at startup
  * documents the ability to read a file from standard input

OBS-URL: https://build.opensuse.org/package/show/editors/nano?expand=0&rev=63
This commit is contained in:
Martin Pluskal
2017-02-24 19:33:56 +00:00
committed by Git OBS Bridge
parent 23c723315d
commit 652a9aa2b3
6 changed files with 29 additions and 29 deletions

View File

@@ -18,7 +18,7 @@
%define _version 2.7
Name: nano
Version: 2.7.4
Version: 2.7.5
Release: 0
Summary: Pico editor clone with enhancements
License: GPL-3.0+
@@ -28,26 +28,14 @@ Source0: http://nano-editor.org/dist/v%{_version}/%{name}-%{version}.tar.
Source1: http://nano-editor.org/dist/v%{_version}/%{name}-%{version}.tar.xz.asc
Source2: https://savannah.gnu.org/people/viewgpg.php?user_id=42085#/%{name}.keyring
BuildRequires: file-devel
BuildRequires: groff-full
BuildRequires: makeinfo
BuildRequires: ncurses-devel
BuildRequires: pkgconfig
BuildRequires: zlib-devel
Requires(post): info
Requires(preun): info
Recommends: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} <= 1110
BuildRequires: xz
%endif
%if 0%{?suse_version} > 1230
BuildRequires: groff-full
%else
BuildRequires: groff
%endif
%if 0%{?suse_version} > 1140
BuildRequires: makeinfo
%else
BuildRequires: texinfo
%endif
%description
GNU nano is a small and friendly text editor. It aims to emulate