Accepting request 453273 from editors
1 OBS-URL: https://build.opensuse.org/request/show/453273 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nano?expand=0&rev=53
This commit is contained in:
commit
39f66d8740
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d926ef5060d23bafec75dab9328bb9b9df9a08e58c56b9061d686f5698770bfc
|
||||
size 1016276
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEp/amSmfaCe+SeC3XnfSGKvEXXFsFAlhjqXIACgkQnfSGKvEX
|
||||
XFtQMQf/WIDa87zaHHjxjALyGrFTq30rvCFsLSR6oHiN9v/AIyCsCZfY0d7PlXq/
|
||||
9a6TvEkFYFuyGOcTJKpv5fAjH0NiUDAgmLajaGPtY7F9hEFDB/Orrpgh7eV400m3
|
||||
iTXx4CRnB+ceVUoTrKK1LmYo83z4v/QRLNzDYVdqDv5ql3V6d01cMjRBWTe7lf8y
|
||||
/dVDFgdXlHIGvTRteMxtaYp7LvIA/7vfwVXhLBGQle3b/WHKs84ZoTRn0vOI0Gtz
|
||||
RWdBo5P9Xwq6NTeQtHOehDWMc0MLardOq/4dZmFNscadovjdw43gzej5zq8jiECH
|
||||
el/OyNfMuc3YDi+u6MnHTs1wsduZ8g==
|
||||
=aRNv
|
||||
-----END PGP SIGNATURE-----
|
3
nano-2.7.4.tar.xz
Normal file
3
nano-2.7.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:752170643039e2c95a433de357f0c70a8c4c4c561a90a7e7259a63e225b659b9
|
||||
size 1013296
|
11
nano-2.7.4.tar.xz.asc
Normal file
11
nano-2.7.4.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----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-----
|
11
nano.changes
11
nano.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 15 10:40:09 UTC 2017 - astieger@suse.com
|
||||
|
||||
- GNU nano 2.7.4:
|
||||
* undo deletions in an orderly manner again
|
||||
* set the preferred x position for vertical movements more
|
||||
consistently
|
||||
* avoid some scrolling problems in softwrap mode
|
||||
* correct the behavior of the beginning-of-word anchor (\<) in
|
||||
regex searches.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 29 08:54:52 UTC 2016 - astieger@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nano
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define _version 2.7
|
||||
Name: nano
|
||||
Version: 2.7.3
|
||||
Version: 2.7.4
|
||||
Release: 0
|
||||
Summary: Pico editor clone with enhancements
|
||||
License: GPL-3.0+
|
||||
@ -81,9 +81,8 @@ mv -f %{buildroot}%{_datadir}/doc/%{name}/ %{buildroot}%{_docdir}/%{name}/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog ChangeLog.pre-2.1 COPYING COPYING.DOC IMPROVEMENTS NEWS README THANKS TODO doc/nanorc.sample
|
||||
%doc AUTHORS ChangeLog* COPYING COPYING.DOC IMPROVEMENTS NEWS README THANKS TODO
|
||||
%doc %{_docdir}/nano/
|
||||
%exclude %{_docdir}/%{name}/*/
|
||||
%{_bindir}/nano
|
||||
%{_bindir}/rnano
|
||||
%{_datadir}/nano/
|
||||
@ -94,6 +93,5 @@ mv -f %{buildroot}%{_datadir}/doc/%{name}/ %{buildroot}%{_docdir}/%{name}/
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%doc %{_docdir}/%{name}/*/
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user