1.6
OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f50f59953c29408963bbb961891155bd0a1fe2072d4441cc0ff927b128725c7f
|
||||
size 35480
|
3
nnn-1.6.tar.gz
Normal file
3
nnn-1.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8b10a3b9847ba7ad3317f608691aaebcdaf2b67219d732f7a5d468221d3e83e
|
||||
size 37456
|
13
nnn.changes
13
nnn.changes
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 2 03:14:43 UTC 2018 - avindra@opensuse.org
|
||||
|
||||
- Update to 1.6
|
||||
* Shortcut ^O to open file with custom application
|
||||
* Option -b to open bookmarks directly at start
|
||||
* Huge performance improvements around file name storing and
|
||||
handling
|
||||
* Several large static buffers removed or reduced
|
||||
* Several internal algorithms fine tuned for performance /
|
||||
resource usage
|
||||
- pass through optflags
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 6 01:18:34 UTC 2017 - aavindraa@gmail.com
|
||||
|
||||
|
14
nnn.spec
14
nnn.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nnn
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,20 +17,20 @@
|
||||
|
||||
|
||||
Name: nnn
|
||||
Version: 1.5
|
||||
Version: 1.6
|
||||
Release: 0
|
||||
Summary: Terminal based file browser
|
||||
License: GPL-2.0+
|
||||
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
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: readline-devel
|
||||
%if 0%{?leap_version} == 420300
|
||||
BuildRequires: ncurses-devel
|
||||
%else
|
||||
BuildRequires: pkgconfig(ncursesw)
|
||||
%endif
|
||||
BuildRequires: readline-devel
|
||||
|
||||
%description
|
||||
nnn is a fork of noice, a blazing-fast lightweight terminal file browser with easy keyboard shortcuts for navigation, opening files and running tasks. There is no config file and mime associations are hard-coded.
|
||||
@@ -39,15 +39,15 @@ nnn is a fork of noice, a blazing-fast lightweight terminal file browser with ea
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install PREFIX=%{_prefix}
|
||||
|
||||
%files
|
||||
|
||||
%{_bindir}/nnn
|
||||
%{_bindir}/nlay
|
||||
%{_mandir}/man1/nnn.1%{?ext_man}
|
||||
%{_bindir}/%{name}
|
||||
%{_mandir}/man1/%{name}.1%{?ext_man}
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user