diff --git a/ed-1.16.tar.xz b/ed-1.16.tar.xz deleted file mode 100644 index ad66b88..0000000 --- a/ed-1.16.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6aeee2f705bcb4e74fd5a7e230fcee0152e31615121df0fd1c503a90dfab2f9e -size 593920 diff --git a/ed-1.17.tar.xz b/ed-1.17.tar.xz new file mode 100644 index 0000000..91053d6 --- /dev/null +++ b/ed-1.17.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab26a0c22103f5849a7fbf4788c2cee3a53e6eeafcf18ea832606b6ff3562516 +size 593920 diff --git a/ed.changes b/ed.changes index ec6a874..3b04a15 100644 --- a/ed.changes +++ b/ed.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jan 25 10:34:49 UTC 2021 - Paolo Stivanin + +- 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 diff --git a/ed.spec b/ed.spec index eda74c9..5c149fa 100644 --- a/ed.spec +++ b/ed.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,15 @@ Name: ed -Version: 1.16 +Version: 1.17 Release: 0 Summary: A line-oriented text editor License: GPL-3.0-or-later AND LGPL-2.1-or-later Group: Productivity/Text/Editors -URL: http://www.gnu.org/software/ed/ -# This is just recompressed below in order to avoid pulling lzip to ring0 +URL: https://www.gnu.org/software/ed/ +# 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: 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(preun): %{install_info_prereq} @@ -45,7 +43,7 @@ superseded by full-screen editors such as GNU Emacs or GNU Moe. %build %configure -make %{?_smp_mflags} CFLAGS="%{optflags}" +%make_build CFLAGS="%{optflags}" %install %make_install @@ -55,7 +53,7 @@ ln -s %{_bindir}/ed %{buildroot}/bin/ed %endif %check -make %{?_smp_mflags} check +%make_build check %post %install_info --entry="* ed: (ed). Line-oriented text editor" --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}