Commit Graph

11 Commits

Author SHA1 Message Date
Paul Howarth
3b8cebffcf Fix FTBFS due to missing buildreq perl-devel
Also, simplify find commands using -empty and -delete
2016-04-21 10:26:42 +01:00
Fedora Release Engineering
513b6c780a - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 13:10:19 +00:00
Paul Howarth
a7d9a6d711 Update to 1.221
- New upstream release 1.221
  - Documentation improvements
2015-08-11 16:00:18 +01:00
Dennis Gilmore
a0acbf08dd - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 02:30:03 +00:00
Jitka Plesnikova
76e2f04033 Perl 5.22 rebuild 2015-06-05 14:34:09 +02:00
Paul Howarth
3ee94d0082 Update to 1.220
- New upstream release 1.220
  - Improve chances it'll work on Android
- Classify buildreqs by usage
- Use %license
2014-12-18 16:08:52 +00:00
Jitka Plesnikova
c68a557cf8 Perl 5.20 rebuild 2014-08-28 00:23:58 +02:00
Peter Robinson
e1f83d4711 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 15:57:48 +00:00
Dennis Gilmore
5745d468d1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-06 21:59:41 -05:00
Paul Howarth
9cb4573b7d Initial import (perl-Data-UUID-1.219-3)
This 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.
2013-09-02 16:39:47 +01:00
Fedora Release Engineering
23e2fcbf4a Initial setup of the repo 2013-09-02 15:07:49 +00:00