Accepting request 359211 from editors
1 OBS-URL: https://build.opensuse.org/request/show/359211 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nano?expand=0&rev=43
This commit is contained in:
commit
98feda7eba
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e06fca01bf183f4d531aa65a28dffc0e2d10185239909eb3de797023f3453bde
|
|
||||||
size 1925392
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v1
|
|
||||||
|
|
||||||
iEYEABECAAYFAlaTOJAACgkQvLNW35EAn6cUYwCg06jx/7wtlHA9Fx2VI/wfiL29
|
|
||||||
25wAn3ew1mra5GWeQ4zck4/VicUC2qE1
|
|
||||||
=sSKY
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
nano-2.5.2.tar.gz
Normal file
3
nano-2.5.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:89bd6ac5120880d2a95431d8bad22bf92c7ccbf10b8f1716d4ea062f3faeeb41
|
||||||
|
size 1964016
|
7
nano-2.5.2.tar.gz.asc
Normal file
7
nano-2.5.2.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iEYEABECAAYFAla9bhYACgkQvLNW35EAn6ff9gCg3DKEWUL4ziF8XCkrqeYvhVkk
|
||||||
|
MbQAoJZDgn87akhFXREZCQLrKaRfjds8
|
||||||
|
=c8Uf
|
||||||
|
-----END PGP SIGNATURE-----
|
10
nano.changes
10
nano.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 13 08:12:52 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 2.5.2
|
||||||
|
* several fixes for various memory leaks, position history size
|
||||||
|
growth, and a long standing issue with using nano under sudo
|
||||||
|
creading root-owned files
|
||||||
|
* There are also the usual bevy of documentation and other
|
||||||
|
miscellaneous fixes and touch ups.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 12 15:17:34 UTC 2016 - astieger@suse.com
|
Tue Jan 12 15:17:34 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define _version 2.5
|
%define _version 2.5
|
||||||
Name: nano
|
Name: nano
|
||||||
Version: 2.5.1
|
Version: 2.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pico editor clone with enhancements
|
Summary: Pico editor clone with enhancements
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
@ -30,6 +30,7 @@ Source2: %{name}.keyring
|
|||||||
BuildRequires: file-devel
|
BuildRequires: file-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: zlib-devel
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
Recommends: %{name}-lang = %{version}
|
Recommends: %{name}-lang = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user