From 8034e65c604e1390cd3612dbc8a7bfe55eb104291f4bde0136b776c60499f977 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 27 Jun 2016 20:46:08 +0000 Subject: [PATCH] - Update to version 2.6.1: * "Stampede" is chiefly a translation update * adds one little feature (the ability to use negative numbers with Go To Line: -1 meaning the first line from the bottom) * includes syntax highlighting for Rust, and fixes three tiny * bugs (but in such far corners of the editor that they aren't even worth mentioning). - Download keyring from savannah OBS-URL: https://build.opensuse.org/package/show/editors/nano?expand=0&rev=47 --- nano-2.6.0.tar.gz | 3 --- nano-2.6.0.tar.gz.asc | 11 ----------- nano-2.6.1.tar.gz | 3 +++ nano-2.6.1.tar.gz.asc | 11 +++++++++++ nano.changes | 11 +++++++++++ nano.spec | 2 +- 6 files changed, 26 insertions(+), 15 deletions(-) delete mode 100644 nano-2.6.0.tar.gz delete mode 100644 nano-2.6.0.tar.gz.asc create mode 100644 nano-2.6.1.tar.gz create mode 100644 nano-2.6.1.tar.gz.asc diff --git a/nano-2.6.0.tar.gz b/nano-2.6.0.tar.gz deleted file mode 100644 index 7ba76ef..0000000 --- a/nano-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d517a5fcaa9fa6ceda8a63e22be1d83dd7f4af13703c73b10a48e95a6e1178d3 -size 1960801 diff --git a/nano-2.6.0.tar.gz.asc b/nano-2.6.0.tar.gz.asc deleted file mode 100644 index fd2b3aa..0000000 --- a/nano-2.6.0.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iQEcBAABAgAGBQJXZC7oAAoJEJ30hirxF1xbJIIH/i4sKTO+uY/ev361ldpTgeMq -ZNZvFvPJwnOqnwJNfnKQKDmSwDvXXwzHDTGTEQrJOImMbBA1HmmAojB+o1hkpdJm -T3WFEEGm9EXcBHzasLDlX6WmqZhVy0CbSapR12SNovxB02gkqneNUgcXB7q8FWHu -C+jMtCyWja0B8JpRZExAFRbXgD3iZ5YOpE4n6K1Abn93n5R1azcFLPBY9KTuGl90 -DmJy9i3Oj08DhOuRguCQLuEfV565vqAOJJTxqdqWxi0AqmLCkV9utYKl3b9KMpbN -WrMB+b06TGaY2geIR3DEvbfYCp7IdJZcWTYes/BmhSuk4f4mJNve/i24uqxg4lw= -=I2JF ------END PGP SIGNATURE----- diff --git a/nano-2.6.1.tar.gz b/nano-2.6.1.tar.gz new file mode 100644 index 0000000..d27b746 --- /dev/null +++ b/nano-2.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f2ba1c532647bee36abd5f87a714400af0be084cf857a65bc8f41a0dc28fe5 +size 1999439 diff --git a/nano-2.6.1.tar.gz.asc b/nano-2.6.1.tar.gz.asc new file mode 100644 index 0000000..341c56a --- /dev/null +++ b/nano-2.6.1.tar.gz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iQEcBAABCAAGBQJXcPgiAAoJEJ30hirxF1xbEpUIALq47U0zx6sn5e4pOV93h9AM +PJLGLqKXaHyw0GSQpbZy4zZtWw1ebY3rDkaWEmXzsiKyTgF7a52zwm3fBV8tPS2Z +TacaC8p/SlJCJGomxPvBOcHuhghqwkvgedO89YMWIkt2zxJSd40Kv1367w1Ynd7P +d3Z/avpl9Ueo7ZqKqyfYuzJSERlKsTF+QvaQcVYxUp8LOpvxImi5ThLf9K90org5 +cl0UiQAJa03soDYPUc6jouXjxAsj1jTJF9a49TCmyNkkFGrapB6wC8fxpgxVNeWY +a0tlkuzt7ZBv6h4YMXHzjTEliJrfAH6PSAuMdPk4BjAEW5H9yPDjOOqTx2lFeiM= +=4Ont +-----END PGP SIGNATURE----- diff --git a/nano.changes b/nano.changes index 45b0377..75905a4 100644 --- a/nano.changes +++ b/nano.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jun 27 20:39:37 UTC 2016 - mpluskal@suse.com + +- Update to version 2.6.1: + * "Stampede" is chiefly a translation update + * adds one little feature (the ability to use negative numbers + with Go To Line: -1 meaning the first line from the bottom) + * includes syntax highlighting for Rust, and fixes three tiny + * bugs (but in such far corners of the editor that they aren't + even worth mentioning). + ------------------------------------------------------------------- Mon Jun 20 13:02:56 UTC 2016 - mpluskal@suse.com diff --git a/nano.spec b/nano.spec index c487f03..c43fa32 100644 --- a/nano.spec +++ b/nano.spec @@ -18,7 +18,7 @@ %define _version 2.6 Name: nano -Version: 2.6.0 +Version: 2.6.1 Release: 0 Summary: Pico editor clone with enhancements License: GPL-3.0+