Fri, 26 Apr 2024 10:54:27 UTC | login

Information for build fbzmq-2021.04.12.00-1.fc33

ID195532
Package Namefbzmq
Version2021.04.12.00
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/fbzmq.git#89e943fb6d14e220b616ee682b656e53a1437b32
SummaryFramework for writing services in C++ while leveraging libzmq
Descriptionfbzmq provides a framework for writing services in C++ while leveraging the awesomeness of libzmq (message passing semantics). At a high level it provides - Lightweight C++ wrapper over libzmq which leverages newer C++ constructs and stricter type checking. Most notably it provides the ability to send/receive thrift objects as messages over wire without worrying about wire encoding/decoding protocols. - Powerful Async Framework with EventLoop, Timeouts, SignalHandler and more to enable developers to write asynchronous applications efficiently. - Suite of monitoring tools that make it easy to add logging and counters to your service.
Built bydavidlt
State failed
Volume DEFAULT
StartedFri, 07 May 2021 20:09:13 UTC
CompletedFri, 07 May 2021 20:18:47 UTC
Taskbuild (f33, /rpms/fbzmq.git:89e943fb6d14e220b616ee682b656e53a1437b32)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/fbzmq.git#89e943fb6d14e220b616ee682b656e53a1437b32'}}
Tags No tags
RPMs No RPMs
Changelog * Fri Apr 16 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.04.12.00-1 - Update to 2021.04.12.00 * Mon Mar 29 2021 Michel Alexandre Salim <michel@michel-slm.name> - 2021.03.29.00-1 - Update to 2021.03.29.00 * Wed Mar 24 2021 Michel Alexandre Salim <michel@michel-slm.name> - 2021.03.22.00-1 - Update to 2021.03.22.00 * Mon Mar 15 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.03.15.00-1 - Update to 2021.03.15.00 * Wed Feb 03 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.02.01.00-1 - Update to 2021.02.01.00 * Tue Jan 26 2021 Michel Alexandre Salim <salimma@fedoraproject.org> - 2021.01.25.00-1 - Update to 2021.01.25.00 * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2020.12.28.00-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 2020.12.28.00-2 - Rebuilt for Boost 1.75 * Tue Dec 29 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.12.28.00-1 - Update to 2020.12.28.00 * Tue Dec 22 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.12.21.00-1 - Update to 2020.12.21.00 * Mon Nov 30 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.30.00-1 - Update to 2020.11.30.00 * Mon Nov 23 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.23.00-1 - Update to 2020.11.23.00 * Mon Nov 16 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.16.00-1 - Update to 2020.11.16.00 * Fri Nov 13 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.09.00-2 - Fix for type mismatch on 32-bit architectures - Fix ctest invocation - Disable failing timeout test * Wed Nov 11 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 2020.11.09.00-1 - Initial package