Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ooRexx-5.2.0-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: ooRexx Distribution: openSUSE Tumbleweed
Version: 5.2.0 Vendor: openSUSE
Release: 1.1 Build date: Wed Jun 3 22:10:28 2026
Group: Development/Languages/Other Build host: reproducible
Size: 2809488 Source RPM: ooRexx-5.2.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://www.rexxla.org
Summary: Open Object REXX
Open Object Rexx is an object-oriented scripting language. The language is designed for both beginners and experienced Rexx programmers. It is easy to learn and use, and provides an excellent vehicle to enter the
world of object-oriented programming without much effort.

It extends the procedural way of Rexx programming with object-oriented features that allow you to gradually change your programming style as you learn more about objects.

For more information on ooRexx, visit http://www.oorexx.org/
For more information on Rexx, visit http://www.rexxla.org/

Provides

Requires

License

CPL-1.0

Changelog

* Wed Jun 03 2026 Erico Mendonca <erico.mendonca@suse.com>
  - Update to new upstream release 5.2.0:
    * 2056 Bug in docprep.rex
    * 2052 ooTest framework typo replace "rn" by "n" in ooTest.frm
    * 2050 ooTest framework: unassigned variable "LFILE"' when asking for a log file
    * 2049 Missing p = p->next; in Activity::liveGeneral
    * 2046 VariableReference::flatten is marking instead of flattening
    * 2044 json.cls: string consisting of numbers not handled as a string
    * 2042 Syntax 47.2 in samples\ole\apps\MSInternetExplorer_search.rex
    * 2041 Crash when specifying  only -O or -OG on the command line for Rexx.exe
    * 2038 say .buffer~method("INIT") crashes the interpreter
    * 2033 Evaluation order of boolean expressions is wrong
    * 2030 Hang running the BSF4ooRexx850 sample fxml_99/MainApp.rex
    * 2025 a[1] = 1,2,3 fails
    * 2021 fix RexxStart translate-only option
    * 2019 man files on Linux/Unix report the wrong version
    * 2017 cmake warnings
    * 2012 Call Insert a,b,-1 complains about a length but -1 is a pos
    * 2008 Arg(-n) returns ""
    * 2003 GUARD ON WHEN issue
    * 1991 MapCollection~of() should return an empty collection
    * 1923 "Insufficient control stack space; cannot continue execution." building rexx.img on AIX 7.2
    * 1904 Problem with Do ... Over
    * 1880 Stem objects not properly converting into a string value
    * 1878 SEEK does not affect WRITE position
    * 1872 Crash on terminating Rexx instances on different threads
    * 1850 TRACE issues
    * 1837 circular requires: some public classes are not visible
    * 1786 RexxPullFromQueue() returning invalid data for a null queue entry
    * 1763 StreamSocket issues
    * 1762 pushing very large data hangs RexxQueue
    * 1742 Stream RECLENGTH 1 issues
    * 1447 Clean builds without compiler warnings
    * 873 Upate json.cls
    * 872 Add class methods arrayIn and arrayOut to .Stream
    * 871 Add support for YAML
    * 870 ooSQLite: enable R*Tree
    * 869 Packages should be able to block GlobalOptions requests
    * 864 Add Unicode (UTF-8) support to syntax error 13.1
    * 863 Make CMake use IPO if available
    * 861 Make search for Xalan with CMake platform independent
    * 860 Add ability to propagate numeric settings to called routines and methods using  ::options
    * 858 Add ability to override package options at runtime
    * 857 Add ability to dynamically change options package wide ("dynamic ::OPTIONS")
    * 855 Add NOTIFY class attribute to TraceObject class
    * 806 Allow RexxInstance->Terminate() to be called from any thread.
    * 803 extensions to complex.cls
    * 581 Add item data capability to combo box
    * 578 Accept string keywords instead of requiring numeric value in image related methods
    * 576 Add support for the 'split button'
    * 569 Allow direct creation of dialog control windows.
    * 552 Add the ToolBar control to ooDialog
    * 550 Add the ReBar dialog control to ooDialog
    * 544 Allow the registration of user defined SQL functions and aggregates
    * 353 Embedded Database
    * 22 RFE4IBM: allow triggering garbage collector explicitly
    * Various documentation fixes
* Wed May 07 2025 Simon Lees <sflees@suse.de>
  - export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
    minimum version warnings
* Mon May 05 2025 Erico Mendonca <erico.mendonca@suse.com>
  - New build for 5.1.0 with latest release tarball.
  - Using standard OBS cmake macros.
  - Disabling optimizations that can cause segfaults on threading.
  - Major changes in this version (complete list in CHANGES file):
    * New TraceObject class (cf. 5.4.25. in rexxref.pdf)
    * 72 bugs solved
    * 35 documentation bugs solved
    * 36 new requests for enhancements implemented
* Thu Feb 27 2025 Erico Mendonca <erico.mendonca@suse.com>
  - Renaming package to ooRexx to keep in sync with previous package.
  - ooRexx-chdir-setgroups.patch: not needed for version 5.0 codebase
  - set_default_rexx_path.patch: not needed for version 5.0 codebase
  - systemd-fixes.patches: not needed for version 5.0 codebase
  - ooRexx-4.2.0-gcc6.patch: not needed for version 5.0 codebase
  - ooRexx-rpmlintrc: exceptions need to be made due to the way REXX libraries
    and classes work (they are not devel files).
* Mon Dec 30 2024 Erico Mendonca <erico.mendonca@suse.com>
  - Update to new upstream release 5.0.0:
    * New Keyword instructions
    * New Built-in functions
    * Added notation for namespace and arrays
    * New Directives (ANNOTATE, ABSTRACT, DELEGATE, CONSTANT, OPTIONS, RESOURCE)
    * Changes to classes and methods
    * New functions in Rexxutil library
    * New environment variables
* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %patch -P N instead of deprecated %patchN.
* Fri Oct 15 2021 Erico Mendonca <erico.mendonca@suse.com>
  - bsc#1191085: re-adding rc* service sbin links with macros.
* Sat Oct 09 2021 Erico Mendonca <erico.mendonca@suse.com>
  - bsc#1191085: removing rc* service sbin links for UsrMerge compatibility.
* Sat Jun 05 2021 Erico Mendonca <erico.mendonca@suse.com>
  - Fixing build on latest tumbleweed by forcing C11 mode.
* Wed May 05 2021 Erico Mendonca <erico.mendonca@suse.com>
  - boo#1185665: moving the RPM macros to the proper directory.

Files

/etc/alternatives/rexx
/etc/alternatives/rexx.1
/etc/alternatives/rexxc
/etc/alternatives/rexxc.1
/etc/alternatives/rxqueue
/etc/alternatives/rxqueue.1
/etc/alternatives/rxsubcom
/etc/alternatives/rxsubcom.1
/usr/bin/csvStream.cls
/usr/bin/dateparser.cls
/usr/bin/json.cls
/usr/bin/json.dtd
/usr/bin/json.xsd
/usr/bin/mime.cls
/usr/bin/ncurses.cls
/usr/bin/rexx
/usr/bin/rexx-oorexx
/usr/bin/rexxc
/usr/bin/rexxc-oorexx
/usr/bin/rexxtry.rex
/usr/bin/rxapi
/usr/bin/rxftp.cls
/usr/bin/rxqueue
/usr/bin/rxqueue-oorexx
/usr/bin/rxregexp.cls
/usr/bin/rxsubcom
/usr/bin/rxsubcom-oorexx
/usr/bin/smtp.cls
/usr/bin/socket.cls
/usr/bin/streamsocket.cls
/usr/bin/xmlToJson.xsl
/usr/bin/xmlToYaml.xsl
/usr/bin/yaml.cls
/usr/bin/yaml.dtd
/usr/bin/yaml.xsd
/usr/lib64/rexx.img
/usr/share/applications/rexxtry.desktop
/usr/share/icons/hicolor
/usr/share/icons/hicolor/48x48
/usr/share/icons/hicolor/48x48/apps
/usr/share/icons/hicolor/48x48/apps/oorexx.png
/usr/share/man/man1/rexx.1.gz
/usr/share/man/man1/rexxc.1.gz
/usr/share/man/man1/rxqueue.1.gz
/usr/share/man/man1/rxsubcom.1.gz
/usr/share/ooRexx


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 03:56:04 2026