diff --git a/ed-1.20.2.tar.xz b/ed-1.20.2.tar.xz deleted file mode 100644 index d64e902..0000000 --- a/ed-1.20.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c148f06cf38b1c316225595a47bdad9f0feec79e99e4c5803a9ed004c90da451 -size 69700 diff --git a/ed-1.22.2.tar.xz b/ed-1.22.2.tar.xz new file mode 100644 index 0000000..9ab9fa1 --- /dev/null +++ b/ed-1.22.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b9075f83ee8630d7c742ff1511ce0e007718b47de1a777fe8ae9b758477f1f +size 71372 diff --git a/ed.changes b/ed.changes index 40727c4..a514068 100644 --- a/ed.changes +++ b/ed.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Mon Aug 18 18:37:30 UTC 2025 - Andreas Stieger + +- 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 + +- 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 + +- 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 + +- GNU ed 1.21.1: + * Fixed a compilation failure caused by the inclusion of the + unused and obsolete header + * 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 + +- 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 diff --git a/ed.spec b/ed.spec index 1206310..f5446f8 100644 --- a/ed.spec +++ b/ed.spec @@ -2,7 +2,7 @@ # spec file for package ed # # Copyright (c) 2023 SUSE LLC -# Copyright (c) 2024 Andreas Stieger +# Copyright (c) 2025 Andreas Stieger # # 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