SHA256
1
0
forked from pool/nano

- Update to version 4.4:

* At startup, the cursor can be put on the first or last
    occurrence of a string by preceding the filename with +/string
    or +?string.
  * When automatic hard-wrapping occurs (--breaklonglines), any
    leading quoting characters will be automatically copied to the
    new line.
  * M-6 works again also when the cursor is at end of buffer.

OBS-URL: https://build.opensuse.org/package/show/editors/nano?expand=0&rev=110
This commit is contained in:
Martin Pluskal 2019-08-27 01:59:55 +00:00 committed by Git OBS Bridge
parent aefd810dfe
commit cb2edc614c
6 changed files with 32 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00d3ad1a287a85b4bf83e5f06cedd0a9f880413682bebd52b4b1e2af8cfc0d81
size 1485776

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEv9AJBh5TUFKtDfIVDSjU0qCs6IQFAl0IoeIACgkQDSjU0qCs
6IQeZQ//eG2txqwookfDJb/DxA9utop1LeYvKnySd34vKZs2iBOei44PYBfoq9tX
hHnkeUA6FN7kmmPoge8OY5M0D7Hy2MphkQRtgiyRcevEk+55Ga/GOjuMXNMB5mMZ
VkJk0UTLcNDmQ8aW+EOnJpMAD62EzYtW9eozGD/dhv2RZeKrO8HEa6SMQqhR6dcK
hhaWObEfu5DDtjkJJbdkcfb1ZMfdsBNSCAjEtW3uWGkzoFpCSuXFUjMGTPSMXpi0
CejSrBKVDiSYVONeSmGGael31tWDaLKXDrBErX02SVcQqDKVmhNJ4h7WXfUjs8f/
/yaLea01k3joHlQfPBUm3pYPb6+2AAEDfcQgew7mRvrN+qt/TRD5ba6BTeXvMuPX
eB8RrY5cwIt3U9Dz9plOchwpJVr9Gjz5TNw4PCZAt9WcBhnHE5dtGUDLfo5SLNNL
n8HhuCBrppzC/QBTQEwXbDGGa8SHwDchHPDb3JDIFtxOSeeeoxuVj20xsJW5Wqmg
nFS4g2rHAma/rxoUHZAYvl0MyNudniYT+saHTc7Mq82J6ORAGcA1UTV70Paflr+g
kpg6EYIFskIaY7LvYfHpqKbBpVzpkL8rGmPlq3YTvamSeVc9pmnkPk9xTHRU85Q4
pweJd85gIOBvPr9qxPMCwPGZHbJMQ0CXPmmZ7j2TiUX/XNodk2A=
=NR5u
-----END PGP SIGNATURE-----

3
nano-4.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2af222e0354848ffaa3af31b5cd0a77917e9cb7742cd073d762f3c32f0f582c7
size 1488452

16
nano-4.4.tar.xz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEv9AJBh5TUFKtDfIVDSjU0qCs6IQFAl1iTYgACgkQDSjU0qCs
6IQr3xAAgR/fe2NpwU/T8M3AvUAq1fg9ZbA+k34/Yx3ERN/C+IjYx4nQW1epSZLy
WA5Ak9ob9/lt5lHg0htEb0aOWHICs5Eb6v7CkNTz/UIRErocg0EIx/Xn4F7TaO5+
tMxUoPW33nSzV15wa02eAIJ54X6xIkgHY7dg6/4V3A5mzED+1d15r0EYQHdk8p7u
s+1IvVdR48Zdfgg0EejHH2z1Szbd1sCEA6d8Bdcn8M2S7A7EZe5b2I2jbRWY5ViE
FdGuytHTjDJctlNpnd2sKeexDb0aY6CxXQB6rJ6J7BzYue7DHu66m0aUT/3kHo7Y
ZrNOF9Xj4oBMWBTedg+JF5pe1FF2hSZzjdrO4CbpDGQySEYM7gPPMMjka0sWXhZx
5ZeL0Z45GtzxR6mMHXmL5kfhSGrNq3AD0WzykjwGIb1FpKKnjGnkUysM8GwE+Ake
hJ5/4iZboJ4/CKCoMHvVEgbGAZbsh84HMNhPHoKGf/NMCd4eo25DULjIFXvdhYHI
u+GzFYY8l1df1u4zgKvSlnmkYrCf9Ky1x2XX1AgK7C9Dzh9mCjp9M2J2JtGcAV/m
oEXT45KHypnQXVD5xm+dnpPLlCq5eYM2swxNS/YZ2CUt69q9j4zIVfPzlJf3GW5L
fB0LGISGoKV3KCD7MZRpZEdFOKGE8nEL0NFLTzxdeV0MN0hxjUs=
=FLUB
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Aug 27 01:24:55 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 4.4:
* At startup, the cursor can be put on the first or last
occurrence of a string by preceding the filename with +/string
or +?string.
* When automatic hard-wrapping occurs (--breaklonglines), any
leading quoting characters will be automatically copied to the
new line.
* M-6 works again also when the cursor is at end of buffer.
-------------------------------------------------------------------
Mon Aug 12 21:04:23 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -18,7 +18,7 @@
%define _version 4
Name: nano
Version: 4.3
Version: 4.4
Release: 0
Summary: Pico editor clone with enhancements
License: GPL-3.0-or-later