Author: renodr
Date: Mon Nov 16 18:45:39 2015
New Revision: 16667
Log:
Update to elfutils-0.164
Update to Python-3.5.0
Modified:
branches/systemd/general.ent
branches/systemd/general/prog/elfutils.xml
branches/systemd/general/prog/python3.xml
branches/systemd/introduction/welcome/changelog.xml
branches/systemd/packages.ent
Modified: branches/systemd/general.ent
==============================================================================
--- branches/systemd/general.ent Mon Nov 16 14:38:43 2015 (r16666)
+++ branches/systemd/general.ent Mon Nov 16 18:45:39 2015 (r16667)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "13"> <!-- Always 2 digits -->
+<!ENTITY day "16"> <!-- Always 2 digits -->
<!ENTITY month "11"> <!-- Always 2 digits -->
<!ENTITY year "2015">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS systemd Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "November 13th, &year;">
+<!ENTITY releasedate "November 16th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "systemd"> <!-- svn|[release #] -->
<!ENTITY lfs-version "systemd"> <!-- x.y|development] -->
Modified: branches/systemd/general/prog/elfutils.xml
==============================================================================
--- branches/systemd/general/prog/elfutils.xml Mon Nov 16 14:38:43 2015
(r16666)
+++ branches/systemd/general/prog/elfutils.xml Mon Nov 16 18:45:39 2015
(r16667)
@@ -7,10 +7,10 @@
<!ENTITY elfutils-download-http
"https://fedorahosted.org/releases/e/l/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
<!ENTITY elfutils-download-ftp " ">
- <!ENTITY elfutils-md5sum "77ce87f259987d2e54e4d87b86cbee41">
+ <!ENTITY elfutils-md5sum "2e4536c1c48034f188a80789a59114d8">
<!ENTITY elfutils-size "5.8 MB">
- <!ENTITY elfutils-buildsize "103 MB">
- <!ENTITY elfutils-time "0.9 SBU">
+ <!ENTITY elfutils-buildsize "103 MB (with tests)">
+ <!ENTITY elfutils-time "1.0 SBU (with tests)">
]>
<sect1 id="elfutils" xreflabel="elfutils-&elfutils-version;">
@@ -121,13 +121,29 @@
<seglistitem>
<seg>
- eu-addr2line, eu-ar, eu-elfcmp, eu-elflint, eu-findtextrel, eu-ld,
- eu-make-debug-archive, eu-nm, eu-objdump, eu-ranlib, eu-readelf,
- eu-size, eu-stack, eu-strings, eu-strip, and eu-unstrip
+ eu-addr2line,
+ eu-ar,
+ eu-elfcmp,
+ eu-elflint,
+ eu-findtextrel,
+ eu-ld,
+ eu-make-debug-archive,
+ eu-nm,
+ eu-objdump,
+ eu-ranlib,
+ eu-readelf,
+ eu-size,
+ eu-stack,
+ eu-strings,
+ eu-strip,
+ and eu-unstrip
</seg>
<seg>
- libasm.{a,so}, libdw.{a,so}, libebl.a, libelf.{a,so}, and
- some for different architectures under /usr/lib/elfutils
+ libasm.{a,so},
+ libdw.{a,so},
+ libebl.a,
+ libelf.{a,so},
+ and some for different architectures under /usr/lib/elfutils
</seg>
<seg>
/usr/include/elfutils and
Modified: branches/systemd/general/prog/python3.xml
==============================================================================
--- branches/systemd/general/prog/python3.xml Mon Nov 16 14:38:43 2015
(r16666)
+++ branches/systemd/general/prog/python3.xml Mon Nov 16 18:45:39 2015
(r16667)
@@ -7,15 +7,15 @@
<!ENTITY python3-download-http
"https://www.python.org/ftp/python/&python3-version;/Python-&python3-version;.tar.xz">
<!ENTITY python3-download-ftp " ">
- <!ENTITY python3-md5sum "7d092d1bba6e17f0d9bd21b49e441dd5">
+ <!ENTITY python3-md5sum "d149d2812f10cbe04c042232e7964171">
<!ENTITY python3-size "14 MB">
- <!ENTITY python3-buildsize "274 MB (additional 38 MB for the docs and 29
MB for the tests)">
- <!ENTITY python3-time "1.2 SBU (additional 1.8 SBU for the tests)">
+ <!ENTITY python3-buildsize "358 MB (additional 38 MB for the docs and 29
MB for the tests)">
+ <!ENTITY python3-time "1.4 SBU (additional 1.8 SBU for the tests)">
<!ENTITY python3htmldoc-download-http
"https://docs.python.org/3/archives/python-&python3-version;-docs-html.tar.bz2">
- <!ENTITY python3htmldoc-md5sum "fd4595908e51268639c40b5ad1d1ccc2">
- <!ENTITY python3htmldoc-size "5.2 MB">
+<!-- <!ENTITY python3htmldoc-md5sum
"fd4595908e51268639c40b5ad1d1ccc2">
+ <!ENTITY python3htmldoc-size "5.2 MB"> -->
]>
<sect1 id="python3" xreflabel="Python-&python3-version;">
@@ -42,7 +42,7 @@
prototyping large programs or developing entire applications.
</para>
- &lfs77_checked;
+ &lfs78_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -86,7 +86,7 @@
Download (HTTP): <ulink url="&python3htmldoc-download-http;"/>
</para>
</listitem>
- <listitem>
+<!-- <listitem>
<para>
Download MD5 sum: &python3htmldoc-md5sum;
</para>
@@ -95,7 +95,7 @@
<para>
Download size: &python3htmldoc-size;
</para>
- </listitem>
+ </listitem> -->
</itemizedlist>
<bridgehead renderas="sect3">Python 3 Dependencies</bridgehead>
@@ -133,7 +133,7 @@
commands:
</para>
-<screen><userinput>./configure --prefix=/usr \
+<screen><userinput>CXX="/usr/bin/g++" ./configure --prefix=/usr \
--enable-shared \
--with-system-expat \
--with-system-ffi \
@@ -258,7 +258,8 @@
idle&python3-majorver;
</seg>
<seg>
- libpython&python3-majorver;m.so and libpython3.so
+ libpython&python3-majorver;m.so,
+ and libpython3.so
</seg>
<seg>
/usr/include/python&python3-majorver;m,
Modified: branches/systemd/introduction/welcome/changelog.xml
==============================================================================
--- branches/systemd/introduction/welcome/changelog.xml Mon Nov 16 14:38:43
2015 (r16666)
+++ branches/systemd/introduction/welcome/changelog.xml Mon Nov 16 18:45:39
2015 (r16667)
@@ -43,7 +43,19 @@
</listitem>
-->
- <listitem>
+ <listitem>
+ <para>November 16th, 2015</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Update to Python-3.5.0.</para>
+ </listitem>
+ <listitem>
+ <para>[renodr] - Update to elfutils-0.164.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>November 13th, 2015</para>
<itemizedlist>
<listitem>
Modified: branches/systemd/packages.ent
==============================================================================
--- branches/systemd/packages.ent Mon Nov 16 14:38:43 2015 (r16666)
+++ branches/systemd/packages.ent Mon Nov 16 18:45:39 2015 (r16667)
@@ -252,7 +252,7 @@
<!ENTITY cvs-version "1.11.23">
<!ENTITY dejagnu-version "1.5.3">
<!ENTITY doxygen-version "1.8.10">
-<!ENTITY elfutils-version "0.163">
+<!ENTITY elfutils-version "0.164">
<!ENTITY expect-version "5.45">
<!ENTITY gcc-version "5.2.0">
<!ENTITY gc-version "7.4.2">
@@ -267,7 +267,7 @@
<!ENTITY npapi-sdk-version "0.27.2">
<!ENTITY php-version "5.6.12">
<!ENTITY python2-version "2.7.10">
-<!ENTITY python3-version "3.4.3">
+<!ENTITY python3-version "3.5.0">
<!ENTITY ruby-version "2.2.3">
<!ENTITY ruby-patch-version "0">
<!ENTITY scons-version "2.3.6">
@@ -287,7 +287,7 @@
<!ENTITY openjdk-version "1.8.0.51">
<!ENTITY python2-majorver "2.7">
-<!ENTITY python3-majorver "3.4">
+<!ENTITY python3-majorver "3.5">
<!-- Perl module versions used in the Perl Modules instructions -->
<!ENTITY autovivification-version "0.16">
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page