SHA256
1
0
forked from pool/nnn

Accepting request 884925 from home:dilawar:branches:utilities

- No renaming of source file after download from source0.
- Update to version 3.7
    * allow plugins to clear selection (#884, #889, #917)
    * do not clear selection on hovered file deletion
    * resurrect `'c'urrent/'s'el` prompt and option `-u` (#889)
    * show only file name in reverse in detail mode
    * more file/mime types supported in `preview-tui-ext`
    * plugin `mtpmount` - (un)mount MTP devices
    * plugin `cleanfilename` - more shell-friendly file names
    * plugin `rsynccp` - copy-paste with visual progress
    * replace `$HOME` by `~` in address bar
    * show current path in terminal title (#911)
    * total links and inode number of hardlink in statusbar
    * fix symlink to text file not opening in CLI editor (#890)
    * fix symlink size shown as 0B in statusbar (#888)
    * show symlink target in statusbar (#893)
    * show correct disk free/total on macOS (#888)
    * fix directory disk usage showing as 0 on macOS (#941)
    * fix name col len with `-C` and icons compiled-in (#936)
    * refactor printing entries in light/detail modes (#934)
    * make option `O_CKBOARD` for checker board as indicator

OBS-URL: https://build.opensuse.org/request/show/884925
OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=51
This commit is contained in:
Dilawar Singh
2021-04-13 11:37:17 +00:00
committed by Git OBS Bridge
parent b24f0ba0c2
commit b5b02ac3a7
4 changed files with 33 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:875094caebcc22ecf53b3722d139b127d25e1d5563a954342f32ded8980978b5
size 204688

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Apr 13 11:33:08 UTC 2021 - Dilawar Singh <dilawar.s.rajput@gmail.com>
- No renaming of source file after download from source0.
- Update to version 3.7
* allow plugins to clear selection (#884, #889, #917)
* do not clear selection on hovered file deletion
* resurrect `'c'urrent/'s'el` prompt and option `-u` (#889)
* show only file name in reverse in detail mode
* more file/mime types supported in `preview-tui-ext`
* plugin `mtpmount` - (un)mount MTP devices
* plugin `cleanfilename` - more shell-friendly file names
* plugin `rsynccp` - copy-paste with visual progress
* replace `$HOME` by `~` in address bar
* show current path in terminal title (#911)
* total links and inode number of hardlink in statusbar
* fix symlink to text file not opening in CLI editor (#890)
* fix symlink size shown as 0B in statusbar (#888)
* show symlink target in statusbar (#893)
* show correct disk free/total on macOS (#888)
* fix directory disk usage showing as 0 on macOS (#941)
* fix name col len with `-C` and icons compiled-in (#936)
* refactor printing entries in light/detail modes (#934)
* make option `O_CKBOARD` for checker board as indicator
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 16 04:19:42 UTC 2021 - Dilawar Singh <dilawar.s.rajput@gmail.com> Tue Mar 16 04:19:42 UTC 2021 - Dilawar Singh <dilawar.s.rajput@gmail.com>

View File

@@ -17,13 +17,13 @@
Name: nnn Name: nnn
Version: 3.6 Version: 3.7
Release: 0 Release: 0
Summary: Terminal based file browser Summary: Terminal based file browser
License: BSD-2-Clause License: BSD-2-Clause
Group: Productivity/File utilities 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#/v%{version}.tar.gz
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: readline-devel BuildRequires: readline-devel
%if 0%{?leap_version} == 420300 %if 0%{?leap_version} == 420300
@@ -38,8 +38,8 @@ 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
export CFLAGS="%{optflags}" export CFLAGS="%{optflags}"

3
v3.7.tar.gz Normal file
View File

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