Changeset de944b9


Ignore:
Timestamp:
12/29/2022 05:27:24 PM (16 months ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
b5eadf6a
Parents:
d78e102e
Message:

Update to ruby-3.2.0.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    rd78e102e rde944b9  
    77  <!ENTITY ruby-download-http "https://cache.ruby-lang.org/pub/ruby/&ruby-minor-version;/ruby-&ruby-version;.tar.xz">
    88  <!ENTITY ruby-download-ftp  " ">
    9   <!ENTITY ruby-md5sum        "093edbcb070be014991b43f499abf083">
    10   <!ENTITY ruby-size          "14.5 MB">
    11   <!ENTITY ruby-buildsize     "619 MB (add 1.1 GB for C API docs)">
    12   <!ENTITY ruby-time          "2.2 SBU (using parallelism=4; add 7.5 SBU for tests; add 0.8 SBU for C API docs)">
     9  <!ENTITY ruby-md5sum        "169bbbd82b7ced3d39a4be36f50db459">
     10  <!ENTITY ruby-size          "14 MB">
     11  <!ENTITY ruby-buildsize     "574 MB (add 547 MB for C API docs)">
     12  <!ENTITY ruby-time          "1.3 SBU (using parallelism=4; add 5.0 SBU for tests; add 0.5 SBU for C API docs)">
    1313]>
    1414
     
    108108    <para>
    109109      To test the results, issue: <command>make check</command>. There are over
    110       21,000 tests. Some tests related to ipv6 may indicate errors.  If the
     110      25,000 tests. Some tests related to ipv6 may indicate errors.  If the
    111111      tests are run in a directory that has a world writable component (e.g.
    112112      /tmp) then several additional tests may fail. A few tests may fail due
     
    114114    </para>
    115115<!-- With 3.0.2:
    116 Finished tests in 443.541527s, 47.5739 tests/s, 6031.9921 assertions/s.                           21101 tests, 2675439 assertions, 4 failures, 1 errors, 45 skips -->
     116Finished tests in 443.541527s, 47.5739 tests/s, 6031.9921 assertions/s.
     11721101 tests, 2675439 assertions, 4 failures, 1 errors, 45 skips
     118
     119with 3.2.0 there are several summaries:
     120* PASS all 1789 tests
     121* Finished tests in 6.815561s, 45.6309 tests/s, 264.2482 assertions/s.
     122  311 tests, 1801 assertions, 0 failures, 0 errors, 12 skips
     123* Finished tests in 462.613063s, 50.5649 tests/s, 12069.0885 assertions/s.
     124  23392 tests, 5583318 assertions, 3 failures, 0 errors, 79 skips
     125-->
    117126
    118127    <para>
  • introduction/welcome/changelog.xml

    rd78e102e rde944b9  
    4343      <itemizedlist>
    4444        <listitem>
     45          <para>[bdubbs] - Update to ruby-3.2.0. Fixes
     46          <ulink url="&blfs-ticket-root;17379">#17379</ulink>.</para>
     47        </listitem>
     48        <listitem>
    4549          <para>[bdubbs] - Update to gstreamer-1.20.5 stack. Includes
    4650          gst-plugins-base, gst-plugins-good, gst-plugins-bad,
  • packages.ent

    rd78e102e rde944b9  
    334334<!ENTITY python3-site                 "/usr/lib/python&python3-majorver;/site-packages">
    335335
    336 <!ENTITY ruby-minor-version           "3.1">
    337 <!ENTITY ruby-patch-version           "3">
     336<!ENTITY ruby-minor-version           "3.2">
     337<!ENTITY ruby-patch-version           "0">
    338338<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    339339<!ENTITY ruby-gemdir                  "/usr/lib/ruby/gems/&ruby-minor-version;.0">
Note: See TracChangeset for help on using the changeset viewer.