Changelog for
ooRexx-4.2.0-bp154.2.99.x86_64.rpm :
* Fri Oct 15 2021 Erico Mendonca
- bsc#1191085: re-adding rc
* service sbin links with macros.
* Sat Oct 09 2021 Erico Mendonca - bsc#1191085: removing rc
* service sbin links for UsrMerge compatibility.
* Sat Jun 05 2021 Erico Mendonca - Fixing build on latest tumbleweed by forcing C11 mode.
* Wed May 05 2021 Erico Mendonca - boo#1185665: moving the RPM macros to the proper directory.
* Thu Oct 11 2018 Erico Mendonca - Part of the GCC6 fixes broke the SysFileSearch() function. The pointer comparison to \'\\0\' needs to be done in the rexxutil library, as the result is returned via a null-delimited string. Thus, the -fpermissive flag needs to be added.
* Wed Jun 27 2018 erico.mendoncaAATTsuse.com- boo#1083875: removing unneeded attributes from /etc/alternatives entries.
* Tue Jun 26 2018 erico.mendoncaAATTsuse.com- boo#1083875: update-alternatives support re-done to avoid conflicts with Regina REXX.
* Wed Mar 14 2018 erico.mendoncaAATTsuse.com- boo#1083875: adding update-alternatives support.
* Wed Dec 06 2017 erico.mendoncaAATTsuse.com- ooRexx-4.2.0-gcc6.patch: Updated to fix compilation errors on rexxutil with GCC6.
* Tue Jan 03 2017 erico.mendoncaAATTsuse.com- boo#1017668: killing leftover \"rexximage\" process.
* Thu Dec 22 2016 perry.werneckAATTgmail.com- ooRexx 4.2 depends on libstdc++6; fixing this on deb packages.
* Fri Dec 02 2016 erico.mendoncaAATTsuse.com- boo#1012847: removing systemd preset file.
* Sun Jul 03 2016 iAATTmarguerite.su- add patch ooRexx-4.2.0-gcc6.patch, fixed boo#985384
* \'false\' is not convertible to a pointer in c++11, use \'NULL\' instead.
* fixed name clash with gcc 6 cmath
* upstream bug: https://sourceforge.net/p/oorexx/bugs/1380/ (fixed)
* drop next release- build with \'-O0\' instead of \'-O2\' to avoid segmentation fault. found by upstream in the same bug report but not yet fixed- add patch ooRexx-chdir-setgroups.patch
* chdir before chroot and setgroups before setuid
* Wed Jul 22 2015 emendoncaAATTsuse.com- systemd-fixes.patch: Adds more fixes for the rxapid systemd service/preset as per SUSE\'s packaging guidelines. RXAPID now starts automatically as a systemd preset.- Fixing wrong upstream permissions on REXX class files.
* Tue Jul 21 2015 perry.werneckAATTgmail.com- Fixing up debian/Ubuntu build errors.- Seens like .dsc just allow only one maintainer.
* Tue Jul 21 2015 emendoncaAATTsuse.com- Fixing up debian build warnings and errors.- Using autoreconf instead of bootstrap.- Removing linefeed conversions, fixed upstream.- Using latest 4.2.0 sources from Sourceforge.
* Tue Mar 03 2015 emendoncaAATTsuse.com- Interpreter library links to .so files must be on the main package, as some older REXX applications load the SO by name.
* Fri Feb 20 2015 emendoncaAATTsuse.com- Fixing BuildRequires for SLE12, as xalan-c is not available anymore.
* Thu Jan 22 2015 emendoncaAATTsuse.com- Debian dsc file with wrong source archive name.
* Fri Jan 09 2015 emendoncaAATTsuse.com- Links to some .so files were missing in the final RPM.- Wrong link to /sbin/rcooRexx, should link to /usr/sbin/service as per packaging guidelines.- Resolving conflicts.
* Thu Dec 18 2014 emendoncaAATTsuse.com- rcooRexx should only be included with systemd-enabled systems. This was preventing a proper build on older systems.
* Wed Nov 19 2014 emendoncaAATTsuse.com- Fixing systemd versus init.d dependencies.