File ooRexx.changes of Package ooRexx
-------------------------------------------------------------------
Thu Oct 11 18:39:12 UTC 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 14:57:02 UTC 2018 - erico.mendonca@suse.com
- boo#1083875: removing unneeded attributes from /etc/alternatives entries.
-------------------------------------------------------------------
Tue Jun 26 19:29:10 UTC 2018 - erico.mendonca@suse.com
- boo#1083875: update-alternatives support re-done to avoid conflicts with Regina REXX.
-------------------------------------------------------------------
Wed Mar 14 17:40:26 UTC 2018 - erico.mendonca@suse.com
- boo#1083875: adding update-alternatives support.
-------------------------------------------------------------------
Wed Dec 6 17:26:42 UTC 2017 - erico.mendonca@suse.com
- ooRexx-4.2.0-gcc6.patch: Updated to fix compilation errors on rexxutil with GCC6.
-------------------------------------------------------------------
Tue Jan 3 19:44:31 UTC 2017 - erico.mendonca@suse.com
- boo#1017668: killing leftover "rexximage" process.
-------------------------------------------------------------------
Thu Dec 22 12:38:00 UTC 2016 - perry.werneck@gmail.com
- ooRexx 4.2 depends on libstdc++6; fixing this on deb packages.
-------------------------------------------------------------------
Fri Dec 2 21:23:39 UTC 2016 - erico.mendonca@suse.com
- boo#1012847: removing systemd preset file.
-------------------------------------------------------------------
Sun Jul 3 04:39:26 UTC 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 18:32:07 UTC 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 20:18:49 UTC 2015 - perry.werneck@gmail.com
- Fixing up debian/Ubuntu build errors.
- Seens like .dsc just allow only one maintainer.
-------------------------------------------------------------------
Tue Jul 21 18:04:23 UTC 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 3 20:48:06 UTC 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 14:12:48 UTC 2015 - emendonca@suse.com
- Fixing BuildRequires for SLE12, as xalan-c is not available anymore.
-------------------------------------------------------------------
Thu Jan 22 23:54:44 UTC 2015 - emendonca@suse.com
- Debian dsc file with wrong source archive name.
-------------------------------------------------------------------
Fri Jan 9 19:42:51 UTC 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 17:04:58 UTC 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 18:00:41 UTC 2014 - emendonca@suse.com
- Fixing systemd versus init.d dependencies.
-------------------------------------------------------------------
Thu Oct 9 12:13:45 UTC 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 16:11:50 UTC 2014 - dimstar@opensuse.org
- Rename rpmlintrc to %{name}-rpmlintrc.
- Follow the packaging guidelines.
-------------------------------------------------------------------
Mon Dec 9 13:34:00 UTC 2013 - perry.werneck@gmail.com
- Updating to ooRexx 4.2.0 beta
-------------------------------------------------------------------
Thu Jul 11 16:09:48 UTC 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 9 23:36:55 UTC 2013 - emendonca@suse.com
- SPEC formatting tweaks.
-------------------------------------------------------------------
Mon Apr 8 03:16:45 UTC 2013 - emendonca@suse.com
- adding exception for rpmlint. Build date in the interpreter is historical, cannot remove.
-------------------------------------------------------------------
Sun Apr 7 00:09:58 UTC 2013 - emendonca@suse.com
- cleanups for Factory.
-------------------------------------------------------------------
Tue Oct 16 2012 emendonca@suse.com
- adding patches and spec fixes necessary for correct building.
-------------------------------------------------------------------
Tue Oct 16 23:28:15 UTC 2012 - emendonca@suse.com
- adding patches and spec fixes necessary for correct building.
-------------------------------------------------------------------
Fri Oct 12 19:14:14 UTC 2012 - emendonca@suse.com
- initial build based on release version 4.1.1 from oorexx.org.