Changeset 477d66d


Ignore:
Timestamp:
05/17/2020 02:44:00 AM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8c03e97
Parents:
8f3e8197
Message:

Fix a regression in udisks2 caused by encoding changes in glib-2.64
libbytesize: Add short descriptions

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23154 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libbytesize.xml

    r8f3e8197 r477d66d  
    3131
    3232    <para>
    33       The <application>libbytesize</application> package is a library
     33      The <application>libbytesize</application> package is a library which
    3434      facilitates the common operations with sizes in bytes.
    3535    </para>
     
    151151      </seglistitem>
    152152    </segmentedlist>
    153 <!--
     153
    154154    <variablelist>
    155155      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     
    157157      <?dbhtml list-presentation="table"?>
    158158
     159      <varlistentry id="bscalc">
     160        <term><command>bscalc</command></term>
     161        <listitem>
     162          <para>
     163            converts from a larger unit, such as MB or TB,
     164            back to a value in bytes.
     165          </para>
     166          <indexterm zone="libbytesize bscalc">
     167            <primary sortas="b-bscalc">bscalc</primary>
     168          </indexterm>
     169        </listitem>
     170      </varlistentry>
     171
    159172      <varlistentry id="libbytesize-lib">
    160173        <term><filename class='libraryfile'>libbytesize.so</filename></term>
    161174        <listitem>
    162175          <para>
    163             contains the ATA S.M.A.R.T API functions.
     176            contains functions used to handle common read/write operations
     177            with sizes in bytes.
    164178          </para>
    165179          <indexterm zone="libbytesize libbytesize-lib">
     
    170184
    171185    </variablelist>
    172 -->
     186
    173187  </sect2>
    174188
  • general/sysutils/udisks2.xml

    r8f3e8197 r477d66d  
    122122  <sect2 role="installation">
    123123    <title>Installation of UDisks</title>
     124
     125    <para>
     126      First, fix a regression caused by glib-2.64:
     127    </para>
     128
     129<screen><userinput remap="pre">sed -i '/stdout_channel = g/a g_io_channel_set_encoding (job->child_stdout_channel, NULL, NULL);' src/udisksspawnedjob.c &amp;&amp;
     130sed -i '/stderr_channel = g/a g_io_channel_set_encoding (job->child_stderr_channel, NULL, NULL);' src/udisksspawnedjob.c</userinput></screen>
    124131
    125132    <para>
  • introduction/welcome/changelog.xml

    r8f3e8197 r477d66d  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Fix a regression in Udisks2 caused by glib-2.64.
     49          This is primarily due to encoding API changes.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[pierre] - Patch libreoffice to build with GCC 10.</para>
    4953        </listitem>
Note: See TracChangeset for help on using the changeset viewer.