Tue, 30 May 2023 16:49:27 UTC

Information for build protozero-1.4.2-2.fc25

ID801448
Package Nameprotozero
Version1.4.2
Release2.fc25
Epoch
SummaryMinimalistic protocol buffer decoder and encoder in C++
DescriptionMinimalistic protocol buffer decoder and encoder in C++. Designed for high performance. Suitable for writing zero copy parsers and encoders with minimal need for run-time allocation of memory. Low-level: this is designed to be a building block for writing a very customized decoder for a stable protobuf schema. If your protobuf schema is changing frequently or lazy decoding is not critical for your application then this approach offers no value: just use the decoding API available via the C++ API that can be generated via the Google Protobufs protoc program.
Built bytomh
State complete
Volume fedora_koji_archive01
StartedThu, 15 Sep 2016 21:16:09 UTC
CompletedThu, 15 Sep 2016 21:28:34 UTC
Taskbuild (f25-candidate, /rpms/protozero:a2e4071f1e0c82ea5a6a573305109224093a2c69)
Tags
f25
f25-Beta
RPMs
src
protozero-1.4.2-2.fc25.src.rpm (info) (download)
armv7hl
protozero-devel-1.4.2-2.fc25.armv7hl.rpm (info) (download)
i686
protozero-devel-1.4.2-2.fc25.i686.rpm (info) (download)
x86_64
protozero-devel-1.4.2-2.fc25.x86_64.rpm (info) (download)
Logs
armv7hl
root.log
state.log
build.log
x86_64
build.log
state.log
root.log
i686
state.log
root.log
build.log
Changelog * Sat Sep 10 2016 Tom Hughes <tom@compton.nu> - 1.4.2-2 - Rebuild to add aarch64 support * Sat Sep 10 2016 Tom Hughes <tom@compton.nu> - 1.4.2-1 - Update to 1.4.2 upstream release * Thu Aug 04 2016 Tom Hughes <tom@compton.nu> - 1.4.0-1 - Update to 1.4.0 upstream release * Fri Feb 19 2016 Tom Hughes <tom@compton.nu> - 1.3.0-1 - Update to 1.3.0 upstream release - Enable tests on ARM * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Dec 02 2015 Tom Hughes <tom@compton.nu> - 1.2.3-1 - Update to 1.2.3 upstream release * Tue Nov 10 2015 Tom Hughes <tom@compton.nu> - 1.2.2-2 - BuildRequire graphviz for documentation * Sun Oct 18 2015 Tom Hughes <tom@compton.nu> - 1.2.2-1 - Update to 1.2.2 upstream release * Fri Oct 09 2015 Tom Hughes <tom@compton.nu> - 1.2.0-1 - Update to 1.2.0 upstream release * Fri Sep 18 2015 Tom Hughes <tom@compton.nu> - 1.1.0-3 - Unbundle catch.hpp - Fix warnings compiling tests * Mon Sep 07 2015 Tom Hughes <tom@compton.nu> - 1.1.0-2 - Add description for devel package - Build tests with correct flags * Sat Aug 29 2015 Tom Hughes <tom@compton.nu> - 1.1.0-1 - Update to 1.1.0 upstream release * Sat Aug 15 2015 Tom Hughes <tom@compton.nu> - Initial build