From 4e5abec206b83eb1bc9664ff4c2d42e70916d44a4e7fa095aa4151fc7a6f853b Mon Sep 17 00:00:00 2001 From: Nicolas FORMICHELLA Date: Fri, 29 Apr 2022 13:51:24 +0000 Subject: [PATCH] Accepting request 973951 from home:stig124:branches:utilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version v4.5: * Prepare for release v4.5 Cachaça * Fix patch conflicts and rebase * Use bold forward arrowhead for current * Add 2 spaces after icons for better visibility * Fix #1345: allow symlink name '@' in single file case * quitcd script for Elvish shell > 0.17.0 * Handle broken window if started in type-to-nav * Bind ^J with toggle auto-jump on open * Replace ^J with + to (un)select * consistently use ELEMENTS macro OBS-URL: https://build.opensuse.org/request/show/973951 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=61 --- nnn-v4.5.tar.gz | 3 +++ nnn.changes | 15 +++++++++++++++ nnn.spec | 6 +++--- v4.4.tar.gz | 3 --- 4 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 nnn-v4.5.tar.gz delete mode 100644 v4.4.tar.gz diff --git a/nnn-v4.5.tar.gz b/nnn-v4.5.tar.gz new file mode 100644 index 0000000..9e95de8 --- /dev/null +++ b/nnn-v4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadc15bd6d4400c06e5ccc47845b42e60774f368570e475bd882767ee18749aa +size 242191 diff --git a/nnn.changes b/nnn.changes index 3e0953f..21f4981 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Apr 28 05:59:54 UTC 2022 - stigpro@outlook.fr + +- Update to version v4.5: + * Prepare for release v4.5 Cachaça + * Fix patch conflicts and rebase + * Use bold forward arrowhead for current + * Add 2 spaces after icons for better visibility + * Fix #1345: allow symlink name '@' in single file case + * quitcd script for Elvish shell > 0.17.0 + * Handle broken window if started in type-to-nav + * Bind ^J with toggle auto-jump on open + * Replace ^J with + to (un)select + * consistently use ELEMENTS macro + ------------------------------------------------------------------- Wed Nov 24 06:11:37 UTC 2021 - Nicolas FORMICHELLA diff --git a/nnn.spec b/nnn.spec index 2054a8a..5512cda 100644 --- a/nnn.spec +++ b/nnn.spec @@ -1,7 +1,7 @@ # # spec file for package nnn # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: nnn -Version: 4.4 +Version: 4.5 Release: 0 Summary: Terminal based file browser License: BSD-2-Clause Group: Productivity/File utilities URL: https://github.com/jarun/nnn#nnn -Source0: https://github.com/jarun/nnn/archive/v%{version}.tar.gz#/v%{version}.tar.gz +Source0: https://github.com/jarun/nnn/archive/%{name}-v%{version}.tar.gz BuildRequires: pkgconfig BuildRequires: readline-devel Recommends: sshfs diff --git a/v4.4.tar.gz b/v4.4.tar.gz deleted file mode 100644 index 29845b6..0000000 --- a/v4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e04a3f0f0c2af1e18cb6f005d18267c7703644274d21bb93f03b30e4fd3d1653 -size 239005