Factory #1
BIN
ed-1.20.2.tar.xz
LFS
BIN
ed-1.20.2.tar.xz
LFS
Binary file not shown.
BIN
ed-1.22.2.tar.xz
LFS
Normal file
BIN
ed-1.22.2.tar.xz
LFS
Normal file
Binary file not shown.
44
ed.changes
44
ed.changes
@@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 18:37:30 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU ed 1.22.2:
|
||||
* Newline characters are no longer allowed in file names even if
|
||||
'--unsafe-names' is specified.
|
||||
* The file name is now printed escaped also when replaced into a
|
||||
shell command.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.2
|
||||
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