aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Gifford <jim@linuxfromscratch.org>2005-05-24 09:38:26 +0000
committerJim Gifford <jim@linuxfromscratch.org>2005-05-24 09:38:26 +0000
commit2096d75e6db415efef1fc7843e7f884510a5a433 (patch)
tree6962cdae439c2715458e17f29da639116a103e04
parent10b4458d328b29986fe13ff8a6639c57860ced77 (diff)
Fixed incorrect patch version
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5408 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml2
-rw-r--r--general.ent4
-rw-r--r--patches.ent2
3 files changed, 5 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 9a93a5cae..241381a64 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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>
diff --git a/general.ent b/general.ent
index 0bac492fa..f05f1d1a7 100644
--- a/general.ent
+++ b/general.ent
@@ -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/">
diff --git a/patches.ent b/patches.ent
index 0b70d475c..c4ec56a46 100644
--- a/patches.ent
+++ b/patches.ent
@@ -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">