diff --git a/nano-2.8.7.tar.xz b/nano-2.8.7.tar.xz deleted file mode 100644 index 817331e..0000000 --- a/nano-2.8.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbe31746958698d73c6726ee48ad8b0612697157961a2e9aaa83b4aa53d1165a -size 1469384 diff --git a/nano-2.8.7.tar.xz.asc b/nano-2.8.7.tar.xz.asc deleted file mode 100644 index 4c34294..0000000 --- a/nano-2.8.7.tar.xz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEp/amSmfaCe+SeC3XnfSGKvEXXFsFAlmig9AACgkQnfSGKvEX -XFuKIgf+KhQ5g3K1J0DmXNkHcLdz/rq4nFdI181+2WNcmFDVAhdh0Q1tjt19a0LL -Ypl5cXYoqsQLRIa9N+GFNfk7U/iRPx25VvGt5EEucQiXfLD/Wv0WmFxdRQkWG0c+ -KOpkH1CirBkqBxosGI5cegQ2Ql9X9lQ/uRny5CzEAERmz0WfoU9d6WrF++Ec/jZX -5DIJEEBMm5pQ+NaBC+xjqBGkc4iVhAI+BfYTZd8uiB3weK4waa/wOW0ZaPhd7W97 -M5+VixB1uEnPXyiDE63bJm+NK7Nvx33IWqC8IBvPRpQfCRMTJT77d63wgQ2Jd6yL -MZqrht6qcmPse2HgK0NSRtoMqcsWjQ== -=/hs4 ------END PGP SIGNATURE----- diff --git a/nano-2.9.0.tar.xz b/nano-2.9.0.tar.xz new file mode 100644 index 0000000..8fed7c6 --- /dev/null +++ b/nano-2.9.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d30c39caef53aba1ec1b4baff4186d4496f35d2411b0848242a5f2e27e129e +size 1471420 diff --git a/nano-2.9.0.tar.xz.asc b/nano-2.9.0.tar.xz.asc new file mode 100644 index 0000000..5a1082a --- /dev/null +++ b/nano-2.9.0.tar.xz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEp/amSmfaCe+SeC3XnfSGKvEXXFsFAloQFqMACgkQnfSGKvEX +XFsMbQgAvCd6/6DfS5Qb8iGWiFcNQgvMsKg9vnlyfunOJLXvaLY97X0xDQwmIubc +dtcGVcss8NZ6GdtfgVVk8cePNmaAbC1dCufgleZjfj3j/4rzFYv+1pWI8fqC8eDn +W305A9jPWNC4KHnha4eLOEmTg8+01tn/DHxV5/7kqsTOPxFovTQntWGq/pGUp+pq +sOhwB7DxbFh/H1VzrEPrIbAhrxPyLukn83t6X1g1v7Q/bbZNz1E4KR9Rb3yjNt4M +1m9q5u845blihQNOR9LcgVEtPz/BO3YYuRzARwi9WHtwYAi9LOID78MQXgZQxoGz +q4rSV/+Esi7h9lGBg8+dUA0bl5eRqw== +=zaEQ +-----END PGP SIGNATURE----- diff --git a/nano.changes b/nano.changes index 5f1ee6a..3f42cd9 100644 --- a/nano.changes +++ b/nano.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Nov 18 15:55:45 UTC 2017 - astieger@suse.com + +- GNU nano 2.9.0: + * introduce the ability to record and replay keystrokes: + (M-: to start and stop recording, M-; to play the macro back) + * make ^Q and ^S do something useful by default + (^Q starts a backward search, and ^S saves the current file) + * change ^W to start always a forward search, + * show the number of open buffers (when more than one) in the title bar + * no longer ask to press Enter when there are errors in an rc file + * retire the options '--quiet' and 'set quiet' and 'set backwards' + * make indenting and unindenting undoable + * look in $XDG_CONFIG_HOME for a nanorc file + * look in $XDG_DATA_HOME for the history files + * add a history stack for executed commands (^R^X) + * do not overwrite the position-history file of another nano + * fix a score of tiny bugs + ------------------------------------------------------------------- Tue Aug 29 12:15:22 UTC 2017 - mpluskal@suse.com diff --git a/nano.spec b/nano.spec index cc3fb1b..d4272ba 100644 --- a/nano.spec +++ b/nano.spec @@ -16,9 +16,9 @@ # -%define _version 2.8 +%define _version 2.9 Name: nano -Version: 2.8.7 +Version: 2.9.0 Release: 0 Summary: Pico editor clone with enhancements License: GPL-3.0+