Package Release Info

ooRexx-4.2.0-bp153.1.106

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ooRexx
ooRexx-devel

Change Logs

Version: 4.2.0-bp150.3.3.1
* Thu Oct 11 2018 Erico Mendonca <erico.mendonca@suse.com>
- 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.mendonca@suse.com
-  boo#1083875: removing unneeded attributes from /etc/alternatives entries.
* Tue Jun 26 2018 erico.mendonca@suse.com
- boo#1083875: update-alternatives support re-done to avoid conflicts with Regina REXX.
Version: 4.2.0-bp150.2.5
* Wed Mar 14 2018 erico.mendonca@suse.com
- boo#1083875: adding update-alternatives support.
* Wed Dec 06 2017 erico.mendonca@suse.com
- ooRexx-4.2.0-gcc6.patch: Updated to fix compilation errors on rexxutil with GCC6.
* Tue Jan 03 2017 erico.mendonca@suse.com
- boo#1017668: killing leftover "rexximage" process.
* Thu Dec 22 2016 perry.werneck@gmail.com
- ooRexx 4.2 depends on libstdc++6; fixing this on deb packages.
* Fri Dec 02 2016 erico.mendonca@suse.com
- boo#1012847: removing systemd preset file.
* Sun Jul 03 2016 i@marguerite.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 emendonca@suse.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.werneck@gmail.com
- Fixing up debian/Ubuntu build errors.
- Seens like .dsc just allow only one maintainer.
* Tue Jul 21 2015 emendonca@suse.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 emendonca@suse.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 emendonca@suse.com
- Fixing BuildRequires for SLE12, as xalan-c is not available anymore.
* Thu Jan 22 2015 emendonca@suse.com
- Debian dsc file with wrong source archive name.
* Fri Jan 09 2015 emendonca@suse.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 emendonca@suse.com
- rcooRexx should only be included with systemd-enabled systems. This was preventing a proper build on older systems.
* Wed Nov 19 2014 emendonca@suse.com
- Fixing systemd versus init.d dependencies.
* Thu Oct 09 2014 emendonca@suse.com
- new version 4.2.0
- A list of the bugs fixed upstream can be found at http://sourceforge.net/projects/oorexx/files/oorexx/4.2.0/CHANGES.txt/download
- removed fixes-rpmlint.patch, as it is no longer necessary (fixed upstream).
- removed update_init_script.patch, as it is no longer necessary (fixed upstream).
* Thu Jul 31 2014 dimstar@opensuse.org
- Rename rpmlintrc to %{name}-rpmlintrc.
-  Follow the packaging guidelines.
* Mon Dec 09 2013 perry.werneck@gmail.com
- Updating to ooRexx 4.2.0 beta
* Thu Jul 11 2013 emendonca@suse.com
- New version based on 4.1.3. Lots of fixes for correct building as per SUSE's guidelines. A list of the bugs fixed upstream can be found at http://sourceforge.net/projects/oorexx/files/oorexx/4.1.3/CHANGES/download .
* Tue Apr 09 2013 emendonca@suse.com
- SPEC formatting tweaks.