From 3fb88ca542e8bd62b13f0b2d8e833b58aaa6afaed8c0698038777676c7504d16 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 13 Apr 2017 07:08:53 +0000 Subject: [PATCH] Accepting request 487711 from home:AndreasStieger:branches:editors GNU nano 2.8.1 OBS-URL: https://build.opensuse.org/request/show/487711 OBS-URL: https://build.opensuse.org/package/show/editors/nano?expand=0&rev=67 --- nano-2.8.0.tar.xz | 3 --- nano-2.8.0.tar.xz.asc | 11 ----------- nano-2.8.1.tar.xz | 3 +++ nano-2.8.1.tar.xz.asc | 11 +++++++++++ nano.changes | 18 ++++++++++++++++++ nano.spec | 2 +- 6 files changed, 33 insertions(+), 15 deletions(-) delete mode 100644 nano-2.8.0.tar.xz delete mode 100644 nano-2.8.0.tar.xz.asc create mode 100644 nano-2.8.1.tar.xz create mode 100644 nano-2.8.1.tar.xz.asc diff --git a/nano-2.8.0.tar.xz b/nano-2.8.0.tar.xz deleted file mode 100644 index 2a7c864..0000000 --- a/nano-2.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15c1bcf4d8888d3b56f68a0b75871cc349b81a9094f8a42d73010ffc26c85dc2 -size 1413796 diff --git a/nano-2.8.0.tar.xz.asc b/nano-2.8.0.tar.xz.asc deleted file mode 100644 index f2520b2..0000000 --- a/nano-2.8.0.tar.xz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEp/amSmfaCe+SeC3XnfSGKvEXXFsFAljeHMMACgkQnfSGKvEX -XFtATQgAk2eJBGYfqnoYuXhShquUE2jfUlTwijMNh8yz0sN+joek1gCxTer7jLt1 -l73a1lo89XPgdirxcAsGd7nSN15LwggyhEHZUQFmFhvFMsEZjL+y+W0Pae9H/Adq -stYALJIKlZ1nSSeyfPPyaMtyPcmly1uWmuy2I0Vh1DiTm/oxuOfWY1UwvraDmfpW -QnaUuOnEd0KB/+buQYqYXi8M234OvwMyezOvwUaLNHfLDd25P9/BCmnOynxwORgK -jYE0jz+akUGxnHmV4cs9UIxv5fyOlP9EmY3SjEJeWVJHnFRX4yBneNjoj+cmOX8d -Lh8fUCzBcTgiPqD3KHizuv9DbslpGw== -=Vd8R ------END PGP SIGNATURE----- diff --git a/nano-2.8.1.tar.xz b/nano-2.8.1.tar.xz new file mode 100644 index 0000000..3e6cf0d --- /dev/null +++ b/nano-2.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e935a8bb373345c833dff3a304c6d392775d206b94c802d9285ae80ac6b66d0b +size 1429084 diff --git a/nano-2.8.1.tar.xz.asc b/nano-2.8.1.tar.xz.asc new file mode 100644 index 0000000..21bcbb8 --- /dev/null +++ b/nano-2.8.1.tar.xz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEp/amSmfaCe+SeC3XnfSGKvEXXFsFAljt49sACgkQnfSGKvEX +XFvoCQf8C6NwQPCUjj+Y9MU7zg0cNMna4ix+iScjulK+msHrx0CF8i4Pkp8CIdhq +kZibRQ3AGuUcdBewuLaomu+4WtEV5fZkuOMqfCVmjREZi4CAa+N3nNND7IGsAaeH +Tf8svlf7W/3OoPFn/FZXbHDMD9hC5Ru8wFzIegmDN1SvXr6IYCo9OqmmG85sU9/O +vjikxBv03yRMdCdoeOsXAsSUPriKDrP6WQ6j+wLRnTrf53kMJrzHpGyH4laDRif+ +BRtCfErzrJWUfT5jqtjGxI0Sb3DiiI5NxTzG6fjCgk0MtuW0/A7Hg5kS2bVsBJer +0pjBJBKPl1If/44CEFQCbSJCGA6rlw== +=/AVg +-----END PGP SIGNATURE----- diff --git a/nano.changes b/nano.changes index f497088..ab4cec8 100644 --- a/nano.changes +++ b/nano.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Apr 12 20:27:59 UTC 2017 - astieger@suse.com + +- GNU nano 2.8.1: + * fix scrolling problems in softwrap mode when double-width + characters on row boundaries are involved + * show double-width characters as ">" and "<" when split across + two rows + * move the cursor more predictably (at the cost of sometimes + putting it on the second "half" of a character) + * avoid creating lines that consist of only blanks when using + autoindent + * make ^Home and ^End go to the start and end of the file + (on terminals that support those keystrokes) + * place the cursor better when linting + * let the linter ask only once whether to open an included file + * add bindings for ^Up and ^Down in the file browser + ------------------------------------------------------------------- Fri Mar 31 10:39:21 UTC 2017 - fstrba@suse.com diff --git a/nano.spec b/nano.spec index dae5bdf..4061ec9 100644 --- a/nano.spec +++ b/nano.spec @@ -18,7 +18,7 @@ %define _version 2.8 Name: nano -Version: 2.8.0 +Version: 2.8.1 Release: 0 Summary: Pico editor clone with enhancements License: GPL-3.0+