From ce53e437a1d4a58bbe0b96431578a8a831546d6e3057e76f48c34ccf6fa6d854 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 22 Jan 2024 14:11:09 +0000 Subject: [PATCH] Accepting request 1140247 from home:AndreasStieger:branches:utilities ed 1.20 OBS-URL: https://build.opensuse.org/request/show/1140247 OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=43 --- ed-1.19.tar.zst | 3 --- ed-1.20.tar.xz | 3 +++ ed.changes | 13 +++++++++++++ ed.spec | 16 ++++------------ 4 files changed, 20 insertions(+), 15 deletions(-) delete mode 100644 ed-1.19.tar.zst create mode 100644 ed-1.20.tar.xz diff --git a/ed-1.19.tar.zst b/ed-1.19.tar.zst deleted file mode 100644 index 63969f5..0000000 --- a/ed-1.19.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfd96dc2224f9818532e7d5d0b5c1739223dde54f91a68b4a5a1d3b345588aca -size 69291 diff --git a/ed-1.20.tar.xz b/ed-1.20.tar.xz new file mode 100644 index 0000000..68e6e81 --- /dev/null +++ b/ed-1.20.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4aedce55ab0cac74518c3eecec057e0277fe7453a6e577ec3aeb84e4ce8bd70 +size 69588 diff --git a/ed.changes b/ed.changes index e67cf65..8b7fcef 100644 --- a/ed.changes +++ b/ed.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jan 21 07:46:14 UTC 2024 - Andreas Stieger + +- update to 1.20: + * New command-line options for jumping to a line number or match + * Improved handling of file names containing control characters + * Tweak workflow for fewer 'buffer modified' warnings + * Tilde expansion is now performed on file names + * Warn on modifying a buffer from a read-only file + * Create missing intermediate directories when writing to a file + * Documentation updates +- drop obsolete makeinfo marcos + ------------------------------------------------------------------- Mon Jan 16 22:16:48 UTC 2023 - Andreas Stieger diff --git a/ed.spec b/ed.spec index e14c7c5..1733ba2 100644 --- a/ed.spec +++ b/ed.spec @@ -2,6 +2,7 @@ # spec file for package ed # # Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 Andreas Stieger # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +18,7 @@ Name: ed -Version: 1.19 +Version: 1.20 Release: 0 Summary: A line-oriented text editor License: GPL-3.0-or-later AND LGPL-2.1-or-later @@ -25,10 +26,7 @@ Group: Productivity/Text/Editors URL: https://www.gnu.org/software/ed/ # This is just recompressed from https://ftp.gnu.org/gnu/ed/ed-%%{version}.tar.lz # in order to avoid pulling lzip to ring0 -Source0: ed-%{version}.tar.zst -BuildRequires: zstd -Requires(post): %{install_info_prereq} -Requires(preun):%{install_info_prereq} +Source0: ed-%{version}.tar.xz %description GNU ed is a line-oriented text editor. It is used to create, display, @@ -40,7 +38,7 @@ Unix, and thus widely available. For most purposes, however, it is superseded by full-screen editors such as GNU Emacs or GNU Moe. %prep -%setup -q +%autosetup -p1 %build %configure @@ -52,12 +50,6 @@ superseded by full-screen editors such as GNU Emacs or GNU Moe. %check %make_build check -%post -%install_info --entry="* ed: (ed). Line-oriented text editor" --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info} - -%preun -%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info} - %files %license COPYING %doc AUTHORS ChangeLog NEWS README