Commit Graph

30 Commits

Author SHA256 Message Date
Peter Simons
ce53e437a1 Accepting request 1140247 from home:AndreasStieger:branches:utilities
ed 1.20

OBS-URL: https://build.opensuse.org/request/show/1140247
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=43
2024-01-22 14:11:09 +00:00
Peter Simons
27e01af183 Accepting request 1058786 from home:AndreasStieger:branches:utilities
ed 1.19

OBS-URL: https://build.opensuse.org/request/show/1058786
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=41
2023-01-18 10:00:35 +00:00
Peter Simons
edc5bc86df Accepting request 963368 from home:dirkmueller:Factory
- update to 1.18:
  * The shell escape command (!) now flushes stdout so that the modified command
    is always printed before being executed even if standard output is fully
    buffered (for example, a file).
  * A couple of harmless memory leaks have been fixed. (They both happened just
    before ed exits). 
  * The pointer returned by the function 'strip_escapes' is now checked. (It may
    be null if memory is exhausted).
  * The shell escape command (!) now removes the backslash from each escaped '%'
    character within the text of the shell command line.
  * Case-insensitive regular expressions have been implemented as in GNU sed.
  * Syntax errors in regular expressions, for example unmatched ( or \(, no
    longer overwrite a previously compiled regular expression, preventing a
    "No previous pattern" error.
  * The option '--strip-trailing-cr', which removes carriage returns at end of
    text lines, has been added.
  * Loading a file now fails if a line is longer than INT_MAX bytes or if the
    file contains more than INT_MAX lines (usually 2 Gi lines). (Instead of
    overflowing line addresses).
  * In interactive mode ed now sets final exit status to 1 if a fatal error
    happens while reading the file passed in the command line.
  * red now reports "Directory access restricted" instead of "Invalid filename"
    when trying to edit a file outside of the current directory.
  * The new chapter "The 's' Command" has been added to the manual.
- switch to zstd
- remove usrmerged handling

OBS-URL: https://build.opensuse.org/request/show/963368
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=39
2022-03-21 07:08:30 +00:00
Peter Simons
311b1ef7e6 Accepting request 866542 from home:polslinux:branches:utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/866542
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=37
2021-02-05 11:57:08 +00:00
Peter Simons
f55a69bdbb Accepting request 849595 from home:lnussel:usrmove
- prepare usrmerge (boo#1029961)

OBS-URL: https://build.opensuse.org/request/show/849595
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=35
2020-11-23 08:26:08 +00:00
Tomáš Chvátal
99de5186c1 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
2020-03-03 10:45:34 +00:00
Tomáš Chvátal
a2587cbeb0 - Switch back to hand provided tarball in order to avoid pulling
lzip to the Ring0

OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=31
2019-01-10 08:54:47 +00:00
Tomáš Chvátal
26a990a51b - Use upstream released tarball
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=30
2019-01-07 08:50:11 +00:00
Tomáš Chvátal
ea43db526e Accepting request 662797 from home:jengelh:branches:utilities
- Avoid repetition of package name in summary.

OBS-URL: https://build.opensuse.org/request/show/662797
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=29
2019-01-04 13:40:04 +00:00
Tomáš Chvátal
ee0be7eeca 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
2019-01-04 06:20:56 +00:00
Tomáš Chvátal
d50192dc1b 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
2017-02-25 09:40:19 +00:00
Peter Simons
99567dd032 Accepting request 449078 from home:pluskalm:branches:utilities
- Update to version 1.14:

OBS-URL: https://build.opensuse.org/request/show/449078
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=24
2017-01-09 07:14:51 +00:00
Tomáš Chvátal
36eea51609 Accepting request 359087 from home:pluskalm:branches:utilities
- Update to 1.13
  * buffer.c (put_sbuf_line): Fixed a memory leak.
  * io.c (read_file, write_file): Close file on error.

OBS-URL: https://build.opensuse.org/request/show/359087
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=22
2016-02-12 17:59:52 +00:00
Tomáš Chvátal
84b9320e23 Accepting request 316007 from home:pluskalm:branches:utilities
- Update to 1.12
  * ed.texi: Removed extra spaces from some commands.

OBS-URL: https://build.opensuse.org/request/show/316007
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=20
2015-07-11 09:57:59 +00:00
Tomáš Chvátal
bce5ac76a1 Accepting request 294278 from home:pluskalm:branches:utilities
- Cleanup spec file with spec-cleaner
- Update to 1.11
  * main_loop.c (exec_command): Fixed 'z' command.
    (zN printed N + 1 lines).
  * ed.texi: Documented the window size used by the 'z' command.
  * Makefile.in: Added new targets 'install*-compress'.
  * Restored original copyright notices in the code. I assigned to
    the FSF the copyright on changes made to the part of ed already
    copyrighted by the FSF, which seems to be just the manual.

OBS-URL: https://build.opensuse.org/request/show/294278
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=18
2015-04-03 07:37:14 +00:00
Michal Vyskocil
8c8bd20f7f - repackage tarball to xz as lzip is unlike ed not a part of bootstrap
- drop xz and keyring, they are pointless with changed tarball

OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=16
2014-02-21 12:53:27 +00:00
Michal Vyskocil
078d6da7db - update to 1.10
+ "ed.texinfo" has been renamed to "ed.texi" following the advice
  of recent Automake about obsolete categories
- build require lzip

OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=15
2014-02-21 08:50:13 +00:00
Michal Vyskocil
f2db1c181a - update to 1.9
+ Testsuite no more feeds shell scripts to ed.
  + "configure" now accepts options with a separate argument.

OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=13
2013-07-16 11:20:31 +00:00
OBS User buildservice-autocommit
efae4043c0 Updating link to change in openSUSE:Factory/ed revision 19.0
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=7123884c5ffa4c12c54a1e183909b134
2013-06-17 12:45:10 +00:00
Michal Vyskocil
90d446321f D ed-1.6.tag.gz
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=11
2013-04-26 10:05:17 +00:00
Michal Vyskocil
f40b0e4afc - update to 1.8
+ Ed now stops reading stdin when reaching real End Of File the first
    time. (Before it needed to reach EOF twice).
  + Show the "Try 'ed --help' for more information." message if a bad
    option is given in the command line.
  + Quote characters in messages have been changed as advised by GNU
    Coding Standards.
  + The description of address offsets in the manual and a link to the
    Bash manual have been fixed.
  + Displaying of null characters by the "l" command has been fixed.
  + The condition deciding when to show the message "Newline appended" has
    been corrected.
  + The "modified" flag is now set when reading a non-empty file into
    an empty buffer.
  + An error that prevented using NUL characters in regular expressions
    has been fixed.
  + Ed now signals an error if it can't create a shell process when
    executing a shell command.
  + Ed now flushes stdout/stderr before reading a new command.
  + Man page is now generated with "help2man". All command-line options
    are now documented in the man page.
- use gpg-offline to verify the package tarball

OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=7
2013-04-26 08:36:15 +00:00
Ismail Dönmez
f4c337d218 Accepting request 161104 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/161104
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=6
2013-03-26 10:00:09 +00:00
OBS User mrdocs
83ddae943a Accepting request 139095 from home:babelworx:ldig:branches:utilities
license update: GPL-3.0+ and LGPL-2.1+
Semicolon is ambiguous

OBS-URL: https://build.opensuse.org/request/show/139095
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=5
2012-10-24 16:15:30 +00:00
OBS User mrdocs
1efcd21893 Accepting request 102623 from home:rjschwei:branches:utilities
usrMerge project - move files from toplevel to /usr

OBS-URL: https://build.opensuse.org/request/show/102623
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=4
2012-02-05 00:32:14 +00:00
OBS User mrdocs
b811987635 Accepting request 98540 from home:dlovasko:branches:utilities
Update to 1.6 (bugfix release)

OBS-URL: https://build.opensuse.org/request/show/98540
OBS-URL: https://build.opensuse.org/package/show/utilities/ed?expand=0&rev=3
2012-01-03 02:30:37 +00:00
Sascha Peilicke
068818711d Accepting request 84373 from utilities
- Remove redundant/obsolete tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build (forwarded request 83399 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/84373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ed?expand=0&rev=11
2011-09-22 11:01:39 +00:00
OBS User autobuild
cfe07dfc4c Accepting request 48512 from Base:System
Copy from Base:System/ed based on submit request 48512 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/48512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ed?expand=0&rev=9
2010-09-20 13:37:49 +00:00
OBS User autobuild
fe3d24c422 Accepting request 25296 from Base:System
Copy from Base:System/ed based on submit request 25296 from user mvyskocil

OBS-URL: https://build.opensuse.org/request/show/25296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ed?expand=0&rev=5
2009-12-04 09:03:29 +00:00
OBS User unknown
9e5e21f2f2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ed?expand=0&rev=3 2008-10-23 02:30:00 +00:00
OBS User unknown
7254fa0b18 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ed?expand=0&rev=1 2006-12-18 23:15:46 +00:00