- 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:
parent
23c723315d
commit
652a9aa2b3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:752170643039e2c95a433de357f0c70a8c4c4c561a90a7e7259a63e225b659b9
|
||||
size 1013296
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEp/amSmfaCe+SeC3XnfSGKvEXXFsFAlh0ub0ACgkQnfSGKvEX
|
||||
XFsdIAgAn1p6x7VZcH49pqnlo350LuqmmvsNu88PeOia7F8scr4FzDkNKSXzMzIU
|
||||
WfgJEE6T+2zDQ68KTAyUxMVHfCJVA0Xoco8bJG8BIbbX6Ajd9I8PqL/J8IxtfZFQ
|
||||
aWXiUnzxGt/3ogPhfbCaNzsD7hZ/NhaOGVUV5oFQM0IzXQQ18rYa3qNfUzNTNGI3
|
||||
i3AQwO2SLFlOBPLSo6w62brhR6IsDqrCZ0nq72oAUmAmW/OeCRvRqNiex8t+/hLk
|
||||
5LFZNiJyXCuw5MzGrZ3ZfBkWxHbvP+hD6Q0Sskh58NQ3d5Q49OogTCYcGDMXsl+O
|
||||
w44F0DaLZUVGA69LL0q/SOSKqUvZ9g==
|
||||
=VsTv
|
||||
-----END PGP SIGNATURE-----
|
3
nano-2.7.5.tar.xz
Normal file
3
nano-2.7.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a64d24e6bc4fc448376d038f9a755af77f8e748c9051b6f45bf85e783a7e67e4
|
||||
size 1014184
|
11
nano-2.7.5.tar.xz.asc
Normal file
11
nano-2.7.5.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEp/amSmfaCe+SeC3XnfSGKvEXXFsFAliuvf8ACgkQnfSGKvEX
|
||||
XFvbwgf9EoGWeTueXe1tmRDD4NKEUmVCqL+0O0Mo1MKH/s0AGVT3E7UrBrRKgbAM
|
||||
HqidlF4C7WmU/uwwePOio+LL1kXWJ2lSWOKavusm8DPKPH9JYKtfTmiqaq1BcpgC
|
||||
7bXL8d4CmelL6Rd+aFA9aPqYBxrxe3wj0O2pxb4v0ddac8H4cQi/ujA0eVSX4g/g
|
||||
noR1ZrCOPLj9x40FOoy6w5hJb7nvsEexo/iU/t3N5G8Lujhssx7UFYMZXPx6T8rE
|
||||
PPn18yuSfzqWc0K/bOMcqSDijYEMNg0HoegRLRhycMUY72/wFZQpcMo4W/KofjDZ
|
||||
WSMR3g1Fkao+/4+4BiaFkzSjq8cWMA==
|
||||
=xmmT
|
||||
-----END PGP SIGNATURE-----
|
12
nano.changes
12
nano.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 24 19:31:03 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 15 10:40:09 UTC 2017 - astieger@suse.com
|
||||
|
||||
|
18
nano.spec
18
nano.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user