Accepting request 1059317 from utilities
OBS-URL: https://build.opensuse.org/request/show/1059317 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ed?expand=0&rev=34
This commit is contained in:
commit
6716739f2a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:19ffc8d184537ee9e2145bad196fa3e3d2365f0ea08f3e51e99d37ae727b79da
|
|
||||||
size 68912
|
|
BIN
ed-1.19.tar.zst
(Stored with Git LFS)
Normal file
BIN
ed-1.19.tar.zst
(Stored with Git LFS)
Normal file
Binary file not shown.
24
ed.changes
24
ed.changes
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 22:16:48 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Sun Mar 20 21:35:29 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
4
ed.spec
4
ed.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ed
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ed
|
Name: ed
|
||||||
Version: 1.18
|
Version: 1.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A line-oriented text editor
|
Summary: A line-oriented text editor
|
||||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user