From 27e01af1836dc5634d6288469831669a3ebc1f9986dd2f36bedc95686afbfe60 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 18 Jan 2023 10:00:35 +0000 Subject: [PATCH] Accepting request 1058786 from home:AndreasStieger:branches:utilities ed 1.19 OBS-URL: https://build.opensuse.org/request/show/1058786 OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=41 --- ed-1.18.tar.zst | 3 --- ed-1.19.tar.zst | 3 +++ ed.changes | 24 ++++++++++++++++++++++++ ed.spec | 4 ++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 ed-1.18.tar.zst create mode 100644 ed-1.19.tar.zst diff --git a/ed-1.18.tar.zst b/ed-1.18.tar.zst deleted file mode 100644 index 8496d62..0000000 --- a/ed-1.18.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19ffc8d184537ee9e2145bad196fa3e3d2365f0ea08f3e51e99d37ae727b79da -size 68912 diff --git a/ed-1.19.tar.zst b/ed-1.19.tar.zst new file mode 100644 index 0000000..63969f5 --- /dev/null +++ b/ed-1.19.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd96dc2224f9818532e7d5d0b5c1739223dde54f91a68b4a5a1d3b345588aca +size 69291 diff --git a/ed.changes b/ed.changes index f052c47..e67cf65 100644 --- a/ed.changes +++ b/ed.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Jan 16 22:16:48 UTC 2023 - Andreas Stieger + +- 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. + ------------------------------------------------------------------- Sun Mar 20 21:35:29 UTC 2022 - Dirk Müller diff --git a/ed.spec b/ed.spec index 96a8a76..e14c7c5 100644 --- a/ed.spec +++ b/ed.spec @@ -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