diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-12 19:26:14 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-08-12 19:26:14 +0000 |
commit | 7b303d47a0f2f2152e128d91b35478b9eb69bafa (patch) | |
tree | e80a3d582c6c15a6f5e20868e84b6914dd94bcab | |
parent | 578fb81b00b3cddbf5271e439d47fafb19d7a79c (diff) |
Fix incorrect version number for expect's installed library (Bug 1608)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6664 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter05/expect.xml | 6 | ||||
-rw-r--r-- | general.ent | 1 |
3 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 17bc8319e..d0ac8134b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -112,6 +112,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>August 6th, 2005 [matt]: Fix incorrect version number for +expect's installed library (Bug 1608)</para></listitem> + <listitem><para>August 7th, 2005 [archaic]: Added note in Shadow regarding building Cracklib from BLFS first.</para></listitem> diff --git a/chapter05/expect.xml b/chapter05/expect.xml index bda9a531a..a0caafa5d 100644 --- a/chapter05/expect.xml +++ b/chapter05/expect.xml @@ -105,7 +105,7 @@ scripts, which are not needed.</para></listitem> <segmentedlist> <segtitle>Installed program</segtitle> <segtitle>Installed library</segtitle> -<seglistitem><seg>expect</seg><seg>libexpect-5.42.a</seg></seglistitem> +<seglistitem><seg>expect</seg><seg>libexpect-&expect-lib-version;.a</seg></seglistitem> </segmentedlist> <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead> @@ -122,12 +122,12 @@ programs according to a script</para> </varlistentry> <varlistentry id="libexpect"> -<term><filename class="libraryfile">libexpect-5.42.a</filename></term> +<term><filename class="libraryfile">libexpect-&expect-lib-version;.a</filename></term> <listitem> <para>Contains functions that allow Expect to be used as a Tcl extension or to be used directly from C or C++ (without Tcl)</para> <indexterm zone="ch-tools-expect libexpect"><primary -sortas="c-libexpect-5.42">libexpect-5.42</primary></indexterm> +sortas="c-libexpect-&expect-lib-version;">libexpect-&expect-lib-version;</primary></indexterm> </listitem> </varlistentry> </variablelist> diff --git a/general.ent b/general.ent index b73c077f5..01e69c2c0 100644 --- a/general.ent +++ b/general.ent @@ -35,6 +35,7 @@ <!ENTITY diffutils-version "2.8.1"> <!ENTITY e2fsprogs-version "1.38"> <!ENTITY expect-version "5.43.0"> +<!ENTITY expect-lib-version "5.43"> <!ENTITY file-version "4.14"> <!ENTITY findutils-version "4.2.23"> <!ENTITY flex-version "2.5.31"> |