From fdf578a77935fcc9cf62f66b205a2ffd00b964d19b079c3610ca8da0c2ddec23 Mon Sep 17 00:00:00 2001 From: Dilawar Singh Date: Tue, 19 Mar 2019 04:23:23 +0000 Subject: [PATCH 1/3] 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}" From cf771a40b6564b2127f63c22ce8c8e0d3bcde2b270e324df8f10ebeeffbdd60c Mon Sep 17 00:00:00 2001 From: Dilawar Singh Date: Tue, 19 Mar 2019 05:03:51 +0000 Subject: [PATCH 2/3] Accepting request 686263 from home:dilawar:branches:utilities Fixes to rejected request https://build.opensuse.org/request/show/686259 OBS-URL: https://build.opensuse.org/request/show/686263 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=22 --- nnn-v2.4.tar.gz => nnn-2.4.tar.gz | 0 nnn.spec | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename nnn-v2.4.tar.gz => nnn-2.4.tar.gz (100%) diff --git a/nnn-v2.4.tar.gz b/nnn-2.4.tar.gz similarity index 100% rename from nnn-v2.4.tar.gz rename to nnn-2.4.tar.gz diff --git a/nnn.spec b/nnn.spec index 85cd42c..144b677 100644 --- a/nnn.spec +++ b/nnn.spec @@ -23,7 +23,7 @@ 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}-v%{version}.tar.gz +Source0: https://github.com/jarun/nnn/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: pkgconfig BuildRequires: readline-devel %if 0%{?leap_version} == 420300 From 0c37ebd6fead7a044c227d27d37edc9c9c0707a901756b4d79a48a07abb15593 Mon Sep 17 00:00:00 2001 From: Dilawar Singh Date: Tue, 19 Mar 2019 05:25:08 +0000 Subject: [PATCH 3/3] Accepting request 686265 from home:dilawar:branches:utilities Replaced corrupted downloaded source code with new one. OBS-URL: https://build.opensuse.org/request/show/686265 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=23 --- nnn-2.4.tar.gz | 4 ++-- nnn.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nnn-2.4.tar.gz b/nnn-2.4.tar.gz index 8f01729..0b2197d 100644 --- a/nnn-2.4.tar.gz +++ b/nnn-2.4.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5ac0e98e1b0e22510d11e9aeb28d207bbe4e72958b250f1c4739b8f49ffdc89 -size 62704 +oid sha256:859ba5bd4892016aed9a4830ee1e1b03eb74e94c4f1bd82f0288dc559f7327eb +size 62510 diff --git a/nnn.spec b/nnn.spec index 144b677..51e4649 100644 --- a/nnn.spec +++ b/nnn.spec @@ -23,7 +23,7 @@ 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}-%{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 -n nnn +%setup -q %build export CFLAGS="%{optflags}"