[ Все 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 ]
×

Проект libverto-0.3.2-2.el8

Имя libverto
Эпоха 0
Версия 0.3.2
Релиз 2.el8
Сайт https://github.com/latchset/libverto
Лицензия MIT
Время сборки 2023-08-08 17:39:41
Хост сборки builder-x86-03.inferitos.ru
Краткое описание Main loop abstraction library
Репозитории BaseOS
Полное описание 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.
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
x86_64
libverto-0.3.2-2.el8.x86_64 Main loop abstraction library 4a2f82f5f96f4c4f42c0a932acbd9fa898e3396f71fe7436f680e82547091018 download
libverto-devel-0.3.2-2.el8.x86_64 Development files for libverto 77388f89fd091056dbcae2068d30e2f6ddc45234a6958460f89d60092141396f download
libverto-libevent-0.3.2-2.el8.x86_64 libevent module for libverto f8f8359ceca0c021f3ba96a6992c91e52be8849f3f80213182169af5da53cb72 download
libverto-libev-0.3.2-2.el8.x86_64 libev module for libverto 578f3685c4aec80dac1665b02665d4f614ce80bdabac361b59221565fbc1d719 download
i686
libverto-0.3.2-2.el8.i686 Main loop abstraction library 4c4c2ff995d4f19a630607395ca1f23ee24984b13136a5ccf49f6eeec1f7cf33 download
libverto-devel-0.3.2-2.el8.i686 Development files for libverto 33386451e65d630b406a7a5146c3023869a24e5c5edb77e37584a133208a588f download
libverto-libevent-0.3.2-2.el8.i686 libevent module for libverto 85a2644a7a033be7d651f2d29c85e4f91455e137795b75319a5891e522063aa6 download
libverto-libev-0.3.2-2.el8.i686 libev module for libverto aceac4b6c04b47d252678d14b8c13067867f44fdd2e7e2b42898fa31a911c86f download
src
libverto-0.3.2-2.el8.src Main loop abstraction library e98aa2d2068ce24b1e869f16abd74aa052555ebea1da3161ad33ca2288c8fb4c download
История изменений 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