Changelog for
sed-lang-4.2.2-36.1.noarch.rpm :
* Tue Dec 30 2014 meissnerAATTsuse.com- build with PIE
* Tue Jun 03 2014 tcechAATTsuse.cz- sed-dont_close_twice.patch (bnc#880817) when closing fails, file is attempted to be closed again patch based of Neil Brown\'s recommendation
* Fri Apr 05 2013 idonmezAATTsuse.com- Add Source URL, see https://en.opensuse.org/SourceUrls
* Tue Jan 22 2013 sbrabecAATTsuse.cz- Update to version 4.2.2:
* don\'t truncate input for lines of length 2^31 and longer
* fix endless loop on incomplete multibyte sequences (bnc#743689)
* -u also does unbuffered input
* New command `F\' to print current input file name
* sed -i, s///w, and the `w\' and `W\' commands also obey the - -binary option
* --posix fails for scripts that end in a backslash.
* New option -z (--null-data) to separate lines by ASCII NUL.
* \\x26 (and similar escaped sequences) produces a literal & in the replacement argument of the s/// command.- Split lang package.- Option to verify GPG signature.
* Fri Feb 03 2012 rschweikertAATTsuse.com- keep binary in /usr tree (UsrMerge project)
* Fri Dec 02 2011 cfarrellAATTsuse.com- license update: GPL-3.0+ There are no \"GPL-3.0 only\" licenses in sed
* Wed Nov 30 2011 cooloAATTsuse.com- add automake as buildrequire to avoid implicit dependency
* Fri Aug 13 2010 dimstarAATTopensuse.org- Update to version 4.2.1: + fix parsing of s/[[[[[[[[[]// + security contexts are preserved by -i too under SELinux + temporary files for sed -i are not made group/world-readable until they are complete- Changes from version 4.2: + now released under GPLv3 + added a new extension `z` to clear pattern space even in the presence of invalid multibyte sequences + a preexisting GNU gettext installation is needed in order to compile GNU sed with NLS support + new option --follow-symlinks, available when editing a file in-place. + hold-space is reset between different files in -i and -s modes. + multibyte processing fixed + fixed bug in \'i\\\' giving a segmentation violation if given alone. + much improved portability + much faster in UTF-8 locales + will correctly replace ACLs when using -i + will now accept NUL bytes for `.\'- Drop upstream included [atches: + sed-follow_symlinks.patch + sed-4.1.5-fix_warnings.patch- Remove --enable-html from configure: the option is no longer supported and sed.html no longer created.
* Mon Jun 28 2010 jengelhAATTmedozas.de- use %_smp_mflags
* Mon Dec 07 2009 jengelhAATTmedozas.de- enable parallel building