Changeset 33c11ec1


Ignore:
Timestamp:
02/14/2023 08:32:46 PM (15 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
d934228
Parents:
3fb1f9a
Message:

Update to ruby-3.2.1

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r3fb1f9a r33c11ec1  
    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        "169bbbd82b7ced3d39a4be36f50db459">
     9  <!ENTITY ruby-md5sum        "23617540ad13c57ed8dd9d4ed32192a5">
    1010  <!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)">
     11  <!ENTITY ruby-buildsize     "461 MB (add 1.3 GB for C API docs)">
     12  <!ENTITY ruby-time          "1.4 SBU (using parallelism=4; add 5.0 SBU for tests; add 0.8 SBU for C API docs)">
    1313]>
    1414
     
    8080      <xref linkend="doxygen"/>,
    8181      <xref linkend="graphviz"/>,
     82      <xref linkend="rustc"/>,
    8283      <xref linkend="tk"/>,
    8384      <xref linkend="valgrind"/>, and
     
    9899    </para>
    99100
    100 <screen><userinput>./configure --prefix=/usr   \
    101             --enable-shared \
     101<screen><userinput>./configure --prefix=/usr      \
     102            --enable-shared    \
     103            --without-valgrind \
    102104            --docdir=/usr/share/doc/ruby-&ruby-version; &amp;&amp;
    103105make</userinput></screen>
  • introduction/welcome/changelog.xml

    r3fb1f9a r33c11ec1  
    4242      <para>February 14th, 2023</para>
    4343      <itemizedlist>
     44       <listitem>
     45         <para>[renodr] - Update to ruby-3.2.1. Fixes
     46         <ulink url="&blfs-ticket-root;17614">#17614</ulink>.</para>
     47       </listitem>
    4448       <listitem>
    4549         <para>[ken] - Update to nghttp2-1.52.0. Fixes
  • packages.ent

    r3fb1f9a r33c11ec1  
    338338
    339339<!ENTITY ruby-minor-version           "3.2">
    340 <!ENTITY ruby-patch-version           "0">
     340<!ENTITY ruby-patch-version           "1">
    341341<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    342342<!ENTITY ruby-gemdir                  "/usr/lib/ruby/gems/&ruby-minor-version;.0">
Note: See TracChangeset for help on using the changeset viewer.