Changeset b877595


Ignore:
Timestamp:
01/17/2019 09:52:08 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, 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:
18b9eae
Parents:
21b20f19
Message:

Update to ModemManager-1.10.0
Some minor text tweaks

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/fftw.xml

    r21b20f19 rb877595  
    8989make</userinput></screen>
    9090
    91     <para>To test the results, issue: <command>make check</command>.</para>
     91    <para>To test the results, issue: <command>make check</command>.
     92    On 32-bit systems, the tests can take substantially longer than
     93    they would on 64-bit machines.</para>
    9294
    9395    <para>
  • general/graphlib/libexif.xml

    r21b20f19 rb877595  
    9595    </para>
    9696
    97 <screen><userinput>./configure --prefix=/usr \
    98             --with-doc-dir=/usr/share/doc/libexif-&libexif-version; \
    99             --disable-static &amp;&amp;
     97<screen><userinput>./configure --prefix=/usr    \
     98            --disable-static \
     99            --with-doc-dir=/usr/share/doc/libexif-&libexif-version; &amp;&amp;
    100100make</userinput></screen>
    101101
  • general/sysutils/modemmanager.xml

    r21b20f19 rb877595  
    77  <!ENTITY ModemManager-download-http "https://www.freedesktop.org/software/ModemManager/ModemManager-&ModemManager-version;.tar.xz">
    88  <!ENTITY ModemManager-download-ftp  " ">
    9   <!ENTITY ModemManager-md5sum        "a49c9f73e46c7b89e5efedda250d22c0">
    10   <!ENTITY ModemManager-size          "2.0 MB">
    11   <!ENTITY ModemManager-buildsize     "119 MB (with tests)">
     9  <!ENTITY ModemManager-md5sum        "92d25176d0cc9d588ca29700b33c7d98">
     10  <!ENTITY ModemManager-size          "2.1 MB">
     11  <!ENTITY ModemManager-buildsize     "130 MB (with tests)">
    1212  <!ENTITY ModemManager-time          "1.0 SBU (with tests)">
    1313]>
  • introduction/welcome/changelog.xml

    r21b20f19 rb877595  
    4545      <para>January 17th, 2019</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to ModemManager-1.10.0. Fixes
     49          <ulink url="&blfs-ticket-root;11557">#11557</ulink>.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[bdubbbs] - Update to mesa-18.3.2. Fixes
  • multimedia/libdriv/alsa-oss.xml

    r21b20f19 rb877595  
    7272    </itemizedlist>
    7373
    74     <bridgehead renderas="sect3">ALSA Oss Dependencies</bridgehead>
     74    <bridgehead renderas="sect3">ALSA OSS Dependencies</bridgehead>
    7575
    7676    <bridgehead renderas="sect4">Required</bridgehead>
     
    8585
    8686  <sect2 role="installation">
    87     <title>Installation of ALSA Oss</title>
     87    <title>Installation of ALSA OSS</title>
    8888
    8989    <para>
    90       Install <application>ALSA Oss</application> by running the
     90      Install <application>ALSA OSS</application> by running the
    9191      following commands:
    9292    </para>
  • packages.ent

    r21b20f19 rb877595  
    281281<!ENTITY logrotate-version            "3.15.0">
    282282<!ENTITY mc-version                   "4.8.22">
    283 <!ENTITY ModemManager-version         "1.8.2">
     283<!ENTITY ModemManager-version         "1.10.0">
    284284<!ENTITY obex-data-server-version     "0.4.6">
    285285<!ENTITY p7zip-version                "16.02">
Note: See TracChangeset for help on using the changeset viewer.