Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.125' '-r1.126' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2006/07/28 19:17:43 1.125 +++ ChangeLog 2006/07/31 11:32:36 1.126 @@ -11,6 +11,12 @@ 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.0 and 1.5.1 (28-Jul-2006 to 31-Jul-2006) + + o Fix the tarball rolling procedure to make sure we + do not distribute binary files again. + [Ralf S. Engelschall] + Changes between 1.4.2 and 1.5.0 (13-Mar-2006 to 28-Jul-2006) o Fixed potential memory leak in uuid_create() as spotted by SPLINT. Index: ossp-pkg/uuid/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/devtool.conf,v rcsdiff -q -kk '-r1.28' '-r1.29' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/devtool.conf,v' 2>/dev/null --- devtool.conf 2006/07/20 17:04:28 1.28 +++ devtool.conf 2006/07/31 11:32:36 1.29 @@ -37,6 +37,8 @@ mv perl/uuid_compat.pm.n perl/uuid_compat.pm %dist + echo "+++ dist cleaning" + make distclean echo "+++ removing old tarballs" rm -f uuid-*.tar.gz echo "+++ generating"