Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.146' '-r1.147' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2007/05/19 19:59:56 1.146 +++ ChangeLog 2007/05/19 20:00:46 1.147 @@ -11,7 +11,7 @@ This is a list of all changes to OSSP uuid. For a more brief summary please have a look at the NEWS file. - Changes between 1.5.1 and 1.6.0 (31-Jul-2006 to 19-May-2006) + Changes between 1.5.1 and 1.6.0 (31-Jul-2006 to 19-May-2007) o Expand unused "datarootdir" in Makefile.in and uuid-config.in to make newer GNU autoconf versions happy. Index: ossp-pkg/uuid/README RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/README,v rcsdiff -q -kk '-r1.43' '-r1.44' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/README,v' 2>/dev/null --- README 2007/01/01 18:14:54 1.43 +++ README 2007/05/19 20:00:46 1.44 @@ -5,7 +5,7 @@ |_|_|_| \___/|____/____/|_| \__,_|\__,_|_|\__,_| OSSP uuid - Universally Unique Identifier - Version 1.5.1 (31-Jul-2006) + Version 1.6.0 (19-May-2007) ABSTRACT Index: ossp-pkg/uuid/perl/uuid.pm RCS File: /v/ossp/cvs/ossp-pkg/uuid/perl/Attic/uuid.pm,v rcsdiff -q -kk '-r1.21' '-r1.22' -u '/v/ossp/cvs/ossp-pkg/uuid/perl/Attic/uuid.pm,v' 2>/dev/null --- uuid.pm 2007/01/01 18:14:57 1.21 +++ uuid.pm 2007/05/19 20:00:47 1.22 @@ -118,7 +118,7 @@ use Exporter; # API version -our $VERSION = do { my @v = ('1.5.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); }; +our $VERSION = do { my @v = ('1.6.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); }; # API inheritance our @ISA = qw(Exporter); Index: ossp-pkg/uuid/perl/uuid_compat.pm RCS File: /v/ossp/cvs/ossp-pkg/uuid/perl/Attic/uuid_compat.pm,v rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-pkg/uuid/perl/Attic/uuid_compat.pm,v' 2>/dev/null --- uuid_compat.pm 2007/01/01 18:14:57 1.12 +++ uuid_compat.pm 2007/05/19 20:00:47 1.13 @@ -42,7 +42,7 @@ our @ISA = qw(Exporter); our @EXPORT = qw(NameSpace_DNS NameSpace_OID NameSpace_URL NameSpace_X500); -our $VERSION = do { my @v = ('1.5.1' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); }; +our $VERSION = do { my @v = ('1.6.0' =~ m/\d+/g); sprintf("%d.".("%02d"x$#v), @v); }; sub new { my $class = shift; Index: ossp-pkg/uuid/uuid_vers.h RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_vers.h,v rcsdiff -q -kk '-r1.26' '-r1.27' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_vers.h,v' 2>/dev/null --- uuid_vers.h 2006/07/31 12:45:08 1.26 +++ uuid_vers.h 2007/05/19 20:00:47 1.27 @@ -8,7 +8,7 @@ #ifndef _UUID_VERS_H_ #define _UUID_VERS_H_ -#define _UUID_VERSION 0x105201 +#define _UUID_VERSION 0x106200 typedef struct { const int v_hex; @@ -32,13 +32,13 @@ #undef _UUID_VERS_H_AS_HEADER_ _uuid_version_t _uuid_version = { - 0x105201, - "1.5.1", - "1.5.1 (31-Jul-2006)", - "This is OSSP uuid, Version 1.5.1 (31-Jul-2006)", - "OSSP uuid 1.5.1 (31-Jul-2006)", - "OSSP uuid/1.5.1", - "@(#)OSSP uuid 1.5.1 (31-Jul-2006)", + 0x106200, + "1.6.0", + "1.6.0 (19-May-2007)", + "This is OSSP uuid, Version 1.6.0 (19-May-2007)", + "OSSP uuid 1.6.0 (19-May-2007)", + "OSSP uuid/1.6.0", + "@(#)OSSP uuid 1.6.0 (19-May-2007)", "$Id$" };