new upstream release - 2.6.3
This commit is contained in:
parent
11d1b19f78
commit
e80bd473f7
@ -54,7 +54,7 @@ diff --git a/src/files.c b/src/files.c
|
||||
index 99cc1b8..9a1bdcc 100644
|
||||
--- a/src/files.c
|
||||
+++ b/src/files.c
|
||||
@@ -1687,6 +1687,29 @@ int copy_file(FILE *inn, FILE *out)
|
||||
@@ -1696,6 +1696,29 @@ int copy_file(FILE *inn, FILE *out)
|
||||
return retval;
|
||||
}
|
||||
|
||||
@ -84,7 +84,7 @@ index 99cc1b8..9a1bdcc 100644
|
||||
/* Write a file out to disk. If f_open isn't NULL, we assume that it is
|
||||
* a stream associated with the file, and we don't try to open it
|
||||
* ourselves. If tmp is TRUE, we set the umask to disallow anyone else
|
||||
@@ -1908,17 +1931,9 @@ bool write_file(const char *name, FILE *f_open, bool tmp, append_type
|
||||
@@ -1917,17 +1940,9 @@ bool write_file(const char *name, FILE *f_open, bool tmp,
|
||||
fprintf(stderr, "Backing up %s to %s\n", realname, backupname);
|
||||
#endif
|
||||
|
||||
@ -105,7 +105,7 @@ index 99cc1b8..9a1bdcc 100644
|
||||
if (prompt_failed_backupwrite(backupname))
|
||||
goto skip_backup;
|
||||
statusline(HUSH, _("Error writing backup file %s: %s"),
|
||||
@@ -1930,6 +1945,15 @@ bool write_file(const char *name, FILE *f_open, bool tmp, append_type
|
||||
@@ -1939,6 +1954,15 @@ bool write_file(const char *name, FILE *f_open, bool tmp,
|
||||
goto cleanup_and_exit;
|
||||
}
|
||||
|
||||
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iQEcBAABCAAGBQJXmbcaAAoJEJ30hirxF1xbT9MH/0OiGObc5wRN29oGOEdkGTth
|
||||
6Qb0OsKNi/2RRGCxS7yS/XEDkgfWYuSQHkm5xbZJ7d2RlqU1E+LMPt7VKtzS9fjQ
|
||||
tYwoLrkfYCCp0jCBmBwhjwWsJFydPaHQv4lncZAc1tLsbYXp5PWnYXoz+B1Y/8aP
|
||||
k2rWvXWj1leunMWaJjdJJ3R3A2pGMhk71a9Ky5XSPtUH1DDZEMJAkxPSdkDGsLfJ
|
||||
NEWHmFI149Q+fAKo8Id/ak91N8b/g+U/TVURvduQEpkRVf1tmg22LYh50Mk65Tdd
|
||||
rAaTFJYQ7ZsGaH0RFkSpt9Q+5HXOWAow1O2k+Zl3V7soASl6gFOy8hgYMc0mBuU=
|
||||
=O+TC
|
||||
-----END PGP SIGNATURE-----
|
12
nano-2.6.3.tar.gz.asc
Normal file
12
nano-2.6.3.tar.gz.asc
Normal file
@ -0,0 +1,12 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iQE0BAABCAAeBQJXqvqkFxxiZW5zYmVyZ0BqdXN0ZW1haWwubmV0AAoJEJ30hirx
|
||||
F1xbp5kH/0doB48KrJNjK0TxoxbwfOlnwE78mmUbCJme/+ZSrx5NxcQlRg69za/n
|
||||
sNZoz9sGJumgH4RJPuH2OK9PX//sqSRrO7UlcHAJsOjG/vBvMYJd7txCaBZ4TH+s
|
||||
atXXDYscdMchdky7Hbolp0d7bj2pxS5DihYSJlz8EZ0cSRQP3I5n0wMf5Wmkroxn
|
||||
Vi6RgjQkyJsntVVvU9gT9u9UaXw+bFttl0sM6ObOzJx9VT3SyIcp1GVER+LDU/Jl
|
||||
TmFnhJX3VFw5sJwQZP1BtRJt2gSCQyacX0znarR2UqJPo7KWzK0SbSMnkwQcMpYO
|
||||
K2te2L+AZ9MWipfI8J6hVyRRtWzfVaI=
|
||||
=gZ3a
|
||||
-----END PGP SIGNATURE-----
|
@ -1,6 +1,6 @@
|
||||
Summary: A small text editor
|
||||
Name: nano
|
||||
Version: 2.6.2
|
||||
Version: 2.6.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
URL: http://www.nano-editor.org
|
||||
@ -91,6 +91,9 @@ exit 0
|
||||
%{_datadir}/nano
|
||||
|
||||
%changelog
|
||||
* Thu Aug 11 2016 Kamil Dudka <kdudka@redhat.com> - 2.6.3-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Jul 28 2016 Kamil Dudka <kdudka@redhat.com> - 2.6.2-1
|
||||
- drop BuildRoot and Group tags, which are no longer necessary
|
||||
- new upstream release
|
||||
|
Loading…
Reference in New Issue
Block a user