From fdf578a77935fcc9cf62f66b205a2ffd00b964d19b079c3610ca8da0c2ddec23 Mon Sep 17 00:00:00 2001 From: Dilawar Singh Date: Tue, 19 Mar 2019 04:23:23 +0000 Subject: [PATCH] Accepting request 686256 from home:dilawar:branches:utilities - Update to 2.4 * Tinier and lighter! * FreeDesktop.org compliant trashing * mark selected entries with + * wild mode (option -w, key ^W) for nav-as-you-type * POSIX-compliant GUI app launcher with drop-down menu (key =) * new scripts: - upload image to imgur - send selection to Android using kdeconnect-cli * show permissions in detail mode * cp, mv progress bar on Linux (needs advcpmv) [BSD, macOS shows on ^T] * make libreadline an optional dep (reduces memory usage) * minimize the number of redraws * handle screen resize gracefully * option -d to show hidden files (NNN_SHOW_HIDDEN is removed) * additional key K to toggle selection * change visit start dir key to @ * option -C to disable colors removed * per-context initial directory replaced by program start dir * marker msg when spawning new shell removed * rename debug file to nnndbg OBS-URL: https://build.opensuse.org/request/show/686256 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=21 --- nnn-2.3.tar.gz | 3 --- nnn-v2.4.tar.gz | 3 +++ nnn.changes | 26 ++++++++++++++++++++++++++ nnn.spec | 6 +++--- 4 files changed, 32 insertions(+), 6 deletions(-) delete mode 100644 nnn-2.3.tar.gz create mode 100644 nnn-v2.4.tar.gz diff --git a/nnn-2.3.tar.gz b/nnn-2.3.tar.gz deleted file mode 100644 index 903741a..0000000 --- a/nnn-2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaad2ccf0d781aeeb38fdfc4ad75a0405ca3da4f82ded64cce766a74a2b299ab -size 56286 diff --git a/nnn-v2.4.tar.gz b/nnn-v2.4.tar.gz new file mode 100644 index 0000000..8f01729 --- /dev/null +++ b/nnn-v2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ac0e98e1b0e22510d11e9aeb28d207bbe4e72958b250f1c4739b8f49ffdc89 +size 62704 diff --git a/nnn.changes b/nnn.changes index 7ae0066..f07ec03 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Tue Mar 19 02:59:53 UTC 2019 - dilawar.s.rajput@gmail.com + +- Update to 2.4 + + * Tinier and lighter! + * FreeDesktop.org compliant trashing + * mark selected entries with + + * wild mode (option -w, key ^W) for nav-as-you-type + * POSIX-compliant GUI app launcher with drop-down menu (key =) + * new scripts: + * - upload image to imgur + * - send selection to Android using kdeconnect-cli + * show permissions in detail mode + * cp, mv progress bar on Linux (needs advcpmv) [BSD, macOS shows on ^T] + * make libreadline an optional dep (reduces memory usage) + * minimize the number of redraws + * handle screen resize gracefully + * option -d to show hidden files (NNN_SHOW_HIDDEN is removed) + * additional key K to toggle selection + * change visit start dir key to @ + * option -C to disable colors removed + * per-context initial directory replaced by program start dir + * marker msg when spawning new shell removed + * rename debug file to nnndbg + ------------------------------------------------------------------- Wed Feb 20 05:56:46 UTC 2019 - Dilawar Singh diff --git a/nnn.spec b/nnn.spec index 76c1096..85cd42c 100644 --- a/nnn.spec +++ b/nnn.spec @@ -17,13 +17,13 @@ Name: nnn -Version: 2.3 +Version: 2.4 Release: 0 Summary: Terminal based file browser License: GPL-2.0-or-later Group: Productivity/File utilities Url: https://github.com/jarun/nnn#nnn -Source0: https://github.com/jarun/nnn/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/jarun/nnn/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz BuildRequires: pkgconfig BuildRequires: readline-devel %if 0%{?leap_version} == 420300 @@ -38,7 +38,7 @@ shortcuts for navigation, opening files and running tasks. There is no config file and MIME associations are hard-coded. %prep -%setup -q +%setup -q -n nnn %build export CFLAGS="%{optflags}"