Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.62' '-r1.63' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2004/11/18 15:58:53 1.62 +++ ChangeLog 2004/11/29 07:37:20 1.63 @@ -11,6 +11,11 @@ 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.1.1 and 1.1.2 (18-Nov-2004 to xx-Dec-2004) + + o Do not rebuild the Perl API if there were no actual changes. + [Ralf S. Engelschall] + Changes between 1.1.0 and 1.1.1 (03-Nov-2004 to 18-Nov-2004) o Apply the FreeBSD libc uuid_create() related workaround Index: ossp-pkg/uuid/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.in,v rcsdiff -q -kk '-r1.23' '-r1.24' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.in,v' 2>/dev/null --- Makefile.in 2004/11/03 18:08:24 1.23 +++ Makefile.in 2004/11/29 07:37:20 1.24 @@ -98,6 +98,7 @@ $(PERL_NAME): $(PERL_OBJS) $(LIB_NAME) @cd perl && $(PERL) Makefile.PL PREFIX=$(prefix) && $(MAKE) $(MFLAGS) all + @touch $(PERL_NAME) uuid.lo: uuid.c config.h uuid.h uuid_md5.h uuid_prng.h uuid_mac.h uuid_ui64.h uuid_str.h uuid_bm.h uuid_ac.h uuid_mac.lo: uuid_mac.c config.h uuid_mac.h