Changeset 11c62aa


Ignore:
Timestamp:
11/17/2022 12:12:26 PM (18 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.3, 12.0, 12.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, xry111/llvm18, xry111/xf86-video-removal
Children:
68c50e0
Parents:
4f406ea
Message:

Update to mercurial-6.3.0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    r4f406ea r11c62aa  
    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        "cf800d7db2b7d15ebb076e362d638a9d">
     9  <!ENTITY mercurial-md5sum        "8fb42c6d49f417c0b93f4442a46b6ed7">
    1010  <!ENTITY mercurial-size          "7.7 MB">
    11   <!ENTITY mercurial-buildsize     "76 MB (with docs, add 864 MB for tests)">
    12   <!ENTITY mercurial-time          "0.3 SBU (with docs, add 6.4 SBU for tests using -j4)">
     11  <!ENTITY mercurial-buildsize     "112 MB (with docs, add 1.9 GB for tests)">
     12  <!ENTITY mercurial-time          "0.3 SBU (with docs, add 23 SBU for tests using -j4)">
    1313]>
    1414
     
    117117
    118118    <para>
    119       To run the test suite, issue (8 tests are known to fail):
     119      To run the test suite, issue:
    120120    </para>
    121121<screen remap="test"><userinput>TESTFLAGS="-j<replaceable>&lt;N&gt;</replaceable> --tmpdir tmp --blacklist blacklists/fsmonitor --blacklist blacklists/linux-vfat" make check</userinput></screen>
     
    125125    <para>
    126126      where <replaceable>&lt;N&gt;</replaceable> is an integer between one
    127       and the number of ( processor X threads ), inclusive. Four tests are
    128       know to fail.
    129       <!-- Five tests will
    130       fail because some error messages have changed in Python, or
     127      and the number of ( processor X threads ), inclusive. Several tests
     128      (about 20) fail because some error messages have changed in Python, or
    131129      some deprecation warnings are printed, that were not present when the
    132130      test was designed.
    133 
     131      <!--
    134132      # Ran 908 tests, 65 skipped, 4 failed.  real  10m37.422s -bdubbs 6 Sep 22.
     133      # Ran 881 tests, 102 skipped, 23 failed. -plabs 17 Nov 22.
    135134      -->
    136135      In order to
     
    273272        </seg>
    274273        <seg>
    275           /etc/mercurial and
    276           /usr/lib/python&python3-majorver;/site-packages/{hgdemandimport,hgext,hgext3rd,mercurial}
     274          /etc/mercurial,
     275          /usr/lib/python&python3-majorver;/site-packages/hgdemandimport,
     276          /usr/lib/python&python3-majorver;/site-packages/hgext,
     277          /usr/lib/python&python3-majorver;/site-packages/hgext3rd,
     278          /usr/lib/python&python3-majorver;/site-packages/mercurial, and
     279          /usr/lib/python&python3-majorver;/site-packages/mercurial-&mercurial-version;-py&python3-majorver;.egg-info
    277280        </seg>
    278281      </seglistitem>
  • introduction/welcome/changelog.xml

    r4f406ea r11c62aa  
    4343    -->
    4444    <listitem>
     45      <para>November 17th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to mercurial-6.3.0. Fixes
     49            <ulink url="&blfs-ticket-root;17312">#17312</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>November 16th, 2022</para>
    4656      <itemizedlist>
  • packages.ent

    r4f406ea r11c62aa  
    316316<!ENTITY lua-version                  "5.4.4">
    317317<!ENTITY lua52-version                "5.2.4">
    318 <!ENTITY mercurial-version            "6.2.3">
     318<!ENTITY mercurial-version            "6.3.0">
    319319<!ENTITY nasm-version                 "2.15.05">
    320320<!ENTITY php-version                  "8.1.12">
Note: See TracChangeset for help on using the changeset viewer.