Author: bdubbs Date: 2012-11-02 11:55:58 -0600 (Fri, 02 Nov 2012) New Revision: 10847
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/cmake.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Update to cmake-2.8.10 Modified: trunk/BOOK/general/prog/cmake.xml =================================================================== --- trunk/BOOK/general/prog/cmake.xml 2012-11-02 15:34:01 UTC (rev 10846) +++ trunk/BOOK/general/prog/cmake.xml 2012-11-02 17:55:58 UTC (rev 10847) @@ -6,10 +6,10 @@ <!ENTITY cmake-download-http "http://www.cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz"> <!ENTITY cmake-download-ftp " "> - <!ENTITY cmake-md5sum "801f4c87f8b604f727df5bf1f05a59e7"> - <!ENTITY cmake-size "5.7 MB"> - <!ENTITY cmake-buildsize "274 MB (including tests)"> - <!ENTITY cmake-time "1.8 SBU (additional 6.5 SBU for the test suite)"> + <!ENTITY cmake-md5sum "d4aef1eab859df61d2664721a72732c0"> + <!ENTITY cmake-size "5.5 MB"> + <!ENTITY cmake-buildsize "311 MB (including tests)"> + <!ENTITY cmake-time "1.9 SBU (additional 3.1 SBU for the test suite)"> ]> <sect1 id="cmake" xreflabel="cmake-&cmake-version;"> @@ -92,8 +92,7 @@ --docdir=/share/doc/cmake-&cmake-version; && make</userinput></screen> - <para>To test the results, issue: <userinput>make test</userinput>. - The SVN test may fail.</para> + <para>To test the results, issue: <userinput>make test</userinput>.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-11-02 15:34:01 UTC (rev 10846) +++ trunk/BOOK/general.ent 2012-11-02 17:55:58 UTC (rev 10847) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "01"> <!-- Always 2 digits --> +<!ENTITY day "02"> <!-- Always 2 digits --> <!ENTITY month "11"> <!-- Always 2 digits --> <!ENTITY year "2012"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "November 1st, &year;"> +<!ENTITY releasedate "November 2nd, &year;"> <!-- <!ENTITY releasedate "November &day;st, &year;"> --> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> @@ -387,7 +387,7 @@ <!-- Chapter 13 --> <!ENTITY bazaar-version "2.5.0"> <!ENTITY check-version "0.9.9"> -<!ENTITY cmake-version "2.8.9"> +<!ENTITY cmake-version "2.8.10"> <!ENTITY cvs-version "1.11.23"> <!ENTITY dejagnu-version "1.5"> <!ENTITY doxygen-version "1.8.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-11-02 15:34:01 UTC (rev 10846) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-11-02 17:55:58 UTC (rev 10847) @@ -44,6 +44,16 @@ --> <listitem> + <para>November 2nd, 2012</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Update to cmake-2.8.10. Fixes + <ulink url="&blfs-ticket-root;3648">#3648</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>November 1st, 2012</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
