SHA256
3
0
forked from pool/ed

Accepting request 662704 from home:seanlew:branches:utilities

Update ed

OBS-URL: https://build.opensuse.org/request/show/662704
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=28
This commit is contained in:
Tomáš Chvátal 2019-01-04 06:20:56 +00:00 committed by Git OBS Bridge
parent d50192dc1b
commit ee0be7eeca
5 changed files with 24 additions and 8 deletions

2
.gitattributes vendored
View File

@ -21,3 +21,5 @@
*.xz filter=lfs diff=lfs merge=lfs -text *.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text *.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text *.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns
ed-1.15.tar filter=lfs diff=lfs merge=lfs -text

View File

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

3
ed-1.15.tar Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jan 03 16:39:11 UTC 2019 - sean@suspend.net
- Update to version 1.15:
* io.c (print_line): Make '1' command print '\\' before every
'$' within the text.
* main_loop.c (extract_addresses): Fixed address ',,' to mean
'$,$' instead of '1,$'.
* regex.c (extract_replacement): Allow newlines even if global.
* main_loop.c (exec_command): Make 'c' command reject address 0.
* ed.texi: Minor fixes.
* configure: Accept appending to CFLAGS, 'CFLAGS+=OPTIONS'.
* Switch archive format to tar.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Feb 25 07:42:57 UTC 2017 - mpluskal@suse.com Sat Feb 25 07:42:57 UTC 2017 - mpluskal@suse.com

10
ed.spec
View File

@ -1,7 +1,7 @@
# #
# spec file for package ed # spec file for package ed
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: ed Name: ed
Version: 1.14.2 Version: 1.15
Release: 0 Release: 0
Summary: GNU ed is a line-oriented text editor Summary: GNU ed is a line-oriented text editor
License: GPL-3.0+ and LGPL-2.1+ 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: http://www.gnu.org/software/ed/
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar
BuildRequires: xz BuildRequires: xz
Requires(post): %{install_info_prereq} Requires(post): %{install_info_prereq}
Requires(preun): %{install_info_prereq} Requires(preun): %{install_info_prereq}