Sun, 19 May 2024 03:09:07 UTC | login

Information for build libgbinder-1.1.34-1.fc38

ID249088
Package Namelibgbinder
Version1.1.34
Release1.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libgbinder.git#ef85ff4ee9c47547cc8687c68c88f8e2dca13b0c
SummaryBinder client library
DescriptionGLib-style interface to binder (Android IPC mechanism) Key features: 1. Integration with GLib event loop 2. Detection of 32 vs 64 bit kernel at runtime 3. Asynchronous transactions that don't block the event thread 4. Stable service manager and low-level transaction APIs Android keeps changing both low-level RPC and service manager protocols from version to version. To counter that, libgbinder implements configirable backends for different variants of those, and yet keeping its own API unchanged.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 07 Jun 2023 12:03:20 UTC
CompletedWed, 07 Jun 2023 13:32:54 UTC
Taskbuild (f38, /rpms/libgbinder.git:ef85ff4ee9c47547cc8687c68c88f8e2dca13b0c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libgbinder.git#ef85ff4ee9c47547cc8687c68c88f8e2dca13b0c'}}
Tags
f38
f39
f40
RPMs
src
libgbinder-1.1.34-1.fc38.src.rpm (info) (download)
riscv64
libgbinder-1.1.34-1.fc38.riscv64.rpm (info) (download)
libgbinder-devel-1.1.34-1.fc38.riscv64.rpm (info) (download)
libgbinder-tools-1.1.34-1.fc38.riscv64.rpm (info) (download)
libgbinder-debuginfo-1.1.34-1.fc38.riscv64.rpm (info) (download)
libgbinder-debugsource-1.1.34-1.fc38.riscv64.rpm (info) (download)
libgbinder-tools-debuginfo-1.1.34-1.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Tue May 23 2023 Alessandro Astone <ales.astone@gmail.com> - 1.1.34-1 - Update to 1.1.34 * Mon Feb 27 2023 Alessandro Astone <ales.astone@gmail.com> - 1.1.33-1 - Update to 1.1.33 * Mon Jan 23 2023 Alessandro Astone <ales.astone@gmail.com> - 1.1.32-1 - Update to 1.1.32 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.31-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jan 06 2023 Alessandro Astone <ales.astone@gmail.com> - 1.1.31-1 - Update to 1.1.31 - Re-enable s390x builds * Mon Dec 05 2022 Alessandro Astone <ales.astone@gmail.com> - 1.1.30-1 - Update to 1.1.30 * Sat Nov 26 2022 Alessandro Astone <ales.astone@gmail.com> - 1.1.29-1 - Update to 1.1.29 - Build binder-call tool * Sat Oct 29 2022 Alessandro Astone <ales.astone@gmail.com> - 1.1.26-1 - Update to 1.1.26 * Tue Jul 19 2022 Alessandro Astone <ales.astone@gmail.com> - 1.1.25-1 - Handle RPC protocol change at run time * Wed Jul 06 2022 Alessandro Astone <ales.astone@gmail.com> - 1.1.23-1 - Support API 31 * Mon Jun 20 2022 Alessandro Astone <ales.astone@gmail.com> - 1.1.21-1 - Tests pass again! * Sat Jun 11 2022 Alessandro Astone <ales.astone@gmail.com> - 1.1.20-1 - Make RPC protocol selectable at runtime * Tue Feb 22 2022 Mo 森 <rmnscnce@ya.ru> - 1.1.19-1 - Added reader and writer for aidl parcelables * Wed Jan 19 2022 Mo 森 <rmnscnce@ya.ru> - 1.1.18-1 - Make sure stale object pointers don't hang around - Properly shut down remote object inside the proxy - Read ref_count from GObject atomically - Don't release remote proxy handle too early (sometimes never) - Disassociate auto-created proxies to stop them from piling up * Tue Dec 28 2021 Mo 森 <rmnscnce@ya.ru> - 1.1.15-1 - Added readers and writers for int8 and int16 * Sun Nov 28 2021 Mo 森 <rmnscnce@ya.ru> - 1.1.14-2 - Support for FMQ (Fast Message Queues) - Support for Android 11 (API level 30) - Made GBinderReader API slightly more NULL tolerant - Added gbinder_client_rpc_header() - Added gbinder_reader_get_data() - Added gbinder_writer_get_data() - Added gbinder_servicemanager_device() - Added gbinder_local_reply_append_fd()