From 0294ebeafbda2d9bd30402562d006795d2a7a40f025e7f2de031ee99cc235414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 21 Feb 2024 11:39:18 +0000 Subject: [PATCH] Accepting request 1147134 from home:AndreasStieger:branches:utilities GNU ed 1.20.1 OBS-URL: https://build.opensuse.org/request/show/1147134 OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=45 --- ed-1.20.1.tar.xz | 3 +++ ed-1.20.tar.xz | 3 --- ed.changes | 29 +++++++++++++++++++++++++++++ ed.spec | 2 +- 4 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 ed-1.20.1.tar.xz delete mode 100644 ed-1.20.tar.xz diff --git a/ed-1.20.1.tar.xz b/ed-1.20.1.tar.xz new file mode 100644 index 0000000..11f7099 --- /dev/null +++ b/ed-1.20.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ad6055417cd3063df0c3e251b5068aacf97c71b42172da1bc18b2c5d65463e2 +size 69648 diff --git a/ed-1.20.tar.xz b/ed-1.20.tar.xz deleted file mode 100644 index 68e6e81..0000000 --- a/ed-1.20.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4aedce55ab0cac74518c3eecec057e0277fe7453a6e577ec3aeb84e4ce8bd70 -size 69588 diff --git a/ed.changes b/ed.changes index 8b7fcef..8e3dcab 100644 --- a/ed.changes +++ b/ed.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Fri Feb 16 15:50:41 UTC 2024 - Andreas Stieger + +- GNU ed 1.20.1: + * New command-line options '+line', '+/RE', and '+?RE' have been + implemented to set the current line to the line number + specified or to the first or last line matching the regular + expression 'RE'. + * File names containing control characters 1 to 31 are now + rejected unless they are allowed with the command-line option + '--unsafe-names'. + * File names containing control characters 1 to 31 are now + printed using octal escape sequences. + * Ed now rejects file names ending with a slash. + * Intervening commands that don't set the modified flag no longer + make a second 'e' or 'q' command fail with a 'buffer modified' + warning. + * Tilde expansion is now performed on file names supplied to + commands; if a file name starts with '~/', the tilde (~) is + expanded to the contents of the variable HOME. + * Ed now warns the first time that a command modifies a buffer + loaded from a read-only file. + * It has been documented that 'e' creates an empty buffer if + file does not exist. + * It has been documented that 'f' sets the default filename, + whether or not its argument names an existing file. + * The description of the exit status has been improved in + '--help' and in the manual. + ------------------------------------------------------------------- Sun Jan 21 07:46:14 UTC 2024 - Andreas Stieger diff --git a/ed.spec b/ed.spec index 1733ba2..69d3a68 100644 --- a/ed.spec +++ b/ed.spec @@ -18,7 +18,7 @@ Name: ed -Version: 1.20 +Version: 1.20.1 Release: 0 Summary: A line-oriented text editor License: GPL-3.0-or-later AND LGPL-2.1-or-later