Accepting request 519443 from editors
- Update to version 2.8.7: * fixes a lockup when tabs are wider than the screen * makes indenting + unindenting more predictable by retaining relative indentations * allows pasting (^U) at a prompt * allows triple quotes * fixes some hard-to-describe issues with softwrapping and boundary-crossing tabs. OBS-URL: https://build.opensuse.org/request/show/519443 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nano?expand=0&rev=61
This commit is contained in:
commit
cd877210a2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a46962a3ae59db922467a095217ed23280b42d80640f932f3a59ba2a6a85776
|
||||
size 1463304
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEp/amSmfaCe+SeC3XnfSGKvEXXFsFAllxtZkACgkQnfSGKvEX
|
||||
XFv8Fwf/ZHQ40uGwofCAmKDb2qstZovrNK8nCIYB1dRcD6T6wBWCx+1x8Q4ahVOG
|
||||
lkT0IL19ni7wCGZ2IUTpYGEVM9m+D2tqG8uLhUhP483tCPskxZvXhqGaPzoyokS9
|
||||
47SS7UER302asbthFnmGu5dRd6yMwV/nfQeAHc12QgUSkcfuWHye1vzczbfxRu7Z
|
||||
g3TWQmdposdJXSBTUHydQyo2mMc3G5GLyQIR4CHoXQisxFvdAcVXLAIWHtBm0P58
|
||||
tOYTS1Gmf10B4Cn6SK4NmYAIPHcocmqp2UNJ/BjxCF3ZHERxR7NfWf1JBZPhJDXq
|
||||
vZpTqHGWGF5sbiFOLFxTAT39bRgcpA==
|
||||
=Zxz4
|
||||
-----END PGP SIGNATURE-----
|
3
nano-2.8.7.tar.xz
Normal file
3
nano-2.8.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fbe31746958698d73c6726ee48ad8b0612697157961a2e9aaa83b4aa53d1165a
|
||||
size 1469384
|
11
nano-2.8.7.tar.xz.asc
Normal file
11
nano-2.8.7.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----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-----
|
12
nano.changes
12
nano.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 29 12:15:22 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update to version 2.8.7:
|
||||
* fixes a lockup when tabs are wider than the screen
|
||||
* makes indenting + unindenting more predictable by retaining
|
||||
relative indentations
|
||||
* allows pasting (^U) at a prompt
|
||||
* allows triple quotes
|
||||
* fixes some hard-to-describe issues with softwrapping and
|
||||
boundary-crossing tabs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 25 14:01:17 UTC 2017 - aloisio@gmx.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define _version 2.8
|
||||
Name: nano
|
||||
Version: 2.8.6
|
||||
Version: 2.8.7
|
||||
Release: 0
|
||||
Summary: Pico editor clone with enhancements
|
||||
License: GPL-3.0+
|
||||
@ -68,7 +68,6 @@ mv -f %{buildroot}%{_datadir}/doc/%{name}/ %{buildroot}%{_docdir}/%{name}/
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{?ext_info}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog* COPYING COPYING.DOC IMPROVEMENTS NEWS README THANKS TODO doc/sample.nanorc
|
||||
%doc %{_docdir}/nano/
|
||||
%{_bindir}/nano
|
||||
@ -80,6 +79,5 @@ mv -f %{buildroot}%{_datadir}/doc/%{name}/ %{buildroot}%{_docdir}/%{name}/
|
||||
%{_mandir}/man5/nanorc.5%{?ext_man}
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user