Tue, 04 Mar 2025 00:08:13 UTC | login

Information for build flatbuffers-24.12.23-1.fc42

ID344724
Package Nameflatbuffers
Version24.12.23
Release1.fc42
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/flatbuffers.git#0ff83b89f5fa2bfd688a1ec97b8b57e9cd1923c0
SummaryMemory efficient serialization library
DescriptionFlatBuffers is a cross platform serialization library architected for maximum memory efficiency. It allows you to directly access serialized data without parsing/unpacking it first, while still having great forwards/backwards compatibility.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 10 Jan 2025 08:06:39 UTC
CompletedFri, 10 Jan 2025 09:31:32 UTC
Taskbuild (f42, /rpms/flatbuffers.git:0ff83b89f5fa2bfd688a1ec97b8b57e9cd1923c0)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/flatbuffers.git#0ff83b89f5fa2bfd688a1ec97b8b57e9cd1923c0'}}
Tags
f42
RPMs
src
flatbuffers-24.12.23-1.fc42.src.rpm (info) (download)
noarch
flatbuffers-doc-24.12.23-1.fc42.noarch.rpm (info) (download)
python3-flatbuffers-24.12.23-1.fc42.noarch.rpm (info) (download)
mingw32-flatbuffers-debuginfo-24.12.23-1.fc42.noarch.rpm (info) (download)
mingw64-flatbuffers-debuginfo-24.12.23-1.fc42.noarch.rpm (info) (download)
riscv64
flatbuffers-24.12.23-1.fc42.riscv64.rpm (info) (download)
flatbuffers-compiler-24.12.23-1.fc42.riscv64.rpm (info) (download)
flatbuffers-devel-24.12.23-1.fc42.riscv64.rpm (info) (download)
mingw32-flatbuffers-24.12.23-1.fc42.riscv64.rpm (info) (download)
mingw32-python3-flatbuffers-24.12.23-1.fc42.riscv64.rpm (info) (download)
mingw64-flatbuffers-24.12.23-1.fc42.riscv64.rpm (info) (download)
mingw64-python3-flatbuffers-24.12.23-1.fc42.riscv64.rpm (info) (download)
flatbuffers-compiler-debuginfo-24.12.23-1.fc42.riscv64.rpm (info) (download)
flatbuffers-debuginfo-24.12.23-1.fc42.riscv64.rpm (info) (download)
flatbuffers-debugsource-24.12.23-1.fc42.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Dec 25 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 24.12.23-1 - Update to 24.12.23 (close RHBZ#2333905) - Update the man page * Tue Dec 17 2024 Sandro <devel@penguinpee.nl> - 24.3.25-9 - Apply patch for NumPy 2.x * Mon Nov 04 2024 Sandro Mani <manisandro@gmail.com> - 24.3.25-8 - Prevent env-pollution from mingw build * Fri Nov 01 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 24.3.25-7 - Invoke %cmake in %conf rather than in %build * Sat Jul 27 2024 Sandro Mani <manisandro@gmail.com> - 24.3.25-5 - Add upstream link for proposed flatbuffers_mingw-lib.patch * Sat Jul 27 2024 Sandro Mani <manisandro@gmail.com> - 24.3.25-4 - Add mingw build * Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 24.3.25-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 24.3.25-2 - Rebuilt for Python 3.13 * Thu Mar 28 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 24.3.25-1 - Update to 24.3.25 (close RHBZ#2271730) * Fri Mar 08 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 24.3.7-1 - Update to 24.3.7 (close RHBZ#2268502) * Fri Mar 08 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 23.5.26-8 - Improve the Summary * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 23.5.26-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 23.5.26-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Oct 11 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 23.5.26-4 - F38+: Run the tests with %{py3_test_envvars} * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 23.5.26-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jul 06 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 23.5.26-2 - Use new (rpm 4.17.1+) bcond style (missed one) * Sun Jun 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 23.5.26-1 - Update to 23.5.26 (close RHBZ#2196940) * Sun Jun 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 23.5.9-3 - Use new (rpm 4.17.1+) bcond style * Sat Jun 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 23.5.9-2 - Fix and re-enable Python tests * Sat Jun 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 23.5.9-1 - Update to 23.5.9 * Sat Jun 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 23.5.8-1 - Update to 23.5.8 - Disable Python tests due to upstream issue #7944 * Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 23.3.3-4 - Rebuilt for Python 3.12 * Sat Jun 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 23.3.3-3 - Remove explicit %set_build_flags, not needed since F36 * Sat Mar 04 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 23.3.3-1 - Update to 23.3.3 (close RHBZ#2175405) * Mon Jan 23 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 23.1.21-1 - Update to 23.1.21 (close RHBZ#2159100) * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 23.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Jan 09 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 23.1.4-1 - Update to 23.1.4 (close RHBZ#2159100) * Mon Jan 09 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 22.12.06-6 - Fix Python big-endian (s390x) issues * Sun Jan 08 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 22.12.06-5 - Enable Python tests * Sun Jan 08 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 22.12.06-4 - Minor spec file tidying * Sun Jan 08 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 22.12.06-3 - Add CHANGELOG.md and examples/ to -doc subpackage