Changeset edfcf34d


Ignore:
Timestamp:
11/28/2022 11:27:11 AM (17 months ago)
Author:
Thomas Trepl <thomas@…>
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:
78d8214e
Parents:
028de44
Message:

Upgrade ruby-3.1.3

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/ruby.xml

    r028de44 redfcf34d  
    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        "e2c35af69d1f94e8634f38c80e809c0d">
    10   <!ENTITY ruby-size          "14 MB">
    11   <!ENTITY ruby-buildsize     "612 MB (add 1.1 GB for C API docs)">
     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)">
    1212  <!ENTITY ruby-time          "2.2 SBU (using parallelism=4; add 7.5 SBU for tests; add 0.8 SBU for C API docs)">
    1313]>
     
    124124
    125125<screen role="root"><userinput>make install</userinput></screen>
     126
     127    <note>
     128      <para>
     129        If you have Ruby-On-Rails applications installed and did an
     130        upgrade of <application>Ruby</application> by installing this
     131        package, you might need to run an update there, too:
     132      </para>
     133
     134<screen><userinput role="nodump">cd /path/to/web/app
     135bundle update rake
     136/etc/rc.d/init.d/httpd restart</userinput></screen>
     137    </note>
    126138
    127139  </sect2>
  • introduction/welcome/changelog.xml

    r028de44 redfcf34d  
    4343    -->
    4444    <listitem>
     45      <para>November 28th, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[thomas] - Update to ruby-3.1.3. Fixes
     49          <ulink url="&blfs-ticket-root;17349">#17349</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>November 27th, 2022</para>
    4656      <itemizedlist>
  • packages.ent

    r028de44 redfcf34d  
    333333
    334334<!ENTITY ruby-minor-version           "3.1">
    335 <!ENTITY ruby-patch-version           "2">
     335<!ENTITY ruby-patch-version           "3">
    336336<!ENTITY ruby-version                 "&ruby-minor-version;.&ruby-patch-version;">
    337337<!ENTITY ruby-gemdir                  "/usr/lib/ruby/gems/&ruby-minor-version;.0">
Note: See TracChangeset for help on using the changeset viewer.