Changeset 768e6fd


Ignore:
Timestamp:
10/05/2014 02:19:41 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, 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:
a081db0a
Parents:
30d80ff5
Message:

Update to mercurial-3.1.2.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r30d80ff5 r768e6fd  
    77  <!ENTITY mercurial-download-http "http://mercurial.selenic.com/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "5a530bb472b3cb306b757c8f5df91358">
    10   <!ENTITY mercurial-size          "3.8 MB">
    11   <!ENTITY mercurial-buildsize     "31 MB (additional 250 MB for the tests and 2 MB for docs generation)">
    12   <!ENTITY mercurial-time          "0.1 SBU (additional 8.8 SBU for tests)">
     9  <!ENTITY mercurial-md5sum        "72a79798de828d6d6fb055273f91201a">
     10  <!ENTITY mercurial-size          "3.9 MB">
     11  <!ENTITY mercurial-buildsize     "44 MB (additional 250 MB for the tests and 2 MB for docs generation)">
     12  <!ENTITY mercurial-time          "0.1 SBU (additional 9 SBU for tests)">
    1313]>
    1414
     
    113113make check</userinput></screen>
    114114
    115     <para>Tests may be run in parallel, just add
    116     <quote>-j$(getconf _NPROCESSORS_ONLN)</quote> to TESTFLAGS.</para>
     115    <para>More failing tests might be added to that file, if necessary. Tests
     116    may be run in parallel, just add <quote>-j$(getconf
     117    _NPROCESSORS_ONLN)</quote> to TESTFLAGS. In order to investigate a
     118    particular apparently failing test, e.g <quote>test-parse-date.t</quote>,
     119    issue the following commands (notice that omitting <option>--debug</option>
     120    sometimes modifies the result):</para>
     121
     122<screen><userinput>pushd tests &amp;&amp;
     123rm -rf tmp  &amp;&amp;
     124./run-tests.py --debug --tmpdir tmp test-parse-date.t &amp;&amp;
     125popd</userinput></screen>
    117126
    118127    <para>Install <application>Mercurial</application> by running
  • introduction/welcome/changelog.xml

    r30d80ff5 r768e6fd  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - Update to mercurial-3.1.2.  Fixes
     52          <ulink url="&blfs-ticket-root;5619">#5619</ulink>.</para>
     53        </listitem>
     54        <listitem>
    5155          <para>[igor] - Update to xinit-1.3.4.  Fixes
    5256          <ulink url="&blfs-ticket-root;5499">#5499</ulink>.</para>
  • packages.ent

    r30d80ff5 r768e6fd  
    262262<!ENTITY llvm-version                 "3.5.0">
    263263<!ENTITY lua-version                  "5.2.3">
    264 <!ENTITY mercurial-version            "3.1.1">
     264<!ENTITY mercurial-version            "3.1.2">
    265265<!ENTITY nasm-version                 "2.11.05">
    266266<!ENTITY npapi-sdk-version            "0.27.2">
Note: See TracChangeset for help on using the changeset viewer.