Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.159' '-r1.160' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2008/06/04 17:27:27 1.159 +++ ChangeLog 2008/07/04 21:45:50 1.160 @@ -11,7 +11,10 @@ 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.6.1 and 1.6.2 (21-Feb-2008 to 06-Mar-2008) + Changes between 1.6.1 and 1.6.2 (21-Feb-2008 to 04-Jul-2008) + + o Adjust "devtool.func" for latest GNU Libtool compatibility. + [Ralf S. Engelschall] o Improve PRNG under Win32. [Hiroshi Saito] @@ -32,7 +35,10 @@ gettimeofday(3) is not available. [Ralf S. Engelschall] - o Upgrade build environment to GNU libtool 2.2. + o Upgrade build environment to GNU autoconf 2.62. + [Ralf S. Engelschall] + + o Upgrade build environment to GNU libtool 2.2.4. [Ralf S. Engelschall] Changes between 1.6.0 and 1.6.1 (19-May-2007 to 21-Feb-2008) Index: ossp-pkg/uuid/devtool.conf RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/devtool.conf,v rcsdiff -q -kk '-r1.37' '-r1.38' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/devtool.conf,v' 2>/dev/null --- devtool.conf 2008/03/06 10:04:49 1.37 +++ devtool.conf 2008/07/04 21:45:50 1.38 @@ -4,8 +4,8 @@ %autogen @autogen shtool 2.0.7 "2.0.*" all - @autogen libtool 2.2 "2.2*" - @autogen autoconf 2.61 "2.6[0-9]*" + @autogen libtool 2.2.4 "2.2*" + @autogen autoconf 2.62 "2.6[0-9]*" %autoclean @autoclean shtool Index: ossp-pkg/uuid/devtool.func RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/devtool.func,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/devtool.func,v' 2>/dev/null --- devtool.func 2008/03/06 12:18:58 1.4 +++ devtool.func 2008/07/04 21:45:50 1.5 @@ -38,8 +38,8 @@ libtool ) libtoolize_version=`devtool_require libtoolize --version 4 "$1" "$2"` echo "generating (GNU Libtool $libtoolize_version): ltmain.sh, libtool.m4, config.guess, config.sub" - libtoolize --force --copy --install >/dev/null 2>&1 - cat `libtoolize --force --copy --install --dry-run | sed -e '1,/add the contents of/d' |\ + cat `libtoolize --force --copy --install |\ + egrep "\\.m4'" | egrep -v "add the contents of" |\ sed -e 's;^[^\`]*\`;;' -e "s;'.*;;"` >libtool.m4 rm -f install-sh ;;