Sun, 28 Apr 2024 14:12:06 UTC | login

Information for build protobuf-3.19.6-6.0.riscv64.fc40

ID266887
Package Nameprotobuf
Version3.19.6
Release6.0.riscv64.fc40
Epoch
Sourcegit+http://fedora.riscv.rocks:3000/rpms/protobuf.git#4117401fa0bd004f06480b46ba48b79631fbf243
SummaryProtocol Buffers - Google's data interchange format
DescriptionProtocol Buffers are a way of encoding structured data in an efficient yet extensible format. Google uses Protocol Buffers for almost all of its internal RPC protocols and file formats. Protocol buffers are a flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler. You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. You can even update your data structure without breaking deployed programs that are compiled against the "old" format.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 15 Nov 2023 13:31:11 UTC
CompletedThu, 16 Nov 2023 09:29:15 UTC
Taskbuild (f40, /rpms/protobuf.git:4117401fa0bd004f06480b46ba48b79631fbf243)
Extra{'source': {'original_url': 'git+http://fedora.riscv.rocks:3000/rpms/protobuf.git#4117401fa0bd004f06480b46ba48b79631fbf243'}}
Tags
f40
RPMs
src
protobuf-3.19.6-6.0.riscv64.fc40.src.rpm (info) (download)
noarch
protobuf-emacs-3.19.6-6.0.riscv64.fc40.noarch.rpm (info) (download)
protobuf-vim-3.19.6-6.0.riscv64.fc40.noarch.rpm (info) (download)
riscv64
protobuf-3.19.6-6.0.riscv64.fc40.riscv64.rpm (info) (download)
protobuf-compiler-3.19.6-6.0.riscv64.fc40.riscv64.rpm (info) (download)
protobuf-devel-3.19.6-6.0.riscv64.fc40.riscv64.rpm (info) (download)
protobuf-lite-3.19.6-6.0.riscv64.fc40.riscv64.rpm (info) (download)
protobuf-lite-devel-3.19.6-6.0.riscv64.fc40.riscv64.rpm (info) (download)
python3-protobuf-3.19.6-6.0.riscv64.fc40.riscv64.rpm (info) (download)
protobuf-compiler-debuginfo-3.19.6-6.0.riscv64.fc40.riscv64.rpm (info) (download)
protobuf-debuginfo-3.19.6-6.0.riscv64.fc40.riscv64.rpm (info) (download)
protobuf-debugsource-3.19.6-6.0.riscv64.fc40.riscv64.rpm (info) (download)
protobuf-lite-debuginfo-3.19.6-6.0.riscv64.fc40.riscv64.rpm (info) (download)
python3-protobuf-debuginfo-3.19.6-6.0.riscv64.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Wed Nov 15 2023 David Abdurachmanov <davidlt@rivosinc.com> - 3.19.6-6.0.riscv64 - Disable java subpackage on riscv64 (takes too long) - Allow testsuite to fail * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.19.6-5 - Rebuilt for Python 3.12 * Wed Apr 26 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 3.19.6-4 - Stop packaging static libraries - Stop using deprecated %patchN syntax * Tue Apr 25 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 3.19.6-3 - Remove unnecessary explicit pkgconfig dependencies - Remove an obsolete workaround for failing Java tests - Remove conditionals for retired 32-bit ARM architecture - Remove a slow-test workaround on s390x - Reduce macro indirection in the spec file * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Wed Dec 07 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 3.19.6-1 - Update to 3.19.6; fix CVE-2022-3171 * Wed Dec 07 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 3.19.5-1 - Update to 3.19.5; fix CVE-2022-1941 * Sun Dec 04 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 3.19.4-7 - Update License to SPDX - Improved handling of gtest sources - Update/correct gtest commit hash to match upstream - Simplify the Source0 URL with a macro - Drop manual dependency on python3-six, no longer needed - Drop obsolete python_provide macro - Drop python3_pkgversion macro - Update summary and description to refer to “Python” instead of “Python 3” - Re-enable compiled Python extension on Python 3.11 - Ensure all subpackages always have LICENSE, or depend on something that does - Remove obsolete ldconfig_scriptlets macros - The -vim subpackage now depends on vim-filesystem, no longer on vim-enhanced - Add a man page for protoc - Use a macro to avoid repeating the .so version, and improve .so globs * Sun Aug 14 2022 Orion Poplawski <orion@nwra.com> - 3.19.4-6 - Build python support with C++ (bz#2107921) * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 06 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 3.19.4-4 - Exclude java subpackages on non-java arches (fix RHBZ#2104092) - Obsolete java subpackages on non-java arches * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.19.4-3 - Rebuilt for Python 3.11 * Sun Feb 13 2022 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.19.4-2 - Add some --add-opens option for java17 - Restrict heap usage for mvn also on %ix86 * Mon Feb 07 2022 Orion Poplawski <orion@nwra.com> - 3.19.4-1 - Update to 3.19.4 * Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.19.0-4 - Rebuilt for java-17-openjdk as system jdk * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild