Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lnav for openSUSE:Factory checked in at 2022-10-14 15:41:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lnav (Old) and /work/SRC/openSUSE:Factory/.lnav.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lnav" Fri Oct 14 15:41:45 2022 rev:5 rq:1010436 version:0.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/lnav/lnav.changes 2022-09-08 14:22:49.698554629 +0200 +++ /work/SRC/openSUSE:Factory/.lnav.new.2275/lnav.changes 2022-10-14 15:42:31.227916512 +0200 @@ -1,0 +2,45 @@ +Tue Oct 11 07:45:43 UTC 2022 - Michael Vetter <[email protected]> + +- Update to 0.11.1: + Features: + * Additional validation checks for log formats have been + added and will result in warnings. Pass -W on the + command-line to view the warnings. The following new + check have been added: + + Each regex must have a corresponding sample log message + that it matches. + + Each sample must be matched by only one regex. + * Added built-in support for anonymizing content. The + :write-* commands now accept an --anonymize option + and there is an anonymize() SQL function. The + anonymization process will try to replace identifying + information with random data. For example, IPv4 addresses + are replaced with addresses in the 10.0.0.0/8 range. + (This feature is mainly intended to help with providing + information to lnav support that does not have sensitive + values.) + * Added parse_url() and unparse_url() SQL functions for + parsing URLs into a JSON object and then back again. Note + that the implementation relies on libcurl which has some + limitations, like not supporting all types of schemes + (e.g. mailto:). + * Added the subsecond-field and subsecond-units log + format properties to allow for specifying a separate + field for the sub-second portion of a timestamp. + * Added a keymap for Swedish keyboards. + Breaking changes: + * The regexp_capture() table-valued-function now returns NULL + instead of an empty string for the capture_name column if + the capture is not named. + Fixes: + * Reduce the "no patterns have a capture" error to a warning + so that it doesn't block lnav from starting up. + * Some ANSI escape sequences will now be removed before testing + regexes against a log message. + * If a line in a JSON-lines log file does not start with a + {, it will now be shown as-is and will not have the JSON + parse error. + Cost of Doing Business: + * Migrated from pcre to pcre2. + +------------------------------------------------------------------- Old: ---- lnav-0.11.0.tar.gz New: ---- lnav-0.11.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lnav.spec ++++++ --- /var/tmp/diff_new_pack.H0eHn5/_old 2022-10-14 15:42:31.771917421 +0200 +++ /var/tmp/diff_new_pack.H0eHn5/_new 2022-10-14 15:42:31.779917434 +0200 @@ -26,7 +26,7 @@ BuildRequires: gcc6-c++ %endif Name: lnav -Version: 0.11.0 +Version: 0.11.1 Release: 0 Summary: Logfile Navigator License: BSD-2-Clause @@ -41,7 +41,7 @@ BuildRequires: ncurses-devel # Only needed for the tests to run BuildRequires: openssh -BuildRequires: pcre-devel +BuildRequires: pcre2-devel BuildRequires: readline-devel BuildRequires: zlib-devel %if 0%{?suse_version} @@ -88,7 +88,7 @@ %files %license LICENSE -%doc AUTHORS NEWS README +%doc AUTHORS NEWS.md README %{_bindir}/lnav %{_mandir}/man1/lnav.1%{?ext_man} %if %{defined suse_version} ++++++ lnav-0.11.0.tar.gz -> lnav-0.11.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/lnav/lnav-0.11.0.tar.gz /work/SRC/openSUSE:Factory/.lnav.new.2275/lnav-0.11.1.tar.gz differ: char 24, line 1
