Yaakov Selkowitz
Yaakov Selkowitz
**Describe the bug** The following commit was supposed to fix plugin loading in Fedora: https://github.com/nomacs/nomacs/commit/c8f6c325c5f5170bb473c41ee716b781d37bdd41 Unfortunately this breaks plugin loading in flatpaks, since this returns the Qt location (which is...
The rust-toolset macros in RHEL 10 are now compatible with Fedora's in terms of handling vendoring and automatic generation of license information and bundled provides. [NO NEW TESTS NEEDED]
AppStream 1.0.0 includes several API breaks compared to the previous 0.16 (and earlier) versions, but unfortunately both versions used the same 1.0 GI version, so there is no way to...
_PyObject_CallFunction_SizeT was dropped in Python 3.13: https://github.com/python/cpython/pull/105051
`unittest.makeSuite()` was deprecated in Python 3.11 and removed in 3.13: https://docs.python.org/3.13/whatsnew/3.13.html#unittest ##### Checklist - [X] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-22721 - [X] Required: The PR title must be prefixed with a...
g_utf8_next_char no longer includes a cast to char* as of this change: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4016
Recent versions of DNF5 in Fedora rawhide and ELN will print `Package "..." is already installed.` in the middle of other output, instead of in an orderly fashion. Some recent...
ENGINE_cleanup is deprecated as of OpenSSL 1.1.0, and may not be available with 3.0 and OPENSSL_NO_ENGINE (e.g. Fedora 41 and RHEL 10).
The ENGINE APIs are deprecated in OpenSSL v3, and Fedora 41 and RHEL 10 no longer ship the openssl/engine.h header by default. This allows the build to succeed as a...