commit nnn for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nnn for openSUSE:Factory checked in at 2021-11-03 17:26:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nnn (Old) and /work/SRC/openSUSE:Factory/.nnn.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "nnn" Wed Nov 3 17:26:02 2021 rev:28 rq:928921 version:4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/nnn/nnn.changes 2021-07-22 22:44:02.891146023 +0200 +++ /work/SRC/openSUSE:Factory/.nnn.new.1890/nnn.changes 2021-11-03 17:26:56.973359657 +0100 @@ -1,0 +2,32 @@ +Wed Nov 3 06:10:57 UTC 2021 - Nicolas FORMICHELLA <stigpro@outlook.fr> + +* update to v4.3 +* add completions +* cool ASCII art logo in the help screen +* add bookmarks directory for flexible symlinked bookmarks +* new key B to add a symlinked bookmark for current dir +* special variables $dN, $fN available for plugins/prompt/shell to access per-context dir/hovered file +* config NNN_ORDER to set directory-specific ordering +* show/hide hidden files as per context state in plugin based batch rename +* retain search filter history for plugin finder +* sync multiple instances of nnn after operation on selection +* signal CWD change to terminal via OSC-7 (#1147) +* save complete per-context filter when saving sessions +* disable symlink resolution for paths in NNN_BMS and arg PATH +* do not end selection mode on running plugins/prompt/shell +* plugin bookmarks replaced by symlinked bookmarks support +* list open locations in active contexts in help page +* make option O_MATCHFLTR to discard filter key if no match +* configurable NNN_TMPFILE to cd on quit +* disable auto marking directories (use -) +* picker mode improvements + open tty for input if STDIN is non-tty + truncate output file before writing + do not double select a file on Enter +* legacy macOS (< 10.12.0) support +* no redraw during du calculation, show processed dir name +* plugin xdgdefault: add dmenu support +* user patch restorepreview: close/restore preview-tui for internal edits + + +------------------------------------------------------------------- Old: ---- v4.2.tar.gz New: ---- v4.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nnn.spec ++++++ --- /var/tmp/diff_new_pack.kFFUxl/_old 2021-11-03 17:26:57.389359885 +0100 +++ /var/tmp/diff_new_pack.kFFUxl/_new 2021-11-03 17:26:57.393359887 +0100 @@ -17,7 +17,7 @@ Name: nnn -Version: 4.2 +Version: 4.3 Release: 0 Summary: Terminal based file browser License: BSD-2-Clause @@ -38,6 +38,31 @@ shortcuts for navigation, opening files and running tasks. There is no config file and MIME associations are hard-coded. +%package bash-completion +Summary: Bash completions for %{name} +Requires: bash-completion +Supplements: (%{name} and bash-completion) +BuildArch: noarch + +%description bash-completion +The official bash completion script for %{name}. + +%package fish-completion +Summary: Fish Completion for %{name} +Supplements: (%{name} and fish) +BuildArch: noarch + +%description fish-completion +The official fish completion script for %{name}. + +%package zsh-completion +Summary: ZSH Completion for %{name} +Supplements: (%{name} and zsh) +BuildArch: noarch + +%description zsh-completion +The official zsh completion script for %{name}. + %prep %setup -q @@ -48,10 +73,23 @@ %install %make_install PREFIX=%{_prefix} +install -Dm0644 misc/auto-completion/fish/nnn.fish $RPM_BUILD_ROOT%{_datadir}/fish/vendor_completions.d/%{name}.fish +install -Dm0644 misc/auto-completion/bash/nnn-completion.bash $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/%{name} +install -Dm0644 misc/auto-completion/zsh/_nnn $RPM_BUILD_ROOT%{_datadir}/zsh/site-functions/_%{name} + %files %license LICENSE %doc README.md CHANGELOG %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{?ext_man} +%files bash-completion +%{_datadir}/bash-completion + +%files fish-completion +%{_datadir}/fish + +%files zsh-completion +%{_datadir}/zsh/ + %changelog ++++++ v4.2.tar.gz -> v4.3.tar.gz ++++++ ++++ 3536 lines of diff (skipped)
participants (1)
-
Source-Sync