From d50192dc1ba469d85f71efc96542a0c4679f2af1050b33eb36850e8a7518b6d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 25 Feb 2017 09:40:19 +0000 Subject: [PATCH] Accepting request 460352 from home:pluskalm:branches:utilities - Update to version 1.14.2: OBS-URL: https://build.opensuse.org/request/show/460352 OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=26 --- ed-1.14.2.tar.xz | 3 +++ ed-1.14.tar.xz | 3 --- ed.changes | 32 ++++++++++++++++++++++++++++++++ ed.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 ed-1.14.2.tar.xz delete mode 100644 ed-1.14.tar.xz diff --git a/ed-1.14.2.tar.xz b/ed-1.14.2.tar.xz new file mode 100644 index 0000000..0708483 --- /dev/null +++ b/ed-1.14.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3264b7293c25bb92d59ffb81a544aad3e549824bfef583492a4c8da7fa3d8395 +size 67660 diff --git a/ed-1.14.tar.xz b/ed-1.14.tar.xz deleted file mode 100644 index 3b25b77..0000000 --- a/ed-1.14.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0d574d04552c6f126400a892ab949f2eb38b754235f4a45b65b5b69ed2fd60d -size 67548 diff --git a/ed.changes b/ed.changes index 9b17fa6..961e6d0 100644 --- a/ed.changes +++ b/ed.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sat Feb 25 07:42:57 UTC 2017 - mpluskal@suse.com + +- Update to version 1.14.2: + * main.c (show_strerror) Revert to using '!scripted' instead of + 'verbose' to suppress diagnostics. + * Print counts, messages, '?' and '!' to stdout instead of stderr. + * buffer.c (append_lines): Fixed current address after empty 'i'. + * regex.c (set_subst_regex): Treat missing delimiters consistently. + (extract_replacement): Don't replace 'a' with '%' in 's/a/%'. + Fixed infinite loop with EOF in the middle of a replacement. + Don't accept newlines in replacement in a global command. + Last delimiter can't be omitted if not last in command list. + (search_and_replace): Set current address to last line modified. + * main_loop.c (extract_addresses): Fixed address offsets; + '3 ---- 2' was calculated as -2 instead of 1. + Accept ranges with the first address omitted. + (exec_command): Fixed current address after empty replacement + text in 'c' command. + Don't clear the modified status after writing the buffer to a + shell command. (Reported by Jérôme Frgacic). + (get_command_suffix): Don't allow repeated print suffixes. + (command_s): Accept suffixes in any order. + Don't allow multiple count suffixes. + 'sp' now toggles all print suffixes. + (main_loop): Make EOF on stdin behave as a 'q' command. + * ed.texi: Fixed the description of commands 'acegijkmqrsuw'. + Documented that ed allows any combination of print suffixes. + * testsuite: Improved most tests. Simplified bug reporting. + * configure: Avoid warning on some shells when testing for gcc. + * Makefile.in: Detect the existence of install-info. + ------------------------------------------------------------------- Sat Jan 7 13:35:45 UTC 2017 - mpluskal@suse.com diff --git a/ed.spec b/ed.spec index 4d44889..b430eec 100644 --- a/ed.spec +++ b/ed.spec @@ -17,7 +17,7 @@ Name: ed -Version: 1.14 +Version: 1.14.2 Release: 0 Summary: GNU ed is a line-oriented text editor License: GPL-3.0+ and LGPL-2.1+