Name: | mmlib |
---|---|
Version: | 1.4.2 |
Release: | 7.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 151432 |
License: | Apache-2.0 |
RPM: | mmlib-1.4.2-7.el9.aarch64.rpm |
Source RPM: | mmlib-1.4.2-7.el9.src.rpm |
Build Date: | Sun Oct 29 2023 |
Build Host: | build-ol9-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://opensource.mindmaze.com/projects/mmlib |
Summary: | OS abstraction layer and helpers |
Description: | mmlib is an Operating System abstraction layer. It provides an API for application developer, so that they can write portable code using relatively advanced OS features without having to care about system specifics. The reference design in mind in its conception is POSIX, meaning that if some posix functionality is not available for given platform, mmlib will implement that same functionality itself. |
- Skip the wait_signal test on aarch64/ppc64le
- Skip getaddrinfo_tests for now - Close RHBZ#2244926
- Work around failure in create_invalid_sockclient
- Fix two of the three failing subtests in socket-api-tests
- Fix running tests serially
- Update the comment about not building the documentation
- Initial package (close RHBZ#2178190)