Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ed for openSUSE:Factory checked in at 2023-01-19 16:43:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ed (Old) and /work/SRC/openSUSE:Factory/.ed.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ed" Thu Jan 19 16:43:47 2023 rev:34 rq:1059317 version:1.19 Changes: -------- --- /work/SRC/openSUSE:Factory/ed/ed.changes 2022-03-25 21:54:26.446264920 +0100 +++ /work/SRC/openSUSE:Factory/.ed.new.32243/ed.changes 2023-01-19 16:43:48.349644522 +0100 @@ -1,0 +2,24 @@ +Mon Jan 16 22:16:48 UTC 2023 - Andreas Stieger <[email protected]> + +- update to 1.19: + * Reading a non-existent file with commands 'e' or 'E' did set the + 'modified' flag, which prevented a following 'e' command from + succeeding + * The long name of option '-s' has been changed to '--script'. + Option '-s' now only suppresses byte counts and the '!' prompt + as mandated by POSIX. It no longer suppresses diagnostic + messages written to stderr. + * The short name '-q' has been assigned to options '--quiet' and + '--silent'. Option '-q' now only suppresses diagnostic messages + written to stderr. + * The help message showing the line where a script error happened + when ed's input is from a regular file is now printed to stdout + instead of stderr because it is enabled by the 'H' command. + * Ed no longer processes file names for backslash escapes. + * It has been documented in the manual that address 0 is valid as + a starting point for searches so that '0;/RE/' can match the + regular expression RE in the first line of the buffer. + * It has been documented in the manual how to achieve the effect + of ex style '!' filtering with a sequence of commands. + +------------------------------------------------------------------- Old: ---- ed-1.18.tar.zst New: ---- ed-1.19.tar.zst ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ed.spec ++++++ --- /var/tmp/diff_new_pack.S9Uk8A/_old 2023-01-19 16:43:48.877647272 +0100 +++ /var/tmp/diff_new_pack.S9Uk8A/_new 2023-01-19 16:43:48.881647292 +0100 @@ -1,7 +1,7 @@ # # spec file for package ed # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ed -Version: 1.18 +Version: 1.19 Release: 0 Summary: A line-oriented text editor License: GPL-3.0-or-later AND LGPL-2.1-or-later
