Changeset 634e2a1


Ignore:
Timestamp:
04/17/2023 10:37:39 PM (13 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
8f4b182
Parents:
d7169a8
Message:

Update to mercurial-6.4.1.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    rd7169a8 r634e2a1  
    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        "15914adce2b3de0e4179184b2ab75541">
     9  <!ENTITY mercurial-md5sum        "5444dd274f29c2f3db75930de2918f6c">
    1010  <!ENTITY mercurial-size          "7.8 MB">
    11   <!ENTITY mercurial-buildsize     "114 MB (with docs, add 2.0 GB for tests)">
    12   <!ENTITY mercurial-time          "0.3 SBU (with docs, add 17 SBU for tests using -j4)">
     11  <!ENTITY mercurial-buildsize     "80 MB (with docs, add 2.2 GB for tests)">
     12  <!ENTITY mercurial-time          "0.3 SBU (with docs, add 18 SBU for tests using -j4)">
    1313]>
    1414
     
    123123      To run the test suite, issue:
    124124    </para>
    125 <screen remap="test"><userinput>TESTFLAGS="-j<replaceable>&lt;N&gt;</replaceable> --tmpdir tmp --blacklist blacklists/fsmonitor --blacklist blacklists/linux-vfat" make check</userinput></screen>
     125<screen remap="test"><userinput>TESTFLAGS="-j<replaceable>&lt;N&gt;</replaceable> --tmpdir tmp" make check</userinput></screen>
    126126<!-- The blacklists have to be checked every release of Mercurial, do a listing
    127      of tests/blacklists, but do not include the README. -->
     127     of tests/blacklists, but do not include the README.
     128     For 6.4.1 removing the -blacklist entries did not affect the test results
     129     although blacklists/fsmonitor and blacklists/linux-vfat still exist. -->
    128130
    129131    <para>
    130132      where <replaceable>&lt;N&gt;</replaceable> is an integer between one
    131133      and the number of ( processor X threads ), inclusive. Several tests
    132       fail because some error messages have changed in Python, or
    133       some deprecation warnings are printed, that were not present when the
     134      fail because some error messages have changed in Python or
     135      some deprecation warnings are printed that were not present when the
    134136      test was designed.
    135137      <!--
    136       # Ran 908 tests, 65 skipped, 4 failed.  real  10m37.422s -bdubbs 6 Sep 22.
    137       # Ran 881 tests, 102 skipped, 23 failed. -plabs 17 Nov 22.
    138       # Ran 919 tests, 64 skipped, 23 failed. real  10m25.285s -bdubbs 10 Jan 23.
    139       # Ran 893 tests,101 skipped,  9 failed. real  29m3.014ss -bdubbs  5 Mar 23.
     138      # Ran 908 tests, 65 skipped, 4 failed.  real  10m37.422s -bdubbs   6 Sep 22.
     139      # Ran 881 tests, 102 skipped, 23 failed.                 -plabs   17 Nov 22.
     140      # Ran 919 tests, 64 skipped, 23 failed. real  10m25.285s -bdubbs  10 Jan 23.
     141      # Ran 893 tests,101 skipped,  9 failed. real  29m3.014ss -bdubbs   5 Mar 23.
     142      # Ran 938 tests, 64 skipped,  8 failed. real  32m13.014ss -bdubbs 17 Apr 23.
    140143      -->
    141144      In order to
  • introduction/welcome/changelog.xml

    rd7169a8 r634e2a1  
    4040    -->
    4141   <listitem>
     42     <para>April 17th, 2023</para>
     43     <itemizedlist>
     44       <listitem>
     45         <para>[bdubbs] - Update to mercurial-6.4.1. Fixes
     46         <ulink url="&blfs-ticket-root;17934">#17934</ulink>.</para>
     47       </listitem>
     48     </itemizedlist>
     49   </listitem>
     50
     51   <listitem>
    4252     <para>April 15th, 2023</para>
    4353     <itemizedlist>
  • packages.ent

    rd7169a8 r634e2a1  
    324324<!ENTITY lua-version                  "5.4.4">
    325325<!ENTITY lua52-version                "5.2.4">
    326 <!ENTITY mercurial-version            "6.4">
     326<!ENTITY mercurial-version            "6.4.1">
    327327<!ENTITY nasm-version                 "2.16.01">
    328328<!ENTITY patchelf-version             "0.17.2">
Note: See TracChangeset for help on using the changeset viewer.