mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Upgrade to GMP-5.0.4. Fixes #3017.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
6553bff0df
commit
fbac56f1b2
@ -37,6 +37,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2012-02-11</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgrade to GMP-5.0.4. Fixes
|
||||
<ulink url="&lfs-ticket-root;3017">#3017</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2012-02-09</para>
|
||||
<itemizedlist>
|
||||
|
@ -86,7 +86,7 @@
|
||||
|
||||
<screen><userinput remap="test">make check 2>&1 | tee gmp-check-log</userinput></screen>
|
||||
|
||||
<para>Ensure that all 162 tests in the test suite passed.
|
||||
<para>Ensure that all 164 tests in the test suite passed.
|
||||
Check the results by issuing the following command:</para>
|
||||
|
||||
<screen><userinput remap="test">awk '/tests passed/{total+=$2} ; END{print total}' gmp-check-log</userinput></screen>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SVN-20120209">
|
||||
<!ENTITY releasedate "Feb 09, 2012">
|
||||
<!ENTITY version "SVN-20120211">
|
||||
<!ENTITY releasedate "Feb 11, 2012">
|
||||
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.1">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -211,10 +211,10 @@
|
||||
<!ENTITY glibc-ch6-du "856 MB">
|
||||
<!ENTITY glibc-ch6-sbu "14.2 SBU">
|
||||
|
||||
<!ENTITY gmp-version "5.0.3">
|
||||
<!ENTITY gmp-size "1,646 KB">
|
||||
<!ENTITY gmp-version "5.0.4">
|
||||
<!ENTITY gmp-size "1,650 KB">
|
||||
<!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar.xz">
|
||||
<!ENTITY gmp-md5 "1e8edebe33bc3ac6de17df3201732825">
|
||||
<!ENTITY gmp-md5 "0881f4ff2617226c673fc534ac39d448">
|
||||
<!ENTITY gmp-home "&gnu-software;gmp/">
|
||||
<!ENTITY gmp-ch5-du "39 MB">
|
||||
<!ENTITY gmp-ch5-sbu "1.5 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user