Kalev Lember
Kalev Lember
Please include LICENSE-MIT and LICENSE-Apache in the servo_arc crate so that the license texts are included with the distributed crate. (This was noticed in https://bugzilla.redhat.com/show_bug.cgi?id=2124361 during the package review for...
This makes Transmission work under flatpak where DBus names are namespaced. Based on a patch by Will Thompson .
I am packaging qoi-rust for Fedora and as part of that, we try to run the test suite on all architectures that are available in the build system. On s390x,...
The bundled C library in the ext directory is only used by internal libqoi that isn't published on crates.io, and test_gen.rs tests libqoi (which again isn't published). The pdf doc...
This adds new FlatpakTransaction API, and a new top level CLI command to preinstall flatpaks, that is to install flatpaks that are considered part of the operating system. A new...
Commit f268f4a870292e85173496d689ff05990f81ed87 that changed flatpak_resolve_matching_remotes() to automatically pick the remote if it's the only matching one, missed an opportunity to clean up the rest of the function. Now that `remote_dir_pairs->len...