From 154b9fcdf724ddf84880d76eeb61951dcc843a37a373d78a5dd96710b6811f86 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Tue, 1 May 2018 23:48:55 +0000 Subject: [PATCH] 1.8 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=8 --- nnn-1.7.tar.gz | 3 --- nnn-1.8.tar.gz | 3 +++ nnn.changes | 24 ++++++++++++++++++++++++ nnn.spec | 9 +++++++-- 4 files changed, 34 insertions(+), 5 deletions(-) delete mode 100644 nnn-1.7.tar.gz create mode 100644 nnn-1.8.tar.gz diff --git a/nnn-1.7.tar.gz b/nnn-1.7.tar.gz deleted file mode 100644 index a3bee3d..0000000 --- a/nnn-1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbe26efbed8b467352f313b92f8617d873c8cf0209fb6377572cf8d1ddc2747c -size 40356 diff --git a/nnn-1.8.tar.gz b/nnn-1.8.tar.gz new file mode 100644 index 0000000..cada128 --- /dev/null +++ b/nnn-1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c364a9797178e40ec7ec653b2cfa8e211e556b75250bf72eb5eea57f5e0cdc +size 42534 diff --git a/nnn.changes b/nnn.changes index 2f3ec5c..bf161c1 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue May 1 23:30:03 UTC 2018 - avindra@opensuse.org + +- Update to 1.8 + * Run a custom script + * Archive selected file/directory + * Show number of cherry-picked files in multi-copy mode + * Env var NNN_SHOW_HIDDEN to show hidden files by default + * Additional information in help screen + * Prefer env var VISUAL, if defined, to EDITOR + * New/changed/remapped shortcuts + ^] - spawn a new shell in current directory + r - edit directory entries in vidir + R - run a custom script + ^I - toggle navigate-as-you-type mode + L - lock the current terminal + * All Ctrl shortcuts enabled in navigate-as-you-type mode + * Fix: GUI programs closing when parent terminal is closed + * Recognize ~, - and & at bookmark prompt + * Recognize ruby (.rb) files as text files + * Efficient integer-only file size calculation +- minor cleanup with spec-cleaner +- include license, readme and changelog + ------------------------------------------------------------------- Wed Feb 28 00:49:45 UTC 2018 - avindra@opensuse.org diff --git a/nnn.spec b/nnn.spec index 00f2dab..696e420 100644 --- a/nnn.spec +++ b/nnn.spec @@ -17,12 +17,12 @@ Name: nnn -Version: 1.7 +Version: 1.8 Release: 0 Summary: Terminal based file browser License: GPL-2.0-or-later 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 @@ -46,10 +46,15 @@ make %{?_smp_mflags} %install %make_install PREFIX=%{_prefix} +# fix E: env-script-interpreter +sed -i 's,usr/bin/env ,bin/,' %{buildroot}%{_bindir}/nlay %files +%license LICENSE +%doc README.md CHANGELOG %{_bindir}/nlay %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{?ext_man} +%{_mandir}/man1/nlay.1%{?ext_man} %changelog