Hello community,

here is the log from the commit of package less for openSUSE:Factory checked in 
at 2019-09-30 15:49:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/less (Old)
 and      /work/SRC/openSUSE:Factory/.less.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "less"

Mon Sep 30 15:49:14 2019 rev:55 rq:732670 version:551

Changes:
--------
--- /work/SRC/openSUSE:Factory/less/less.changes        2018-05-06 
14:55:59.213095356 +0200
+++ /work/SRC/openSUSE:Factory/.less.new.2352/less.changes      2019-09-30 
15:49:21.142820833 +0200
@@ -1,0 +2,18 @@
+Sat Sep 21 18:59:37 UTC 2019 - Andreas Stieger <[email protected]>
+
+- less 551:
+  * Add --mouse option
+  * Add --wheel-lines option
+  * Add --no-histdups option
+  * Add --save-marks option
+  * Support PCRE2 regular expression library
+  * Redraw screen on SIGWINCH even if screen size doesn't change
+  * Shell-escape filenames in history so they can be used again
+  * Ring bell if user enters invalid long option name
+  * Use PCRE_UTF8 flag for pcre regular expressions when in UTF-8 mode
+  * Don't count lines in initial screen if using -X with -F
+  * Fix bug in v command on empty file
+  * Fix bug in v command when filename contains shell metacharacters
+- refresh less-429-shell.patch
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ less.spec ++++++
--- /var/tmp/diff_new_pack.eJLnll/_old  2019-09-30 15:49:21.706819332 +0200
+++ /var/tmp/diff_new_pack.eJLnll/_new  2019-09-30 15:49:21.706819332 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package less
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           less
-Version:        530
+Version:        551
 Release:        0
 Summary:        Text File Browser and Pager Similar to more
 License:        GPL-3.0-or-later OR BSD-2-Clause
 Group:          Productivity/Text/Utilities
-Url:            http://www.greenwoodsoftware.com/less/
+URL:            http://www.greenwoodsoftware.com/less/
 Source:         http://www.greenwoodsoftware.com/less/less-%{version}.tar.gz
 Source1:        README.SUSE
 Source2:        lessopen.sh
@@ -35,8 +35,8 @@
 Patch2:         less-429-more.patch
 BuildRequires:  automake
 BuildRequires:  ncurses-devel
+BuildRequires:  pkgconfig
 Requires:       file
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 less is a text file browser and pager similar to more. It allows
@@ -81,7 +81,6 @@
 chmod -x LICENSE COPYING NEWS README.SUSE
 
 %files
-%defattr(-, root, root)
 %license LICENSE COPYING
 %doc NEWS README.SUSE
 %{_mandir}/*/*

++++++ less-429-shell.patch ++++++
--- /var/tmp/diff_new_pack.eJLnll/_old  2019-09-30 15:49:21.746819225 +0200
+++ /var/tmp/diff_new_pack.eJLnll/_new  2019-09-30 15:49:21.746819225 +0200
@@ -2,20 +2,20 @@
 ===================================================================
 --- filename.c.orig
 +++ filename.c
-@@ -585,7 +585,7 @@ shellcmd(cmd)
+@@ -574,7 +574,7 @@ shellcmd(cmd)
  #if HAVE_SHELL
        char *shell;
  
 -      shell = lgetenv("SHELL");
 +      shell = lgetenv("LESSSHELL");
-       if (shell != NULL && *shell != '\0')
+       if (!isnullenv(shell))
        {
                char *scmd;
 Index: less.hlp
 ===================================================================
 --- less.hlp.orig
 +++ less.hlp
-@@ -99,7 +99,7 @@
+@@ -101,7 +101,7 @@
    ___<_n_a_m_e_>             Display the setting of an option, by name.
    +_c_m_d                 Execute the less cmd each time a new file is 
examined.
  
@@ -28,7 +28,7 @@
 ===================================================================
 --- less.nro.orig
 +++ less.nro
-@@ -411,7 +411,7 @@ current file.
+@@ -419,7 +419,7 @@ current file.
  A pound sign (#) is replaced by the name of the previously examined file.
  "!!" repeats the last shell command.
  "!" with no shell command simply invokes a shell.
@@ -37,7 +37,7 @@
  or defaults to "sh".
  On MS-DOS and OS/2 systems, the shell is the normal command processor.
  .IP "| <m> shell-command"
-@@ -1732,7 +1732,7 @@ compatible mode.
+@@ -1790,7 +1790,7 @@ compatible mode.
  .IP PATH
  User's search path (used to find a lesskey file
  on MS-DOS and OS/2 systems).
@@ -50,7 +50,7 @@
 ===================================================================
 --- lsystem.c.orig
 +++ lsystem.c
-@@ -128,7 +128,7 @@ lsystem(cmd, donemsg)
+@@ -133,7 +133,7 @@ lsystem(cmd, donemsg)
         */
  #if HAVE_SHELL
        p = NULL;

++++++ less-530.tar.gz -> less-551.tar.gz ++++++
++++ 5993 lines of diff (skipped)



Reply via email to