diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-11 15:23:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-11 15:23:53 +0000 |
commit | fbac56f1b28f725250e76e08b5cc8397164286c4 (patch) | |
tree | 3357b8cdd6edb76063c42d3d150e5889e22ed921 | |
parent | 6553bff0df545f505c036a430f94008258747a90 (diff) |
Upgrade to GMP-5.0.4. Fixes #3017.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/gmp.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 16 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 18cfcb481..4ec057186 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,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> <listitem> diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 27c413df9..803b6cb6f 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -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> diff --git a/general.ent b/general.ent index e276b37d7..52af3b1d4 100644 --- a/general.ent +++ b/general.ent @@ -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}]" --> diff --git a/packages.ent b/packages.ent index aeb2290cf..ba05e9a1e 100644 --- a/packages.ent +++ b/packages.ent @@ -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"> |