[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package libverto-0.3.2-2.el8.src download

Name libverto
Epoch 0
Version 0.3.2
Release 2.el8
Architecture src
Website/URL https://github.com/latchset/libverto
License MIT
Build Time 2023-08-08 17:39:41
Build Host builder-x86-03.inferitos.ru
Summary Main loop abstraction library
Repositories BaseOS
Description libverto provides a way for libraries to expose asynchronous interfaces without having to choose a particular event loop, offloading this decision to the end application which consumes the library. If you are packaging an application, not library, based on libverto, you should depend either on a specific implementation module or you can depend on the virtual provides 'libverto-module-base'. This will ensure that you have at least one module installed that provides io, timeout and signal functionality. Currently glib is the only module that does not provide these three because it lacks signal. However, glib will support signal in the future.
Errata
Size 387 KiB
Source Project libverto-0.3.2-2.el8
SHA-256 checksum e98aa2d2068ce24b1e869f16abd74aa052555ebea1da3161ad33ca2288c8fb4c
× Full screenshot
Changelog link
* Wed Jul 26 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.3.2-2
- Rebuilt for MSVSphere 8.8

* Wed Jun 29 2022 Julien Rische <jrische@redhat.com> - 0.3.2-1
- New upstream release (0.3.2)
- Resolves: rhbz#2100916

* Wed Mar 20 2019 Robbie Harwood <rharwood@redhat.com> - 0.3.0-6
- Add gating
- Resolves: #1682288

* Mon Feb 19 2018 Robbie Harwood <rharwood@redhat.com> - 0.3.0-5
- Rebuild due to libevent soname bump

* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 0.3.0-4
- Obsolete removed tevent and tevent-devel subpackages

* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-3
- Switch to %ldconfig_scriptlets

* Wed Jan 31 2018 Robbie Harwood <rharwood@redhat.com> - 0.3.0-2
- Stop providing the tevent backend
- https://bugzilla.samba.org/show_bug.cgi?id=12987

* Tue Sep 05 2017 Robbie Harwood <rharwood@redhat.com> - 0.3.0-1
- New upstream release (0.3.0)

* Mon Aug 07 2017 Robbie Harwood <rharwood@redhat.com> - 0.2.6-11
- Fix memleak in vfree()
- Misc spec file fixes

* Thu Aug 03 2017 Robbie Harwood <rharwood@redhat.com> - 0.2.6-10
- Fix all compile warnings