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
This commit is contained in:
Avindra Goolcharan 2018-10-21 13:19:17 +00:00 committed by Git OBS Bridge
parent a021f6646f
commit 2da503f80d
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 Fri Aug 10 06:17:44 UTC 2018 - dilawar.s.rajput@gmail.com

View File

@ -17,7 +17,7 @@
Name: nnn Name: nnn
Version: 1.9 Version: 2.0
Release: 0 Release: 0
Summary: Terminal based file browser Summary: Terminal based file browser
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -25,7 +25,6 @@ Group: Productivity/File utilities
Url: https://github.com/jarun/nnn#nnn 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: pkgconfig
BuildRequires: readline-devel
%if 0%{?leap_version} == 420300 %if 0%{?leap_version} == 420300
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
%else %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 shortcuts for navigation, opening files and running tasks. There is
no config file and MIME associations are hard-coded. no config file and MIME associations are hard-coded.
%prep %prep
%setup -q %setup -q
%build %build