Ignore:
Timestamp:
12/07/2019 12:34:39 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
eecc046
Parents:
c4bcf46
Message:

Update to iw-5.4.
Update to mercurial-5.2.1.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22444 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    rc4bcf46 r586bd9ff  
    77  <!ENTITY mercurial-download-http "https://www.mercurial-scm.org/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "9ba9d59157c002db8d8cab680de08eb5">
     9  <!ENTITY mercurial-md5sum        "2373f606f7d1049a9563359ad0afc5cf">
    1010  <!ENTITY mercurial-size          "7.0 MB">
    11   <!ENTITY mercurial-buildsize     "75 MB (with docs, add 979 MB for tests)">
    12   <!ENTITY mercurial-time          "0.5 SBU (with docs, add 12 SBU for tests using -j4)">
     11  <!ENTITY mercurial-buildsize     "75 MB (with docs, add 855 MB for tests)">
     12  <!ENTITY mercurial-time          "0.5 SBU (with docs, add 11 SBU for tests using -j4)">
    1313]>
    1414
     
    101101    issue:</para>
    102102
    103 <screen remap="doc"><userinput>sed -i '/runrst/s/N)/N)3/' doc/Makefile &amp;&amp;
    104 2to3-3.7 -w doc/hgmanpage.py            &amp;&amp;
    105 make doc</userinput></screen>
     103<screen remap="doc"><userinput>2to3 -w doc/hgmanpage.py &amp;&amp;
     104PYTHON=python3 make doc</userinput></screen>
    106105
    107106<!-- All tests pass (or are skipped) at version 3.8.2
     
    111110    class="directory">tests/tmp</filename> and skipping the failing tests,
    112111    issue:</para>
     112
     113    Version 5.2.1 had one failure test-bundle2-exchange.t
     114
    113115
    114116<screen remap="test"><userinput>cat &gt; tests/blacklists/failed-tests &lt;&lt; "EOF"
     
    184186
    185187      <para>
    186         <command>sed -i '/runrst/s/N)/N)3/' doc/Makefile</command>: forces the
    187         use of <application>Python 3</application> for commands using docutils,
    188         allowing to use the docutils <application>Python 3</application> module.
    189       </para>
    190 
    191       <para>
    192         <command>2to3-3.7 -w doc/hgmanpage.py</command>: Since <application>
     188        <command>2to3 -w doc/hgmanpage.py</command>: Since <application>
    193189        Python 3</application> is used with docutils, one file needs to be
    194190        converted in order to be compatible.
Note: See TracChangeset for help on using the changeset viewer.