Sat, 27 Apr 2024 20:12:52 UTC | login

Information for build protozero-1.6.2-1.fc29

ID28624
Package Nameprotozero
Version1.6.2
Release1.fc29
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 bydavidlt
State complete
Volume DEFAULT
StartedWed, 23 May 2018 22:53:46 UTC
CompletedThu, 24 May 2018 02:29:26 UTC
Taskbuild (f29-candidate, protozero-1.6.2-1.fc29.src.rpm)
Tags
f29
RPMs
src
protozero-1.6.2-1.fc29.src.rpm (info) (download)
riscv64
protozero-devel-1.6.2-1.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Fri Mar 09 2018 Tom Hughes <tom@compton.nu> - 1.6.2-1 - Update to 1.6.2 upstream release * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Jan 15 2018 Tom Hughes <tom@compton.nu> - 1.6.1-2 - Build using catch1 * Sat Nov 18 2017 Tom Hughes <tom@compton.nu> - 1.6.1-1 - Update to 1.6.1 upstream release * Wed Nov 01 2017 Tom Hughes <tom@compton.nu> - 1.6.0-1 - Update to 1.6.0 upstream release * Sat Sep 23 2017 Tom Hughes <tom@compton.nu> - 1.5.3-1 - Update to 1.5.3 upstream release * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Jul 01 2017 Tom Hughes <tom@compton.nu> - 1.5.2-1 - Update to 1.5.2 upstream release * 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