Hello community,

here is the log from the commit of package nnn for openSUSE:Factory checked in 
at 2019-12-05 17:34:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nnn (Old)
 and      /work/SRC/openSUSE:Factory/.nnn.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nnn"

Thu Dec  5 17:34:30 2019 rev:14 rq:754220 version:2.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/nnn/nnn.changes  2019-12-04 14:20:40.866453361 
+0100
+++ /work/SRC/openSUSE:Factory/.nnn.new.4691/nnn.changes        2019-12-05 
17:35:03.801442025 +0100
@@ -1,0 +2,7 @@
+Thu Dec  5 04:58:16 UTC 2019 - Dilawar Singh <dilawar.s.raj...@gmail.com>
+
+- Update to version 2.8.1
+   
+   * Fixes to regression caused by 2.8.
+
+-------------------------------------------------------------------

Old:
----
  nnn-2.8.tar.gz

New:
----
  nnn-2.8.1.tar.gz

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

Other differences:
------------------
++++++ nnn.spec ++++++
--- /var/tmp/diff_new_pack.tx9W8f/_old  2019-12-05 17:35:04.329441950 +0100
+++ /var/tmp/diff_new_pack.tx9W8f/_new  2019-12-05 17:35:04.337441949 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           nnn
-Version:        2.8
+Version:        2.8.1
 Release:        0
 Summary:        Terminal based file browser
 License:        BSD-2-Clause

++++++ nnn-2.8.tar.gz -> nnn-2.8.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nnn-2.8/CHANGELOG new/nnn-2.8.1/CHANGELOG
--- old/nnn-2.8/CHANGELOG       2019-12-03 22:28:27.000000000 +0100
+++ new/nnn-2.8.1/CHANGELOG     2019-12-05 00:17:32.000000000 +0100
@@ -1,3 +1,11 @@
+nnn v2.8.1
+2019-12-05
+
+- Fix always archiving current file
+- More elaborate docs on selection changes
+
+-------------------------------------------------------------------------------
+
 nnn v2.8
 2019-12-04
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nnn-2.8/Makefile new/nnn-2.8.1/Makefile
--- old/nnn-2.8/Makefile        2019-12-03 22:28:27.000000000 +0100
+++ new/nnn-2.8.1/Makefile      2019-12-05 00:17:32.000000000 +0100
@@ -1,4 +1,4 @@
-VERSION = 2.8
+VERSION = 2.8.1
 
 PREFIX ?= /usr/local
 MANPREFIX ?= $(PREFIX)/share/man
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nnn-2.8/misc/packagecore/packagecore.yaml 
new/nnn-2.8.1/misc/packagecore/packagecore.yaml
--- old/nnn-2.8/misc/packagecore/packagecore.yaml       2019-12-03 
22:28:27.000000000 +0100
+++ new/nnn-2.8.1/misc/packagecore/packagecore.yaml     2019-12-05 
00:17:32.000000000 +0100
@@ -85,16 +85,16 @@
     deps:
       - ncurses
       - readline
-#  fedora30:
-#    builddeps:
-#      - make
-#      - gcc
-#      - pkg-config
-#      - ncurses-devel
-#      - readline-devel
-#    deps:
-#      - ncurses
-#      - readline
+  fedora30:
+    builddeps:
+      - make
+      - gcc
+      - pkg-config
+      - ncurses-devel
+      - readline-devel
+    deps:
+      - ncurses
+      - readline
   fedora31:
     builddeps:
       - make
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nnn-2.8/nnn.1 new/nnn-2.8.1/nnn.1
--- old/nnn-2.8/nnn.1   2019-12-03 22:28:27.000000000 +0100
+++ new/nnn-2.8.1/nnn.1 2019-12-05 00:17:32.000000000 +0100
@@ -1,4 +1,4 @@
-.Dd Dec 04, 2019
+.Dd Dec 05, 2019
 .Dt NNN 1
 .Os
 .Sh NAME
@@ -158,7 +158,7 @@
 .Sh SELECTION
 There are 3 groups of shortcuts to add files to selection:
 .Pp
-(1) hovered file selection toggle (indicated by '+' symbol on/off)
+(1) hovered file selection toggle (deselects if '+' is visible before the 
entry, else adds to selection)
 .br
 (2) add a range of files to selection
 .br
@@ -168,7 +168,7 @@
 .Pp
 Absolute paths of the selected files are copied to the temporary file 
\fB.selection\fR in the config directory. The path is shown in the help and 
configuration screen. If \fB$NNN_COPIER\fR is set (see ENVIRONMENT section 
below) the file paths are also copied to the system clipboard.
 .Pp
-To flush the selection without running any operation use the _edit, flush 
selection_ key. The list is flushed even if unchanged. Use this key to remove a 
file from selection after you navigate away from its directory.
+To flush the selection without running any operation use the _edit, flush 
selection_ key. The list is flushed even if unchanged. Use this key to remove a 
file from selection after you navigate away from its directory. Flushing 
doesn't end the selection mode. You can add more files to the selection and 
edit/flush the list again. Flushing doesn't end the selection mode. You can add 
more files to the selection and edit/flush the list again.
 .Pp
 Repeat range selection on the same entry twice to clear selection completely.
 .Sh FILE SIZE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nnn-2.8/src/nnn.c new/nnn-2.8.1/src/nnn.c
--- old/nnn-2.8/src/nnn.c       2019-12-03 22:28:27.000000000 +0100
+++ new/nnn-2.8.1/src/nnn.c     2019-12-05 00:17:32.000000000 +0100
@@ -103,7 +103,7 @@
 #include "dbg.h"
 
 /* Macro definitions */
-#define VERSION "2.8"
+#define VERSION "2.8.1"
 #define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn";
 #define SESSIONS_VERSION 1
 
@@ -5043,9 +5043,9 @@
 
                                get_archive_cmd(cmd, tmp);
 
-                               (r == 'y' || r == 'Y') ? archive_selection(cmd, 
tmp, path)
-                                                      : spawn(cmd, tmp, 
dents[cur].name,
-                                                              path, F_NORMAL | 
F_MULTI);
+                               (r == 's') ? archive_selection(cmd, tmp, path)
+                                          : spawn(cmd, tmp, dents[cur].name,
+                                                   path, F_NORMAL | F_MULTI);
                                break;
                        }
                        case SEL_OPENWITH:


Reply via email to