From 2da503f80dbf671b920302743fae06d71f18d6eb49ddfa91bf5a2a6329998d68 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Sun, 21 Oct 2018 13:19:17 +0000 Subject: [PATCH] Accepting request 643226 from home:dilawar:branches:openSUSE:Factory - Update to 2.0 * Added mode to show apparent size (key S) * Added script to integrate patool instead of atool * Added support bashlock (OS X) and lock (BSD) as terminal locker * Added symbol @/ for symlink to dir * Dependency on libreadline removed OBS-URL: https://build.opensuse.org/request/show/643226 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=13 --- nnn-1.9.tar.gz | 3 --- nnn-2.0.tar.gz | 3 +++ nnn.changes | 10 ++++++++++ nnn.spec | 5 ++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 nnn-1.9.tar.gz create mode 100644 nnn-2.0.tar.gz diff --git a/nnn-1.9.tar.gz b/nnn-1.9.tar.gz deleted file mode 100644 index 463ef41..0000000 --- a/nnn-1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ba298a55a579640fe0ae37f553be739957da0c826f532beac46acfb56e2d726 -size 43405 diff --git a/nnn-2.0.tar.gz b/nnn-2.0.tar.gz new file mode 100644 index 0000000..c4eb79c --- /dev/null +++ b/nnn-2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0029efd3d009c197b1646d260350f3f87edca76eef3be6b81846af133d58d6a9 +size 45791 diff --git a/nnn.changes b/nnn.changes index 1c60b2d..5713d2b 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Oct 19 15:11:55 UTC 2018 - dilawar.s.rajput@gmail.com + +- Update to 2.0 + * Added mode to show apparent size (key S) + * Added script to integrate patool instead of atool + * Added support bashlock (OS X) and lock (BSD) as terminal locker + * Added symbol @/ for symlink to dir + * Dependency on libreadline removed + ------------------------------------------------------------------- Fri Aug 10 06:17:44 UTC 2018 - dilawar.s.rajput@gmail.com diff --git a/nnn.spec b/nnn.spec index 4183a84..264ec71 100644 --- a/nnn.spec +++ b/nnn.spec @@ -17,7 +17,7 @@ Name: nnn -Version: 1.9 +Version: 2.0 Release: 0 Summary: Terminal based file browser License: GPL-2.0-or-later @@ -25,7 +25,6 @@ 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 BuildRequires: pkgconfig -BuildRequires: readline-devel %if 0%{?leap_version} == 420300 BuildRequires: ncurses-devel %else @@ -37,7 +36,7 @@ nnn is a fork of noice, a terminal file browser with keyboard shortcuts for navigation, opening files and running tasks. There is no config file and MIME associations are hard-coded. -%prep +%prep %setup -q %build