Changelog for
ksh-93vu-277.63.i586.rpm :
* Tue Dec 27 2022 Ludwig Nussel
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
* Wed Mar 31 2021 Jan Engelhardt - Remove BuildRequires: bind-libs. Requiring libs this way is just wrong.
* Wed Jan 27 2021 Ludwig Nussel - prepare usrmerge (boo#1029961)- clean up SLE11 compat sections
* Thu Jan 21 2021 Thorsten Kukuk - remove pwdutils buildrequires, it\'s not needed and pwdutils got dropped many years ago
* Fri Nov 13 2020 mlsAATTsuse.de- remove sys/sysctl.h include as it no longer exists in linux new patch: ksh93-no-sysctl.dif
* Fri Sep 06 2019 mlsAATTsuse.de- fix build by removing -Werror=return-type and using - ffat-lto-objects
* Wed Dec 20 2017 mlsAATTsuse.de- fix build with new glibc versions new patch: ksh93-filedefined.dif
* Wed Oct 12 2016 mlsAATTsuse.de- fix locking error in spawn implementation [bnc#988213] new patch: ksh93-spawnlock.dif- make patch ordering the same as in sle-11
* Tue Jul 05 2016 mlsAATTsuse.de- own the ksh files in /etc/alternatives [bnc#987362] [bnc#962069]- fix leak in optimize processing [bnc#982423] new patch: ksh93-optimizeleak.dif- fix editor prediction code garbling input [bnc#964966] new patch: ksh93-edpredict.dif
* Wed Dec 16 2015 mlsAATTsuse.de- add ast suffix to optbin manpages to prevent file conflicts- fix fd leak when doing redirects in a subshell [bnc#954856] new patch: ksh93-redirectleak.dif- rewrite ksh93-backtick.dif to a more correct version [bnc#953533] [bnc#955221]- also tweak ksh93-backtick.dif so that the pipe is drained after io_restore is called.