Fixed incorrect patch version

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5408 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jim Gifford 2005-05-24 09:38:26 +00:00
parent 10b4458d32
commit 2096d75e6d
3 changed files with 5 additions and 3 deletions

View File

@ -87,6 +87,8 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>May 24th, 2005 [jim]: Changed gcc-specs patch to -2.</para></listitem>
<listitem><para>May 23nd, 2005 [jim]: Changed changelog to use version entities.</para></listitem>
<listitem><para>May 22nd, 2005 [matt]: Updated to Udev-058.</para></listitem>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20050523">
<!ENTITY releasedate "May 23, 2005">
<!ENTITY version "SVN-20050524">
<!ENTITY releasedate "May 24, 2005">
<!ENTITY milestone "6.2">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">

View File

@ -13,7 +13,7 @@
<!ENTITY gcc-no_fixincludes-patch "gcc-&gcc-version;-no_fixincludes-1.patch">
<!ENTITY gcc-linkonce-patch "gcc-&gcc-version;-linkonce-1.patch">
<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-3.patch">
<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-2.patch">
<!ENTITY glibc-testfix-patch "glibc-&glibc-version;-fix_test-1.patch">