Accepting request 781148 from home:polslinux:branches:utilities
- Update to 1.16 * regex.c (line_replace): Accept 's/^/#/g' as valid. (Reported by Bjoern Wibben). * main_loop.c: Removed length limit of prompt string. (Reported by Tim Chase). * main.c: Set a valid invocation_name even if argc == 0. * ed.texi: Extended operators depend on regex implementation. (Reported by Brian Zwahr). * ed.texi: Several fixes and improvements. OBS-URL: https://build.opensuse.org/request/show/781148 OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=33
This commit is contained in:
parent
a2587cbeb0
commit
99de5186c1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:90e2db2cd685c0639aa2872d2cba28d7c608891b59573de71372e8d131595ef0
|
||||
size 67916
|
3
ed-1.16.tar.xz
Normal file
3
ed-1.16.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6aeee2f705bcb4e74fd5a7e230fcee0152e31615121df0fd1c503a90dfab2f9e
|
||||
size 593920
|
13
ed.changes
13
ed.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 3 10:22:48 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 1.16
|
||||
* regex.c (line_replace): Accept 's/^/#/g' as valid.
|
||||
(Reported by Bjoern Wibben).
|
||||
* main_loop.c: Removed length limit of prompt string.
|
||||
(Reported by Tim Chase).
|
||||
* main.c: Set a valid invocation_name even if argc == 0.
|
||||
* ed.texi: Extended operators depend on regex implementation.
|
||||
(Reported by Brian Zwahr).
|
||||
* ed.texi: Several fixes and improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 10 08:54:17 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
6
ed.spec
6
ed.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ed
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: ed
|
||||
Version: 1.15
|
||||
Version: 1.16
|
||||
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 bellow in order to avoid pulling lzip to ring0
|
||||
# This is just recompressed below 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
|
||||
|
Loading…
Reference in New Issue
Block a user