Thu, 28 Mar 2024 20:05:58 UTC | login

Information for build fbzmq-2021.03.15.00-1.fc33

ID195037
Package Namefbzmq
Version2021.03.15.00
Release1.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/fbzmq.git#47262483c5bfc7dbccb9499a078a52b5c69832fe
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
StartedMon, 26 Apr 2021 16:10:22 UTC
CompletedMon, 26 Apr 2021 16:21:57 UTC
Taskbuild (f33, /rpms/fbzmq.git:47262483c5bfc7dbccb9499a078a52b5c69832fe)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/fbzmq.git#47262483c5bfc7dbccb9499a078a52b5c69832fe'}}
Tags No tags
RPMs No RPMs
Changelog * 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