diff --git a/0002-use-futimens-if-available-instead-of-utime.patch b/0002-use-futimens-if-available-instead-of-utime.patch index 53ede66..632e10e 100644 --- a/0002-use-futimens-if-available-instead-of-utime.patch +++ b/0002-use-futimens-if-available-instead-of-utime.patch @@ -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 -@@ -1739,6 +1739,29 @@ int copy_file(FILE *inn, FILE *out) +@@ -1741,6 +1741,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 -@@ -1962,18 +1985,9 @@ bool write_file(const char *name, FILE *f_open, bool tmp, append_type +@@ -1964,18 +1987,9 @@ bool write_file(const char *name, FILE *f_open, bool tmp, append_type fprintf(stderr, "Backing up %s to %s\n", realname, backupname); #endif @@ -106,7 +106,7 @@ index 99cc1b8..9a1bdcc 100644 if (prompt_failed_backupwrite(backupname)) goto skip_backup; statusbar(_("Error writing backup file %s: %s"), backupname, -@@ -1985,6 +1999,16 @@ bool write_file(const char *name, FILE *f_open, bool tmp, append_type +@@ -1987,6 +2001,16 @@ bool write_file(const char *name, FILE *f_open, bool tmp, append_type goto cleanup_and_exit; } diff --git a/nano-2.5.2.tar.gz.asc b/nano-2.5.2.tar.gz.asc deleted file mode 100644 index 0bdfaca..0000000 --- a/nano-2.5.2.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iEYEABECAAYFAla9bhYACgkQvLNW35EAn6ff9gCg3DKEWUL4ziF8XCkrqeYvhVkk -MbQAoJZDgn87akhFXREZCQLrKaRfjds8 -=c8Uf ------END PGP SIGNATURE----- diff --git a/nano-2.5.3.tar.gz.asc b/nano-2.5.3.tar.gz.asc new file mode 100644 index 0000000..1e7ae71 --- /dev/null +++ b/nano-2.5.3.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iEYEABECAAYFAlbPd0AACgkQvLNW35EAn6fSYgCgvx6YZ/9x1YMgS7JFIdeOIfFP +q90An3TfqqstJqqW5imBLBLQv+htaa3i +=VHLC +-----END PGP SIGNATURE----- diff --git a/nano.spec b/nano.spec index 9701f48..f7a1669 100644 --- a/nano.spec +++ b/nano.spec @@ -1,7 +1,7 @@ Summary: A small text editor Name: nano -Version: 2.5.2 -Release: 2%{?dist} +Version: 2.5.3 +Release: 1%{?dist} License: GPLv3+ Group: Applications/Editors URL: http://www.nano-editor.org @@ -92,7 +92,10 @@ exit 0 %{_datadir}/nano %changelog -* Fri Feb 12 2016 Kamil Dudka - 2.5.2-1 +* Fri Feb 26 2016 Kamil Dudka - 2.5.3-1 +- new upstream release + +* Fri Feb 12 2016 Kamil Dudka - 2.5.2-2 - new upstream release * Thu Feb 04 2016 Fedora Release Engineering - 2.5.1-2 diff --git a/sources b/sources index be384ec..f79e808 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -036830de22b8a76a0e6f84c0cb36ff12 nano-2.5.2.tar.gz +a04d77611422ab4b6a7b489650c7a793 nano-2.5.3.tar.gz