Wed, 29 Mar 2023 04:20:49 UTC

Information for build protozero-1.5.1-3.fc25

ID865181
Package Nameprotozero
Version1.5.1
Release3.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
StartedMon, 06 Mar 2017 17:30:25 UTC
CompletedMon, 06 Mar 2017 17:43:40 UTC
Taskbuild (f25-candidate, /rpms/protozero:c3a60ac338069d572f6a5a41b8fa09c9b89a3e99)
Tags
f25-updates
RPMs
src
protozero-1.5.1-3.fc25.src.rpm (info) (download)
armv7hl
protozero-devel-1.5.1-3.fc25.armv7hl.rpm (info) (download)
i686
protozero-devel-1.5.1-3.fc25.i686.rpm (info) (download)
x86_64
protozero-devel-1.5.1-3.fc25.x86_64.rpm (info) (download)
Logs
armv7hl
state.log
root.log
build.log
x86_64
state.log
build.log
root.log
i686
build.log
root.log
state.log
Changelog * Mon Feb 13 2017 Tom Hughes <tom@compton.nu> - 1.5.1-3 - Add patch for Catch 1.7.1 support * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sat Jan 14 2017 Tom Hughes <tom@compton.nu> - 1.5.1-1 - Update to 1.5.1 upstream release * Thu Jan 12 2017 Tom Hughes <tom@compton.nu> - 1.5.0-1 - Update to 1.5.0 upstream release * Sat Nov 19 2016 Tom Hughes <tom@compton.nu> - 1.4.5-1 - Update to 1.4.5 upstream release * Tue Nov 15 2016 Tom Hughes <tom@compton.nu> - 1.4.4-1 - Update to 1.4.4 upstream release * 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