Changeset f5c5306


Ignore:
Timestamp:
07/19/2017 08:18:55 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
d5b408c3
Parents:
ca25773
Message:

Mesa-17.1.5
Python3-3.6.2

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python3.xml

    rca25773 rf5c5306  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "692b4fc3a2ba0d54d1495d4ead5b0b5c">
     10  <!ENTITY python3-md5sum        "2c68846471994897278364fc18730dd9">
    1111  <!ENTITY python3-size          "16 MB">
    12   <!ENTITY python3-buildsize     "355 MB (with docs; add 25 MB for the tests)">
    13   <!ENTITY python3-time          "1.3 SBU (add 0.6 SBU for the tests)">
     12  <!ENTITY python3-buildsize     "345 MB (with docs; add 30 MB for the tests)">
     13  <!ENTITY python3-time          "1.1 SBU (add 3.4 SBU for tests)">
    1414
    1515  <!ENTITY python3htmldoc-download-http
     
    166166      <command>configure</command> switches above, run <command>make</command>,
    167167      then <command>make test</command>. Remember that tests must be executed
    168       using an X terminal.
     168      using an X terminal. One test fails. The test SBU highly depends on the
     169      speed of the internet connexion.
    169170    </para>
    170171
     
    242243          2to3-&python3-majorver;,
    243244
     245          idle3 (symlink), and
     246          idle&python3-majorver;
     247
    244248          pydoc3 (symlink),
    245249          pydoc&python3-majorver;,
     
    254258          pyvenv (symlink),
    255259          pyvenv-&python3-majorver;,
    256 
    257           idle3 (symlink), and
    258           idle&python3-majorver;
    259260        </seg>
    260261        <seg>
  • introduction/welcome/changelog.xml

    rca25773 rf5c5306  
    4646      <para>July 19th, 2017</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[pierre] - Update to Python3-3.6.2. Fixes
     50          <ulink url="&blfs-ticket-root;9487">#9487</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[pierre] - Update to Mesa-17.1.5. Fixes
     54          <ulink url="&blfs-ticket-root;9482">#9482</ulink>.</para>
     55        </listitem>
    4856        <listitem>
    4957          <para>[pierre] - Fix instructions for building libxml2 with
  • packages.ent

    rca25773 rf5c5306  
    320320<!ENTITY php-version                  "7.1.7">
    321321<!ENTITY python2-version              "2.7.13">
    322 <!ENTITY python3-version              "3.6.1">
     322<!ENTITY python3-version              "3.6.2">
    323323<!ENTITY ruby-minor-version           "2.4">
    324324<!ENTITY ruby-patch-version           "1">
     
    517517<!ENTITY xcursor-themes-version       "1.0.4">
    518518<!ENTITY xkeyboard-config-version     "2.21">
    519 <!ENTITY mesa-version                 "17.1.4">
     519<!ENTITY mesa-version                 "17.1.5">
    520520<!ENTITY xcb-util-version             "0.4.0">
    521521<!ENTITY xcb-util-image-version       "0.4.0">
  • x/installing/mesa.xml

    rca25773 rf5c5306  
    77  <!ENTITY mesa-download-http "https://mesa.freedesktop.org/archive/mesa-&mesa-version;.tar.xz">
    88  <!ENTITY mesa-download-ftp  "ftp://ftp.freedesktop.org/pub/mesa/mesa-&mesa-version;.tar.xz">
    9   <!ENTITY mesa-md5sum        "be2ef7c9edec23b07f74f6512a6a6fa5">
     9  <!ENTITY mesa-md5sum        "6cf936fbcaadd98924298a7009e8265d">
    1010  <!ENTITY mesa-size          "9.4 MB">
    11   <!ENTITY mesa-buildsize     "342 MB (with demos and docs, add 52 MB for tests)">
    12   <!ENTITY mesa-time          "4.0 SBU (using parallelism=4 with demos and docs, add 0.7 SBU for tests)">
     11  <!ENTITY mesa-buildsize     "345 MB (with demos and docs, add 52 MB for tests)">
     12  <!ENTITY mesa-time          "3.1 SBU (using parallelism=4 with demos and docs, add 0.4 SBU for tests)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.