Thu, 23 May 2024 15:20:57 UTC | login

Information for build rubygem-eventmachine-1.2.7-10.fc33

ID181352
Package Namerubygem-eventmachine
Version1.2.7
Release10.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/rubygem-eventmachine.git#ae74024e851629c7ad1164ec78cb4554c7c99080
SummaryRuby/EventMachine library
DescriptionEventMachine implements a fast, single-threaded engine for arbitrary network communications. It's extremely easy to use in Ruby. EventMachine wraps all interactions with IP sockets, allowing programs to concentrate on the implementation of network protocols. It can be used to create both network servers and clients. To create a server or client, a Ruby program only needs to specify the IP address and port, and provide a Module that implements the communications protocol. Implementations of several standard network protocols are provided with the package, primarily to serve as examples. The real goal of EventMachine is to enable programs to easily interface with other programs using TCP/IP, especially if custom protocols are required.
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 10 Jan 2021 17:34:18 UTC
CompletedSun, 10 Jan 2021 18:05:02 UTC
Taskbuild (f33, /rpms/rubygem-eventmachine.git:ae74024e851629c7ad1164ec78cb4554c7c99080)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/rubygem-eventmachine.git#ae74024e851629c7ad1164ec78cb4554c7c99080'}}
Tags
f33
f37
f38
RPMs
src
rubygem-eventmachine-1.2.7-10.fc33.src.rpm (info) (download)
noarch
rubygem-eventmachine-doc-1.2.7-10.fc33.noarch.rpm (info) (download)
riscv64
rubygem-eventmachine-1.2.7-10.fc33.riscv64.rpm (info) (download)
rubygem-eventmachine-debuginfo-1.2.7-10.fc33.riscv64.rpm (info) (download)
rubygem-eventmachine-debugsource-1.2.7-10.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Tue Aug 04 2020 Vít Ondruch <vondruch@redhat.com> - 1.2.7-10 - Disable two more test cases failing without network connectivity with systemd-resolved. Resolves: rhbz#1866021 - Adjust to tightened Fedora crypto policies. Resovles: rhbz#1863726 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-9 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jan 16 2020 Vít Ondruch <vondruch@redhat.com> - 1.2.7-6 - Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.7 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jan 17 2019 Vít Ondruch <vondruch@redhat.com> - 1.2.7-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.6 - Fix OpenSSL 1.1.1 compatibility.