From 652a9aa2b34d196209fcdf7648a73f48a611697347912b0bb51ab7dc195ce469 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 24 Feb 2017 19:33:56 +0000 Subject: [PATCH] - 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 --- nano-2.7.4.tar.xz | 3 --- nano-2.7.4.tar.xz.asc | 11 ----------- nano-2.7.5.tar.xz | 3 +++ nano-2.7.5.tar.xz.asc | 11 +++++++++++ nano.changes | 12 ++++++++++++ nano.spec | 18 +++--------------- 6 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 nano-2.7.4.tar.xz delete mode 100644 nano-2.7.4.tar.xz.asc create mode 100644 nano-2.7.5.tar.xz create mode 100644 nano-2.7.5.tar.xz.asc diff --git a/nano-2.7.4.tar.xz b/nano-2.7.4.tar.xz deleted file mode 100644 index cd0374e..0000000 --- a/nano-2.7.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:752170643039e2c95a433de357f0c70a8c4c4c561a90a7e7259a63e225b659b9 -size 1013296 diff --git a/nano-2.7.4.tar.xz.asc b/nano-2.7.4.tar.xz.asc deleted file mode 100644 index 3a3707a..0000000 --- a/nano-2.7.4.tar.xz.asc +++ /dev/null @@ -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----- diff --git a/nano-2.7.5.tar.xz b/nano-2.7.5.tar.xz new file mode 100644 index 0000000..3de58dd --- /dev/null +++ b/nano-2.7.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64d24e6bc4fc448376d038f9a755af77f8e748c9051b6f45bf85e783a7e67e4 +size 1014184 diff --git a/nano-2.7.5.tar.xz.asc b/nano-2.7.5.tar.xz.asc new file mode 100644 index 0000000..11f1781 --- /dev/null +++ b/nano-2.7.5.tar.xz.asc @@ -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----- diff --git a/nano.changes b/nano.changes index 81fb5a8..be0812e 100644 --- a/nano.changes +++ b/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 diff --git a/nano.spec b/nano.spec index bfd2c3b..72474ce 100644 --- a/nano.spec +++ b/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