Changeset d52c17f


Ignore:
Timestamp:
11/17/2015 02:45:39 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
27a6f85
Parents:
cf193634
Message:

Update to elfutils-0.164
Update to Python-3.5.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16667 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rcf193634 rd52c17f  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "16">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS systemd Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 13th, &year;">
     9<!ENTITY releasedate  "November 16th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd">                  <!-- svn|[release #] -->
  • general/prog/elfutils.xml

    rcf193634 rd52c17f  
    88          "https://fedorahosted.org/releases/e/l/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
    99  <!ENTITY elfutils-download-ftp  " ">
    10   <!ENTITY elfutils-md5sum        "77ce87f259987d2e54e4d87b86cbee41">
     10  <!ENTITY elfutils-md5sum        "2e4536c1c48034f188a80789a59114d8">
    1111  <!ENTITY elfutils-size          "5.8 MB">
    12   <!ENTITY elfutils-buildsize     "103 MB">
    13   <!ENTITY elfutils-time          "0.9 SBU">
     12  <!ENTITY elfutils-buildsize     "103 MB (with tests)">
     13  <!ENTITY elfutils-time          "1.0 SBU (with tests)">
    1414]>
    1515
     
    122122      <seglistitem>
    123123        <seg>
    124           eu-addr2line, eu-ar, eu-elfcmp, eu-elflint, eu-findtextrel, eu-ld,
    125           eu-make-debug-archive, eu-nm, eu-objdump, eu-ranlib, eu-readelf,
    126           eu-size, eu-stack, eu-strings, eu-strip, and eu-unstrip
     124          eu-addr2line,
     125          eu-ar,
     126          eu-elfcmp,
     127          eu-elflint,
     128          eu-findtextrel,
     129          eu-ld,
     130          eu-make-debug-archive,
     131          eu-nm,
     132          eu-objdump,
     133          eu-ranlib,
     134          eu-readelf,
     135          eu-size,
     136          eu-stack,
     137          eu-strings,
     138          eu-strip,
     139          and eu-unstrip
    127140        </seg>
    128141        <seg>
    129           libasm.{a,so}, libdw.{a,so}, libebl.a, libelf.{a,so}, and
    130           some for different architectures under /usr/lib/elfutils
     142          libasm.{a,so},
     143          libdw.{a,so},
     144          libebl.a,
     145          libelf.{a,so},
     146          and some for different architectures under /usr/lib/elfutils
    131147        </seg>
    132148        <seg>
  • general/prog/python3.xml

    rcf193634 rd52c17f  
    88           "https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
    99  <!ENTITY python3-download-ftp  " ">
    10   <!ENTITY python3-md5sum        "7d092d1bba6e17f0d9bd21b49e441dd5">
     10  <!ENTITY python3-md5sum        "d149d2812f10cbe04c042232e7964171">
    1111  <!ENTITY python3-size          "14 MB">
    12   <!ENTITY python3-buildsize     "274 MB (additional 38 MB for the docs and 29 MB for the tests)">
    13   <!ENTITY python3-time          "1.2 SBU (additional 1.8 SBU for the tests)">
     12  <!ENTITY python3-buildsize     "358 MB (additional 38 MB for the docs and 29 MB for the tests)">
     13  <!ENTITY python3-time          "1.4 SBU (additional 1.8 SBU for the tests)">
    1414
    1515  <!ENTITY python3htmldoc-download-http
    1616           "https://docs.python.org/3/archives/python-&python3-version;-docs-html.tar.bz2">
    17   <!ENTITY python3htmldoc-md5sum        "fd4595908e51268639c40b5ad1d1ccc2">
    18   <!ENTITY python3htmldoc-size          "5.2 MB">
     17<!--   <!ENTITY python3htmldoc-md5sum        "fd4595908e51268639c40b5ad1d1ccc2">
     18  <!ENTITY python3htmldoc-size          "5.2 MB"> -->
    1919]>
    2020
     
    4343    </para>
    4444
    45     &lfs77_checked;
     45    &lfs78_checked;
    4646
    4747    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8787        </para>
    8888      </listitem>
    89       <listitem>
     89<!--      <listitem>
    9090        <para>
    9191          Download MD5 sum: &python3htmldoc-md5sum;
     
    9696          Download size: &python3htmldoc-size;
    9797        </para>
    98       </listitem>
     98      </listitem> -->
    9999    </itemizedlist>
    100100
     
    134134    </para>
    135135
    136 <screen><userinput>./configure --prefix=/usr       \
     136<screen><userinput>CXX="/usr/bin/g++" ./configure --prefix=/usr       \
    137137            --enable-shared     \
    138138            --with-system-expat \
     
    259259        </seg>
    260260        <seg>
    261           libpython&python3-majorver;m.so and libpython3.so
     261          libpython&python3-majorver;m.so,
     262          and libpython3.so
    262263        </seg>
    263264        <seg>
  • introduction/welcome/changelog.xml

    rcf193634 rd52c17f  
    4444
    4545-->
    46     <listitem>
     46   <listitem>
     47      <para>November 16th, 2015</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[renodr] - Update to Python-3.5.0.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[renodr] - Update to elfutils-0.164.</para>
     54        </listitem>
     55      </itemizedlist>
     56   </listitem>
     57
     58   <listitem>
    4759      <para>November 13th, 2015</para>
    4860      <itemizedlist>
  • packages.ent

    rcf193634 rd52c17f  
    253253<!ENTITY dejagnu-version              "1.5.3">
    254254<!ENTITY doxygen-version              "1.8.10">
    255 <!ENTITY elfutils-version             "0.163">
     255<!ENTITY elfutils-version             "0.164">
    256256<!ENTITY expect-version               "5.45">
    257257<!ENTITY gcc-version                  "5.2.0">
     
    268268<!ENTITY php-version                  "5.6.12">
    269269<!ENTITY python2-version              "2.7.10">
    270 <!ENTITY python3-version              "3.4.3">
     270<!ENTITY python3-version              "3.5.0">
    271271<!ENTITY ruby-version                 "2.2.3">
    272272<!ENTITY ruby-patch-version           "0">
     
    288288
    289289<!ENTITY python2-majorver             "2.7">
    290 <!ENTITY python3-majorver             "3.4">
     290<!ENTITY python3-majorver             "3.5">
    291291
    292292<!-- Perl module versions used in the Perl Modules instructions -->
Note: See TracChangeset for help on using the changeset viewer.