Fri, 29 Mar 2024 01:47:45 UTC | login

Information for build perl-Data-UUID-1.224-4.fc33

ID134801
Package Nameperl-Data-UUID
Version1.224
Release4.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/perl-Data-UUID.git#702a44f622ea426aa11eac5e37628f691387f73a
SummaryGlobally/Universally Unique Identifiers (GUIDs/UUIDs)
DescriptionThis module provides a framework for generating v3 UUIDs (Universally Unique Identifiers, also known as GUIDs (Globally Unique Identifiers). A UUID is 128 bits long, and is guaranteed to be different from all other UUIDs/GUIDs generated until 3400 CE. UUIDs were originally used in the Network Computing System (NCS) and later in the Open Software Foundation's (OSF) Distributed Computing Environment. Currently many different technologies rely on UUIDs to provide unique identity for various software components. Microsoft COM/DCOM for instance, uses GUIDs very extensively to uniquely identify classes, applications and components across network-connected systems. The algorithm for UUID generation, used by this extension, is described in the Internet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz (see RFC 4122). It provides a reasonably efficient and reliable framework for generating UUIDs and supports fairly high allocation rates - 10 million per second per machine - and therefore is suitable for identifying both extremely short-lived and very persistent objects on a given system as well as across the network. This module provides several methods to create a UUID. In all methods, <namespace> is a UUID and <name> is a free form string.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 26 Mar 2020 09:50:17 UTC
CompletedThu, 26 Mar 2020 10:08:35 UTC
Taskbuild (f33, /rpms/perl-Data-UUID.git:702a44f622ea426aa11eac5e37628f691387f73a)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/perl-Data-UUID.git#702a44f622ea426aa11eac5e37628f691387f73a'}}
Tags
f33
RPMs
src
perl-Data-UUID-1.224-4.fc33.src.rpm (info) (download)
riscv64
perl-Data-UUID-1.224-4.fc33.riscv64.rpm (info) (download)
perl-Data-UUID-debuginfo-1.224-4.fc33.riscv64.rpm (info) (download)
perl-Data-UUID-debugsource-1.224-4.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.224-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.224-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.224-2 - Perl 5.30 rebuild * Sun Mar 03 2019 Paul Howarth <paul@city-fan.org> - 1.224-1 - Update to 1.224 - Properly quote C strings passed in DEFINE - Fix memory leak by decreasing reference count - Use File::Spec to get tmpdir instead of hardcoding * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.221-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.221-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.221-11 - Perl 5.28 rebuild