Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nnn for openSUSE:Factory checked in 
at 2026-04-10 17:53:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nnn (Old)
 and      /work/SRC/openSUSE:Factory/.nnn.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nnn"

Fri Apr 10 17:53:48 2026 rev:38 rq:1345733 version:5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/nnn/nnn.changes  2025-10-05 17:52:21.022347919 
+0200
+++ /work/SRC/openSUSE:Factory/.nnn.new.21863/nnn.changes       2026-04-10 
18:03:06.534847189 +0200
@@ -1,0 +2,27 @@
+Thu Apr  9 20:15:56 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 5.2:
+  * enable 8 contexts (saved sessions may no longer be usable,
+    users need to re-create the sessions)
+  * massive du performance improvement
+  * floating window
+    - render file stats (<kbd>f</kbd>) in a navigable floating
+      window
+    - support rendering output of command run as plugin within
+      floating window (prefix `>`)
+  * support in order fuzzy search
+  * with no selection, allow user input on _Copy here_ or _Move
+    here_ e.g. to copy the system clipboard
+  * double confirm when removing more than 10 selected files
+    using `rm`
+  * auto-complete hovered file name on pressing <kbd>TAB</kbd> at
+    the end of prompt input
+  * fix: scroll down arrow indicator not showing when down arrow
+    is pressed with filter
+  * fix: refresh directory after selection edits
+  * support PCRE2 compile-in (`make O_PCRE2=1`), remove PCRE1
+    support (no longer being developed)
+  * support jelliz in preview-tui
+  * history file for native prompt
+
+-------------------------------------------------------------------

Old:
----
  nnn-5.1.tar.gz.sig
  nnn-v5.1.tar.gz

New:
----
  nnn-5.2.tar.gz.sig
  nnn-v5.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nnn.spec ++++++
--- /var/tmp/diff_new_pack.5Ep28Y/_old  2026-04-10 18:03:07.158872928 +0200
+++ /var/tmp/diff_new_pack.5Ep28Y/_new  2026-04-10 18:03:07.162873093 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nnn
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           nnn
-Version:        5.1
+Version:        5.2
 Release:        0
 Summary:        Terminal based file browser
 License:        BSD-2-Clause
@@ -28,8 +28,9 @@
 Source99:       nnn.keyring
 BuildRequires:  pkgconfig
 BuildRequires:  readline-devel
-Recommends:     sshfs
+BuildRequires:  pkgconfig(libpcre2-8)
 BuildRequires:  pkgconfig(ncursesw)
+Recommends:     sshfs
 
 %description
 nnn is a fork of noice, a terminal file browser with keyboard
@@ -66,14 +67,14 @@
 
 %build
 export CFLAGS="%{optflags}"
-%make_build strip
+%make_build strip O_PCRE2=1
 
 %install
-%make_install PREFIX=%{_prefix}
+%make_install PREFIX=%{_prefix} O_PCRE2=1
 
-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}
+install -Dm0644 misc/auto-completion/fish/nnn.fish 
%{buildroot}%{_datadir}/fish/vendor_completions.d/%{name}.fish
+install -Dm0644 misc/auto-completion/bash/nnn-completion.bash 
%{buildroot}%{_datadir}/bash-completion/completions/%{name}
+install -Dm0644 misc/auto-completion/zsh/_nnn 
%{buildroot}%{_datadir}/zsh/site-functions/_%{name}
 
 %files
 %license LICENSE

++++++ nnn-v5.1.tar.gz -> nnn-v5.2.tar.gz ++++++
++++ 3934 lines of diff (skipped)

Reply via email to