Changeset 0f16c7cd


Ignore:
Timestamp:
07/10/2019 10:13:15 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 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:
45b1cb5
Parents:
cee882f
Message:

Update to Mercurial-5.0.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    rcee882f r0f16c7cd  
    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        "26e1877d20c921af8da357e1c776d5e5">
     9  <!ENTITY mercurial-md5sum        "2aeef52b210d8631f0349d95226af927">
    1010  <!ENTITY mercurial-size          "6.9 MB">
    11   <!ENTITY mercurial-buildsize     "72 MB (add 678 MB for tests)">
    12   <!ENTITY mercurial-time          "0.4 SBU (add 11 SBU for tests using -j4)">
     11  <!ENTITY mercurial-buildsize     "105 MB (with docs, add 682 MB for tests)">
     12  <!ENTITY mercurial-time          "0.4 SBU (with docs, add 10.3 SBU for tests using -j4)">
    1313]>
    1414
     
    9191  <sect2 role="installation">
    9292    <title>Installation of Mercurial</title>
     93    <!-- seems to have a development rust port -->
    9394
    9495    <para>Build <application>Mercurial</application> by issuing the following
     
    120121    </para>
    121122<screen remap="test"><userinput>rm -rf tests/tmp &amp;&amp;
    122 TESTFLAGS="-j<replaceable>&lt;N&gt;</replaceable> --tmpdir tmp --blacklist blacklists/failed-tests" make check</userinput></screen>
     123TESTFLAGS="-j<replaceable>&lt;N&gt;</replaceable> --tmpdir tmp --blacklist blacklists/fsmonitor --blacklist blacklists/linux-vfat" make check</userinput></screen>
     124<!-- The blacklists have to be checked every release of Mercurial, do a listing
     125     of tests/blacklists, but do not include the makefile. -->
    123126
    124127    <para>where <replaceable>&lt;N&gt;</replaceable> is an integer between one
     
    140143    seems to be a problem with the test suite. If this happens, normally, from
    141144    now on, there will be no more such failures whether you use the debug switch
    142     or not. One test, test-https.t, is known to fail.</para>
     145    or not. Three tests, test-alias.t, test-install.t, and
     146    test-bundle2-exchange.t (intermittently), are known to fail.</para>
    143147
    144148    <para>An interesting switch is "--time", which will generate at the end of
    145149    the test suite execution, a table with all executed tests and respective
    146     start, end, user, system and real times. Notice that the switches may be
    147     used with <command>make check</command>, including them in the
     150    start, end, user, system and real times. Note that the switches may be
     151    used with <command>make check</command> by including them in the
    148152    <envar>TESTFLAGS</envar> environment variable.</para>
    149153
     
    159163        remap="doc"><userinput>make PREFIX=/usr install-doc</userinput></screen>
    160164
    161     <para>After installed, two very quick and simple tests should run correctly.
    162     First one needs some configuration:</para>
     165    <para>After installation, two very quick and simple tests should run
     166    correctly. The first one needs some configuration:</para>
    163167
    164168<screen><userinput>cat &gt;&gt; ~/.hgrc &lt;&lt; "EOF"
     
    180184
    181185      <para>
    182         <command>sed -i '/runrst/s/N)/N)3/' doc/Makefile</command>: force use
    183         of <application>Python 3</application> for commands using docutils,
     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,
    184188        allowing to use the docutils <application>Python 3</application> module.
    185189      </para>
     
    262266        <term><command>hg</command></term>
    263267        <listitem>
    264           <para>is the program file for mercurial.</para>
     268          <para>is the mercurial version control system.</para>
    265269          <indexterm zone="mercurial hg">
    266270            <primary sortas="b-hg">hg</primary>
  • introduction/welcome/changelog.xml

    rcee882f r0f16c7cd  
    4444
    4545    <listitem>
    46       <para>July 9th, 2019</para>
    47       <itemizedlist>
     46      <para>July 10th, 2019</para>
     47      <itemizedlist>
     48        <listitem>
     49          <para>[renodr] - Update to Mercurial-5.0.2. Fixes
     50          <ulink url="&blfs-ticket-root;12130">#12130</ulink>.</para>
     51        </listitem>
    4852        <listitem>
    4953          <para>[bdubbs] - Update to fuse-3.6.2. Fixes
     
    5963        </listitem>
    6064        <listitem>
    61           <para>[bdubbs] - Update to gnupg-2.2.17. Fixes
     65          <para>[bdubbs] - Update to gnupg-2.2.17 (Security update). Fixes
    6266          <ulink url="&blfs-ticket-root;12248">#12248</ulink>.</para>
    6367        </listitem>
  • packages.ent

    rcee882f r0f16c7cd  
    117117<!ENTITY iso-codes-version            "4.2">
    118118<!ENTITY jansson-version              "2.12">
    119 <!ENTITY JS52-version                 "52.2.1gnome1">
     119<!--<!ENTITY JS52-version                 "52.2.1gnome1">-->
    120120<!ENTITY JS60-version                 "60.1.0">
    121121<!ENTITY json-c-version               "0.13.1">
     
    329329<!ENTITY lua-version                  "5.3.5">
    330330<!ENTITY lua52-version                "5.2.4">
    331 <!ENTITY mercurial-version            "5.0">
     331<!ENTITY mercurial-version            "5.0.2">
    332332<!ENTITY nasm-version                 "2.14.02">
    333333<!ENTITY ninja-version                "1.9.0">
Note: See TracChangeset for help on using the changeset viewer.