Hello community,

here is the log from the commit of package less for openSUSE:Factory checked in 
at 2018-05-06 14:55:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/less (Old)
 and      /work/SRC/openSUSE:Factory/.less.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "less"

Sun May  6 14:55:53 2018 rev:54 rq:602385 version:530

Changes:
--------
--- /work/SRC/openSUSE:Factory/less/less.changes        2018-04-06 
17:41:22.293209643 +0200
+++ /work/SRC/openSUSE:Factory/.less.new/less.changes   2018-05-06 
14:55:59.213095356 +0200
@@ -1,0 +2,45 @@
+Sun Apr 29 09:04:21 UTC 2018 - kstreit...@suse.com
+
+- update to version 530 [bsc#1091308]
+  * Don't output terminal init sequence if using -F and file fits
+    on one screen.
+  * When using -S, mark truncated lines with a special character.
+    The character can be changed or disabled via the new --rscroll
+    option.
+  * New command M marks the last line displayed on the screen.
+  * New command ESC-m removes a line mark.
+  * Status column (enabled via -J) now shows mark letters.
+  * Status column shows search matches even if highlighting is
+    disabled via -G.
+  * A second ESC-u command will clear search match markers in the
+    status column.
+  * Do same ANSI escape code filtering for tag matching that we do
+    for searching, to help when viewing syntax-highlighted code.
+  * Catch SIGTERM and clean up before exiting.
+  * Fix bug initializing default charset on Windows.
+  * Handle keypad ENTER key correctly if it sends something other
+    than newline.
+  * Fix buffering bug when using stdin with a LESSOPEN pipe.
+  * Update Unicode tables to 2017-03-08.
+  * Pass-thru Unicode formating chars (Cf type) instead of treating
+    them as binary chars. But treat them as binary if -U is set.
+  * Fix erroneous binary file warning when UTF-8 file contains ANSI
+    SGR sequences.
+  * Fix bugs when using LESSOPEN and switching between stdin and
+    other files.
+  * Fix some bugs handling filenames containing shell metacharacters
+  * Fix some memory leaks.
+  * Allow some debugging environment variables to be set in lesskey
+    file.
+  * Code improvements:
+    * Use ANSI prototypes in funcs.h declarations.
+    * Fix some const mismatches.
+    * Remove archaic "register" in variable declarations.
+- remove the following patches (applied upstream)
+  * less-429-strict_aliasing.patch
+  * less-429-terminate.patch
+- renumber patches
+- remove 'make mkhelp' from the specfile as mkhelp.pl is now
+  distributed in the tarball
+
+-------------------------------------------------------------------

Old:
----
  less-429-strict_aliasing.patch
  less-429-terminate.patch
  less-487.tar.gz
  less-487.tar.gz.sig

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

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

Other differences:
------------------
++++++ less.spec ++++++
--- /var/tmp/diff_new_pack.lhHDjS/_old  2018-05-06 14:55:59.749075692 +0200
+++ /var/tmp/diff_new_pack.lhHDjS/_new  2018-05-06 14:55:59.749075692 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           less
-Version:        487
+Version:        530
 Release:        0
 Summary:        Text File Browser and Pager Similar to more
 License:        GPL-3.0-or-later OR BSD-2-Clause
@@ -28,13 +28,11 @@
 Source2:        lessopen.sh
 Source3:        lessclose.sh
 Source4:        lesskey.src
-Source5:        
http://www.greenwoodsoftware.com/less/less-%{version}.tar.gz.sig
+Source5:        http://www.greenwoodsoftware.com/less/less-%{version}.sig
 Source6:        
http://www.greenwoodsoftware.com/less/pubkey.asc#/%{name}.keyring
-Patch22:        less-429-strict_aliasing.patch
-Patch24:        less-429-terminate.patch
-Patch26:        less-429-shell.patch
-Patch27:        less-429-save_line_position.patch
-Patch28:        less-429-more.patch
+Patch0:         less-429-shell.patch
+Patch1:         less-429-save_line_position.patch
+Patch2:         less-429-more.patch
 BuildRequires:  automake
 BuildRequires:  ncurses-devel
 Requires:       file
@@ -48,11 +46,9 @@
 
 %prep
 %setup -q
-%patch22
-%patch24
-%patch26
-%patch27
-%patch28
+%patch0
+%patch1
+%patch2
 #
 # the ./configure script is not writable for the normal user
 # rather fix permissions for all files
@@ -67,8 +63,7 @@
 %configure --with-pic
 #
 # regenerate help.c because less.hlp was patched
-make %{?_smp_mflags} mkhelp
-./mkhelp <less.hlp >help.c
+./mkhelp.pl <less.hlp >help.c
 #
 # build less
 make %{?_smp_mflags}

++++++ less-487.tar.gz -> less-530.tar.gz ++++++
++++ 8345 lines of diff (skipped)



Reply via email to