SHA256
1
0
forked from pool/nnn

Accepting request 643598 from utilities

- 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/643598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nnn?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2018-10-23 18:37:54 +00:00 committed by Git OBS Bridge
commit 10f0e7cd41
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ba298a55a579640fe0ae37f553be739957da0c826f532beac46acfb56e2d726
size 43405

3
nnn-2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0029efd3d009c197b1646d260350f3f87edca76eef3be6b81846af133d58d6a9
size 45791

View File

@ -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

View File

@ -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