Преглед изворни кода

Upgrade to GMP-5.0.5. Fixes #3079.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9851 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess пре 13 година
родитељ
комит
a9b89e3e00
4 измењених фајлова са 10 додато и 6 уклоњено
  1. 4 0
      chapter01/changelog.xml
  2. 2 2
      chapter01/whatsnew.xml
  3. 1 1
      chapter06/gmp.xml
  4. 3 3
      packages.ent

+ 4 - 0
chapter01/changelog.xml

@@ -57,6 +57,10 @@
     <listitem>
       <para>2012-05-11</para>
       <itemizedlist>
+         <listitem>
+           <para>[matthew] - Upgrade to GMP-5.0.5. Fixes
+           <ulink url="&lfs-ticket-root;3079">#3079</ulink>.</para>
+         </listitem>
          <listitem>
            <para>[matthew] - Remove sed from GCC pass 2 and chapter 6, which
            prevented the fixincludes script from being run; it is no longer run

+ 2 - 2
chapter01/whatsnew.xml

@@ -85,9 +85,9 @@
     <listitem>
       <para>Glibc &glibc-version;</para>
     </listitem>
-    <!--<listitem>
+    <listitem>
       <para>GMP &gmp-version;</para>
-    </listitem>-->
+    </listitem>
     <listitem>
       <para>Grep &grep-version;</para>
     </listitem>

+ 1 - 1
chapter06/gmp.xml

@@ -86,7 +86,7 @@
 
 <screen><userinput remap="test">make check 2>&amp;1 | tee gmp-check-log</userinput></screen>
 
-    <para>Ensure that all 164 tests in the test suite passed.  
+    <para>Ensure that all 166 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>

+ 3 - 3
packages.ent

@@ -208,10 +208,10 @@
 <!ENTITY glibc-ch6-du "856 MB">
 <!ENTITY glibc-ch6-sbu "14.2 SBU">
 
-<!ENTITY gmp-version "5.0.4">
-<!ENTITY gmp-size "1,650 KB">
+<!ENTITY gmp-version "5.0.5">
+<!ENTITY gmp-size "1,632 KB">
 <!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar.xz">
-<!ENTITY gmp-md5 "0881f4ff2617226c673fc534ac39d448">
+<!ENTITY gmp-md5 "8aef50959acec2a1ad41d144ffe0f3b5">
 <!ENTITY gmp-home "&gnu-software;gmp/">
 <!ENTITY gmp-ch5-du "39 MB">
 <!ENTITY gmp-ch5-sbu "1.5 SBU">