Accepting request 1140612 from utilities
OBS-URL: https://build.opensuse.org/request/show/1140612 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ed?expand=0&rev=35
This commit is contained in:
commit
14c7522853
BIN
ed-1.19.tar.zst
(Stored with Git LFS)
BIN
ed-1.19.tar.zst
(Stored with Git LFS)
Binary file not shown.
3
ed-1.20.tar.xz
Normal file
3
ed-1.20.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4aedce55ab0cac74518c3eecec057e0277fe7453a6e577ec3aeb84e4ce8bd70
|
||||
size 69588
|
13
ed.changes
13
ed.changes
@ -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>
|
||||
|
||||
|
16
ed.spec
16
ed.spec
@ -2,6 +2,7 @@
|
||||
# spec file for package ed
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user