diff --git a/nano-2.7.5.tar.xz b/nano-2.7.5.tar.xz deleted file mode 100644 index 3de58dd..0000000 --- a/nano-2.7.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 11f1781..0000000 --- a/nano-2.7.5.tar.xz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------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-2.8.0.tar.xz b/nano-2.8.0.tar.xz new file mode 100644 index 0000000..2a7c864 --- /dev/null +++ b/nano-2.8.0.tar.xz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..f2520b2 --- /dev/null +++ b/nano-2.8.0.tar.xz.asc @@ -0,0 +1,11 @@ +-----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.changes b/nano.changes index be0812e..f497088 100644 --- a/nano.changes +++ b/nano.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Mar 31 10:39:21 UTC 2017 - fstrba@suse.com + +- Update to version 2.8.0 + * the Up and Down keys now step from visual row to visual row + instead of jumping between logical lines + * the Home and End keys now move to the start and end of a row, + and only when already there, then to the start and end of the + logical line + * the screen can now scroll per row instead of always per logical + line + * makes use of gnulib, to make it build on more platforms + ------------------------------------------------------------------- Fri Feb 24 19:31:03 UTC 2017 - mpluskal@suse.com @@ -6,7 +19,7 @@ Fri Feb 24 19:31:03 UTC 2017 - mpluskal@suse.com * 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, + * 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 diff --git a/nano.spec b/nano.spec index 72474ce..dae5bdf 100644 --- a/nano.spec +++ b/nano.spec @@ -16,9 +16,9 @@ # -%define _version 2.7 +%define _version 2.8 Name: nano -Version: 2.7.5 +Version: 2.8.0 Release: 0 Summary: Pico editor clone with enhancements License: GPL-3.0+