Changeset d7d743f0


Ignore:
Timestamp:
12/07/2015 05:33:13 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.9, 8.0, 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, nosym, 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:
224c3b2
Parents:
b263cb19
Message:
  • rxvt-unicode-9.21: new URL, after older one dead for many days.
  • gcc-5.3.0: revert installed libraries list and remove two directories installed in LFS.
  • Update to Python-3.5.1 (Python3-3.5.1).

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rb263cb19 rd7d743f0  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     3<!ENTITY day          "07">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 6th &year;">
     9<!ENTITY releasedate  "December 7th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/gcc.xml

    rb263cb19 rd7d743f0  
    319319        </seg>
    320320        <seg>
    321           libasan.{so,a}, libatomic.{so,a}, libcc1.so, libcilkrts.{so,a},
    322           libgcc_s.so, libgfortran.{so,a}, libgobegin.a, libgolibbegin.a,
    323           libgomp-plugin-host_nonshm.so, libgomp.{so,a}, libgo.{so,a},
    324           libitm.{so,a}, liblsan.{so,a}, libnetgo.a, libobjc.{so,a},
    325           libquadmath.{so,a}, libssp_nonshared.a, libssp.{so,a}, libstdc++fs.a,
    326           libstdc++.{so,a}, libsupc++.a, libtsan.{so,a}, libubsan.{so,a},
    327           libvtv.{so,a}, and numerous other run-time libraries and executables
    328           in <filename class="directory">/usr/lib/gcc</filename>,
    329           <filename class="directory">/usr/libexec/gcc</filename>, and
    330           <filename class="directory">/usr/lib/go</filename>
     321          libgfortran.{so,a},
     322          libgo.{so,a}, libgobegin.a, libgolibbegin.a, libnetgo.a,
     323          libobjc.{so,a}, and numerous other run-time libraries and executables
    331324        </seg>
    332325        <seg>
    333           /usr/include/c++/&gcc-version;, /usr/lib/bfd-plugins,
     326          /usr/include/c++/&gcc-version;,
    334327          /usr/libexec/gcc/&lt;arch-triplet&gt;/&gcc-version;,
    335328          /usr/lib/gcc/&lt;arch-triplet&gt;/&gcc-version;,
    336           /usr/lib/go/&gcc-version;, /usr/share/gcc-&gcc-version;, and
    337           /usr/share/gdb/auto-load
     329          /usr/lib/go/&gcc-version;, and /usr/share/gcc-&gcc-version;
    338330        </seg>
    339331      </seglistitem>
  • general/prog/python3.xml

    rb263cb19 rd7d743f0  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "d149d2812f10cbe04c042232e7964171">
    11   <!ENTITY python3-size          "14 MB">
    12   <!ENTITY python3-buildsize     "312 MB (additional 38 MB for the docs and 29 MB for the tests)">
    13   <!ENTITY python3-time          "1.9 SBU (additional 1.8 SBU for the tests)">
     10  <!ENTITY python3-md5sum        "e9ea6f2623fffcdd871b7b19113fde80">
     11  <!ENTITY python3-size          "15 MB">
     12  <!ENTITY python3-buildsize     "360 MB (with docs; additional 23 MB for the tests)">
     13  <!ENTITY python3-time          "1.1 SBU (additional 1.9 SBU for the tests)">
    1414
    1515  <!ENTITY python3htmldoc-download-http
     
    165165      configure again, adding <quote>--with-pydebug</quote> to the
    166166      <command>configure</command> switches above, run <command>make</command>,
    167       then <command>make test</command>. Remember that some tests fail, if not
    168       run in an X terminal.
     167      then <command>make test</command>. Remember that tests must be executed
     168      using an X terminal. One test fails for unknown reasons.
    169169    </para>
    170170
  • introduction/welcome/changelog.xml

    rb263cb19 rd7d743f0  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>December 7th, 2015</para>
     49      <itemizedlist>
     50       <listitem>
     51         <para>[fernando] - Update to Python-3.5.1 (Python3-3.5.1). Fixes
     52         <ulink url="&blfs-ticket-root;7224">#7224</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
    4656
    4757    <listitem>
  • packages.ent

    rb263cb19 rd7d743f0  
    276276<!ENTITY php-version                  "7.0.0">
    277277<!ENTITY python2-version              "2.7.11">
    278 <!ENTITY python3-version              "3.5.0">
     278<!ENTITY python3-version              "3.5.1">
    279279<!ENTITY ruby-version                 "2.2.3">
    280280<!ENTITY ruby-patch-version           "0">
  • xsoft/other/rxvt-unicode.xml

    rb263cb19 rd7d743f0  
    55  %general-entities;
    66
    7   <!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">
    8   <!ENTITY rxvt-unicode-download-ftp  " ">
     7<!--  <!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">-->
     8  <!ENTITY rxvt-unicode-download-http "&sources-anduin-http;/rxvt-unicode/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">
     9  <!ENTITY rxvt-unicode-download-ftp  "&sources-anduin-ftp;/rxvt-unicode/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">
    910  <!ENTITY rxvt-unicode-md5sum        "a9a06c608258c5fd247c3725d8f44582">
    1011  <!ENTITY rxvt-unicode-size          "904 KB">
Note: See TracChangeset for help on using the changeset viewer.