Changeset 6f7082f6


Ignore:
Timestamp:
07/17/2024 03:10:20 AM (2 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
12da469a
Parents:
f45c9b8
Message:

Update to mercurial-6.8

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/mercurial.xml

    rf45c9b8 r6f7082f6  
    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        "fef80c5d5d995d8ce502f40aff345ab4">
     9  <!ENTITY mercurial-md5sum        "4826ab69616e1d647b2ca9eb28bf9ade">
    1010  <!ENTITY mercurial-size          "7.9 MB">
    11   <!ENTITY mercurial-buildsize     "80 MB (with docs, add 1.6 GB for tests)">
    12   <!ENTITY mercurial-time          "0.4 SBU (with docs; add 12 SBU for tests; both using parallelism=8)">
     11  <!ENTITY mercurial-buildsize     "113 MB (with docs, add 1.5 GB for tests)">
     12  <!ENTITY mercurial-time          "0.3 SBU (with docs; add 16 SBU for tests; both using parallelism=8)">
    1313]>
    1414
     
    110110<!--
    111111    The tests do not hang.  Better to just report what failed.
     112
     113    [renodr]: The tests do crash due to syntax errors and crash before they get
     114    to the Python portion (which is where most of Mercurial is)
     115-->
     116
    112117    <para>
    113118      If you wish to run the tests, the rust tests must be removed as they are
     
    116121
    117122<screen><userinput>sed -i '138,142d' Makefile</userinput></screen>
    118 -->
     123
    119124    <para>
    120125      To run the test suite, issue:
     
    146151      # Ran 948 tests, 66 skipped, 0 failed. -renodr 22 Nov 23 (mercurial-6.6).
    147152      # Ran 946 tests, 71 skipped, 2 failed. -bdubbs 20 Mar 24 (mercurial-6.7).
     153      # Ran 966 tests, 58 skipped, 1 failed. -renodr 16 Mar 24 (mercurial-6.8).
    148154      -->
    149155    <para>
  • introduction/welcome/changelog.xml

    rf45c9b8 r6f7082f6  
    4242      <para>July 16th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[renodr] - Update to mercurial-6.8. Fixes
     46          <ulink url="&blfs-ticket-root;20060">#20060</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[renodr] - Archive telepathy-glib because nothing uses it
  • packages.ent

    rf45c9b8 r6f7082f6  
    353353<!ENTITY lua-version                  "5.4.7">
    354354<!ENTITY lua52-version                "5.2.4">
    355 <!ENTITY mercurial-version            "6.7.4">
     355<!ENTITY mercurial-version            "6.8">
    356356<!ENTITY nasm-version                 "2.16.03">
    357357<!ENTITY patchelf-version             "0.18.0">
Note: See TracChangeset for help on using the changeset viewer.