Accepting request 869731 from utilities

OBS-URL: https://build.opensuse.org/request/show/869731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ed?expand=0&rev=32
This commit is contained in:
Dominique Leuenberger 2021-02-08 10:47:12 +00:00 committed by Git OBS Bridge
commit 539dbebcb6
4 changed files with 20 additions and 12 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 25 10:34:49 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.17
* The commands 'q' and 'Q' now work in a global command.
* The new option '-E, --extended-regexp' has been added. It tells
ed to use extended regular expressions instead of the basic
regular expressions mandated by POSIX
* Print the file name in case of read or write error
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 16 09:46:50 UTC 2020 - Ludwig Nussel <lnussel@suse.de> Fri Oct 16 09:46:50 UTC 2020 - Ludwig Nussel <lnussel@suse.de>

16
ed.spec
View File

@ -1,7 +1,7 @@
# #
# spec file for package ed # spec file for package ed
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# 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,17 +17,15 @@
Name: ed Name: ed
Version: 1.16 Version: 1.17
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
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
URL: http://www.gnu.org/software/ed/ URL: https://www.gnu.org/software/ed/
# This is just recompressed below in order to avoid pulling lzip to ring0 # This is just recompressed from http://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz
# in order to avoid pulling lzip to ring0
Source0: ed-%{version}.tar.xz Source0: ed-%{version}.tar.xz
#Source0: http://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz
#Source1: https://ftp.gnu.org/gnu/ed/ed-%{version}.tar.lz.sig
#BuildRequires: lzip
Requires(post): %{install_info_prereq} Requires(post): %{install_info_prereq}
Requires(preun): %{install_info_prereq} Requires(preun): %{install_info_prereq}
@ -45,7 +43,7 @@ superseded by full-screen editors such as GNU Emacs or GNU Moe.
%build %build
%configure %configure
make %{?_smp_mflags} CFLAGS="%{optflags}" %make_build CFLAGS="%{optflags}"
%install %install
%make_install %make_install
@ -55,7 +53,7 @@ ln -s %{_bindir}/ed %{buildroot}/bin/ed
%endif %endif
%check %check
make %{?_smp_mflags} check %make_build check
%post %post
%install_info --entry="* ed: (ed). Line-oriented text editor" --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info} %install_info --entry="* ed: (ed). Line-oriented text editor" --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}