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-02-12 17:25:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/less (Old)
 and      /work/SRC/openSUSE:Factory/.less.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "less"

Thu Feb 12 17:25:00 2026 rev:82 rq:1332396 version:692

Changes:
--------
--- /work/SRC/openSUSE:Factory/less/less.changes        2025-11-25 
15:50:38.676910442 +0100
+++ /work/SRC/openSUSE:Factory/.less.new.1977/less.changes      2026-02-12 
17:25:05.605503373 +0100
@@ -1,0 +2,55 @@
+Sun Feb  8 22:24:34 UTC 2026 - Avindra Goolcharan <[email protected]>
+
+- update to 692:
+  * Revert HOME key to scroll to beginning of file and END key to
+    scroll to end of file (#658)
+  * Configure tty to leave CR and NL unmodified (#703)
+  * Add commands to lesskey parser (forw-bell-hilite, goto-pos and osc8-jump)
+  * Add key sequences to lesskey parser (\kE, \kF, \kH, \kI, \kM, and \kS)
+  * Fix bug using negative value with -z option (#709)
+  * Fix bug handling empty terminfo capabilties (#710)
+  * Fix memory leak in setupterm (#707)
+  * Make lesstest ignore system locale (nl_langinfo) (#708)
+- includes 691:
+  * Add --autosave option (#678)
+  * Add ESC-f command (#680)
+  * Add column number to long prompt and = message.
+  * Add prompt prototype sequences %C, %W, %Q and ?Q (#685)
+  * Map keypad keys, and use terminfo rather than termcap since
+    keypad definitions don't exist in termcap (#650)
+  * Change HOME key to scroll fully left and END key to scroll
+    fully right. Add shift-HOME and ctrl-HOME to scroll left and
+    jump to top, and add shift-END and ctrl-END to scroll right
+    and jump to end (#658)
+  * Add LESSNOCONFIG environment variable.
+  * Add --without-termlib to configure (#701)
+  * When setting line number colors (-DN), don't force bold
+    attribute. To set bold, you must append "d" or "*" to the
+    color string (#684)
+  * While waiting for file data, only ^C or ^X will interrupt,
+    not any command. This reverts to behavior that existed before
+    less-670 (#700)
+  * When --save-marks is not used, retain any marks saved in the
+    history file (#662)
+  * Defer sending the terminal init string until the first char
+    is read from the input file (#682)
+  * Make SIGHUP do an orderly exit like SIGTERM.
+  * Implement modeline handling in Windows build.
+  * Fix bugs and improve behavior of screen resize on Windows.
+  * Fix bug when entering search modifier key at start of non-
+    empty search string (#668)
+  * Fix bug repainting screen with --form-feed (#672)
+  * Fix bugs passing invalid negative values to some
+    command line options (#675)
+  * Fix incorrect display of Lit indicator (#670)
+  * Fix incorrect display when returning to a mark after resizeing window 
(#681)
+  * Fix bug using --pattern with --incsearch (#696)
+  * Disallow mouse click to open OSC8 link in SECURE mode (#676)
+  * Add SECURE_COMPILE environment variable for Windows builds.
+  * Update Unicode tables.
+- don't autoreconf again
+- explicitly list files
+- remove chmod hack
+- remove funcs.h rebuild
+
+-------------------------------------------------------------------

Old:
----
  less-685.tar.gz

New:
----
  less-692.tar.gz

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

Other differences:
------------------
++++++ less.spec ++++++
--- /var/tmp/diff_new_pack.AJweu0/_old  2026-02-12 17:25:06.801554113 +0100
+++ /var/tmp/diff_new_pack.AJweu0/_new  2026-02-12 17:25:06.809554452 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package less
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2024 Andreas Stieger <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -23,7 +23,7 @@
 %define use_usretc 1
 %endif
 Name:           less
-Version:        685
+Version:        692
 Release:        0
 Summary:        Text File Browser and Pager Similar to more
 License:        BSD-2-Clause OR GPL-3.0-or-later
@@ -38,13 +38,12 @@
 Source6:        
https://www.greenwoodsoftware.com/less/pubkey.asc#/%{name}.keyring
 Patch0:         less-429-shell.patch
 Patch2:         less-429-more.patch
-BuildRequires:  automake
 BuildRequires:  groff
 BuildRequires:  ncurses-devel
 BuildRequires:  pkgconfig
+Recommends:     %{_bindir}/which
 # weak dependencies required only by preprocessor, which is disabled by default
 Recommends:     file
-Recommends:     /usr/bin/which
 
 %description
 less is a text file browser and pager similar to more. It allows
@@ -54,22 +53,15 @@
 
 %prep
 %autosetup -p1
-#
-# the ./configure script is not writable for the normal user
-# rather fix permissions for all files
-chmod u+w *
-#
 cp %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} .
 
 %build
-autoreconf -fiv
 export CFLAGS="%{optflags} -fPIE"
 export LDFLAGS="-pie"
 %configure
 #
 # regenerate help.c because less.hlp was patched
 perl mkhelp.pl < less.hlp > help.c
-grep -h "^public [^;]*$" *.c *.h | sed "s/$/;/" >funcs.h
 #
 # build less
 %make_build
@@ -89,7 +81,14 @@
 %files
 %license LICENSE COPYING
 %doc NEWS README.SUSE
-%{_mandir}/*/*
-%{_distconfdir}/*
-%{_bindir}/*
+%{_mandir}/man1/less.1%{?ext_man}
+%{_mandir}/man1/lessecho.1%{?ext_man}
+%{_mandir}/man1/lesskey.1%{?ext_man}
+%{_distconfdir}/lesskey
+%{_distconfdir}/lesskey.bin
+%{_bindir}/less
+%{_bindir}/lessclose.sh
+%{_bindir}/lessecho
+%{_bindir}/lesskey
+%{_bindir}/lessopen.sh
 

++++++ less-685.tar.gz -> less-692.tar.gz ++++++
++++ 15738 lines of diff (skipped)

Reply via email to