Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package less for openSUSE:Factory checked in 
at 2026-05-28 23:08:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/less (Old)
 and      /work/SRC/openSUSE:Factory/.less.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "less"

Thu May 28 23:08:04 2026 rev:83 rq:1355148 version:702

Changes:
--------
--- /work/SRC/openSUSE:Factory/less/less.changes        2026-02-12 
17:25:05.605503373 +0100
+++ /work/SRC/openSUSE:Factory/.less.new.1937/less.changes      2026-05-28 
23:08:25.478727954 +0200
@@ -1,0 +2,71 @@
+Mon May 25 07:40:07 UTC 2026 - Andreas Stieger <[email protected]>
+
+- Update to 702:
+  * Add --hilite-target option and -DJ to color target line
+  * Add --past-eof option
+  * Add --end-prompt option
+  * Add --emouse and --rmouse options, and horizontal mouse
+    scrolling and dragging
+  * Add -DT option to format tilde lines
+  * Change OSC 8 link handling: replace LESS_OSC8_xxx with
+    LESS_OSC8_OPEN_xxx. Remove %O from prompt expansion as no
+    longer needed. Any use of environment variables LESS_OSC8_xxx
+    need to be manually changed to use LESS_OSC8_OPEN_xxx
+  * Add ?o to prompt strings, to detect whether an OSC 8 link is
+    selected
+  * When scrolling past end-of-file or before beginning-of-file,
+    stop when exactly one line is left on screen.
+  * Make -w/-W highlight lines when moving backward as well as
+    forward
+  * Display pattern in "Pattern not found" message
+  * Allow m and M commands to take a numeric argument to specify
+    the line to be marked
+  * Allow ' command to take a numeric argument to specify the
+    screen position on which to place the marked line.
+  * Allow lesskey to map keypad ENTER with \kpe
+  * Add "noaction" as a possible action in #line-edit section in a
+    lesskey file
+  * Support POSIX character classes with the built-in V8 regex
+    library
+  * Change | command to pipe just one line if the marked line is at
+    the top of the screen
+  * If OSC8 handler command begins with "-", suppress command echo,
+    and if it begins with ctrl-P, suppress "done" message
+  * Don't ask for confirmation when input is a binary file and
+    stdout is redirected. Fixes infinite loop in that situation
+  * Make early error messages go to stderr if stdout is redirected
+  * Don't retry read after read error; fixes hang when attempting
+    to read a directory or other unreadable file
+  * Fix incorrect restoration of saved mark if not at top of screen
+  * With --save-marks, don't save a mark that was cleared with
+    ESC-m.
+  * Fix buffer overflow when using malformed lesskey file
+  * Fix unexpected scrolling past end of file
+  * Fix bug when env var in LESSKEY_CONTENT partially matches env
+    var defined in lesskey file
+  * Fix bug when env var in lesskey file matches tail of env var
+    used by less
+  * Fix command parsing bug when one command is a substring of
+    another. Also fixes --no-paste option
+  * Fix incorrect display using --color to set character attributes
+    without color, such as -DS-u
+  * Fix crash when tags file contains invalid line number 0
+  * Fix build when tparm() doesn't use varargs
+  * Fix prompt overflow when filtering with long prompt
+  * Fix incorrect highlighting when change -i while filtering
+  * Fix erroneous error mesage using --show-preproc-error with
+    some shells
+  * Fix erroneous highlighting when using a search pattern
+    containing more than 5 pairs of parentheses with PCRE2
+  * When ^X interrupts F mode, discard pending keys as is done when
+    ^C interrupts it
+  * Fix bug in Windows where pressing any key during "waiting for
+    data" would prevent a subsequent ^X from working.
+  * Fix erroneous display in some situations when using LESS_LINES
+  * Fix erroneous display after certain messages are displayed in a
+    very narrow terminal
+  * Don't init terminal if stdout is not a tty
+  * Fix bug clicking OSC 8 link that crosses a screen line boundary
+- add upstream signing key and validate source signature
+
+-------------------------------------------------------------------

Old:
----
  less-692.tar.gz

New:
----
  less-702.tar.gz
  less-702.tar.gz.sig

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

Other differences:
------------------
++++++ less.spec ++++++
--- /var/tmp/diff_new_pack.eZVKcv/_old  2026-05-28 23:08:26.782781600 +0200
+++ /var/tmp/diff_new_pack.eZVKcv/_new  2026-05-28 23:08:26.786781764 +0200
@@ -2,7 +2,7 @@
 # spec file for package less
 #
 # Copyright (c) 2026 SUSE LLC and contributors
-# Copyright (c) 2024 Andreas Stieger <[email protected]>
+# Copyright (c) 2026 Andreas Stieger <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %define use_usretc 1
 %endif
 Name:           less
-Version:        692
+Version:        702
 Release:        0
 Summary:        Text File Browser and Pager Similar to more
 License:        BSD-2-Clause OR GPL-3.0-or-later
@@ -34,8 +34,9 @@
 Source2:        lessopen.sh
 Source3:        lessclose.sh
 Source4:        lesskey.src
-# Source5:        https://www.greenwoodsoftware.com/less/less-%%{version}.sig
-Source6:        
https://www.greenwoodsoftware.com/less/pubkey.asc#/%{name}.keyring
+Source5:        
https://www.greenwoodsoftware.com/less/less-%{version}.sig#/%{name}-%{version}.tar.gz.sig
+# https://www.greenwoodsoftware.com/less/pubkey.asc
+Source6:        %{name}.keyring
 Patch0:         less-429-shell.patch
 Patch2:         less-429-more.patch
 BuildRequires:  groff
@@ -88,7 +89,8 @@
 %{_distconfdir}/lesskey.bin
 %{_bindir}/less
 %{_bindir}/lessclose.sh
-%{_bindir}/lessecho
 %{_bindir}/lesskey
 %{_bindir}/lessopen.sh
+%{_libexecdir}/lessecho
+%{_libexecdir}/less-osc8-open
 

++++++ less-692.tar.gz -> less-702.tar.gz ++++++
++++ 7222 lines of diff (skipped)

Reply via email to