Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
5105b6cb35 | |||
ac5272656a | |||
7d43c8c179 | |||
45390293a5 | |||
9207dda113 | |||
7b0b21ac56 |
BIN
ed-1.20.2.tar.xz
(Stored with Git LFS)
BIN
ed-1.20.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
ed-1.22.1.tar.xz
Normal file
3
ed-1.22.1.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee9cc0fbb6a9a6f019c5296c5d6ffe0f2dddd1d9e3d0e3e4575bc406cc98ec7b
|
||||
size 71240
|
35
ed.changes
35
ed.changes
@@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 6 16:30:48 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU ed 1.22.1:
|
||||
* Ed now departs from POSIX and ignores SIGPIPE to prevent
|
||||
commands like 'w !:' or ',!:' from terminating ed. A broken
|
||||
pipe is now detected as any other write error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 27 15:20:45 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU ed 1.22:
|
||||
* The shell escape command (!) now accepts line addresses to
|
||||
filter the addressed lines through a shell command
|
||||
- skip tests on ARM
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 4 16:33:52 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU ed 1.21.1:
|
||||
* Fixed a compilation failure caused by the inclusion of the
|
||||
unused and obsolete header <sys/file.h>
|
||||
* Ed now reads the initial window size for the z command from the
|
||||
environment variable LINES
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 11 12:19:09 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU ed 1.21
|
||||
* 'r !command' and 'w !command' ignore again the exit status of
|
||||
'command'
|
||||
* The messages "Newline inserted" and "Newline appended" are now
|
||||
suppressed in scripted mode (-s)
|
||||
* documentation updates and portqability fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 1 11:52:59 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
6
ed.spec
6
ed.spec
@@ -2,7 +2,7 @@
|
||||
# spec file for package ed
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: ed
|
||||
Version: 1.20.2
|
||||
Version: 1.22.1
|
||||
Release: 0
|
||||
Summary: A line-oriented text editor
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||
@@ -42,7 +42,7 @@ superseded by full-screen editors such as GNU Emacs or GNU Moe.
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build CFLAGS="%{optflags}"
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Reference in New Issue
Block a user