SHA256
3
0
forked from pool/ed

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
This commit is contained in:
Peter Simons 2024-01-22 14:11:09 +00:00 committed by Git OBS Bridge
parent 27e01af183
commit ce53e437a1
4 changed files with 20 additions and 15 deletions

BIN
ed-1.19.tar.zst (Stored with Git LFS)

Binary file not shown.

3
ed-1.20.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4aedce55ab0cac74518c3eecec057e0277fe7453a6e577ec3aeb84e4ce8bd70
size 69588

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Jan 21 07:46:14 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- 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 <andreas.stieger@gmx.de> Mon Jan 16 22:16:48 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>

16
ed.spec
View File

@ -2,6 +2,7 @@
# spec file for package ed # spec file for package ed
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +18,7 @@
Name: ed Name: ed
Version: 1.19 Version: 1.20
Release: 0 Release: 0
Summary: A line-oriented text editor Summary: A line-oriented text editor
License: GPL-3.0-or-later AND LGPL-2.1-or-later 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/ URL: https://www.gnu.org/software/ed/
# This is just recompressed from https://ftp.gnu.org/gnu/ed/ed-%%{version}.tar.lz # This is just recompressed from https://ftp.gnu.org/gnu/ed/ed-%%{version}.tar.lz
# in order to avoid pulling lzip to ring0 # in order to avoid pulling lzip to ring0
Source0: ed-%{version}.tar.zst Source0: ed-%{version}.tar.xz
BuildRequires: zstd
Requires(post): %{install_info_prereq}
Requires(preun):%{install_info_prereq}
%description %description
GNU ed is a line-oriented text editor. It is used to create, display, 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. superseded by full-screen editors such as GNU Emacs or GNU Moe.
%prep %prep
%setup -q %autosetup -p1
%build %build
%configure %configure
@ -52,12 +50,6 @@ superseded by full-screen editors such as GNU Emacs or GNU Moe.
%check %check
%make_build 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 %files
%license COPYING %license COPYING
%doc AUTHORS ChangeLog NEWS README %doc AUTHORS ChangeLog NEWS README