Quellcode durchsuchen

Upgrade to Vim-7.0-fixes-14.patch and drop the spellfile patch as that is now included in the former.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess vor 19 Jahren
Ursprung
Commit
534bb6229d
6 geänderte Dateien mit 22 neuen und 23 gelöschten Zeilen
  1. 11 0
      chapter01/changelog.xml
  2. 6 0
      chapter01/whatsnew.xml
  3. 0 8
      chapter03/patches.xml
  4. 0 6
      chapter06/vim.xml
  5. 2 2
      general.ent
  6. 3 7
      patches.ent

+ 11 - 0
chapter01/changelog.xml

@@ -36,6 +36,17 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>2006-10-29</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Upgrade to Vim-7.0-fixes-14.patch.  Drop the
+          &quot;spellfile&quot; fix as it was applied upstream as patch
+          076.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2006-10-28</para>
       <itemizedlist>

+ 6 - 0
chapter01/whatsnew.xml

@@ -213,6 +213,9 @@
     <listitem>
       <para>&util-linux-lseek-patch;</para>
     </listitem>
+    <listitem>
+      <para>&vim-fixes-patch;</para>
+    </listitem>
   </itemizedlist>
 
   <itemizedlist>
@@ -251,6 +254,9 @@
     <listitem>
       <para>tar-1.15.1-sparse_fix-1.patch</para>
     </listitem>
+    <listitem>
+      <para>vim-7.0-fixes-7.patch</para>
+    </listitem>
 
   </itemizedlist>
 

+ 0 - 8
chapter03/patches.xml

@@ -268,14 +268,6 @@
       </listitem>
     </varlistentry>
 
-    <varlistentry>
-      <term>Vim Spellfile Patch - <token>&vim-spellfile-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink url="&patches-root;&vim-spellfile-patch;"/></para>
-        <para>MD5 sum: <literal>&vim-spellfile-patch-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
   </variablelist>
 
   <para>Total size of these patches: about <returnvalue/></para>

+ 0 - 6
chapter06/vim.xml

@@ -59,12 +59,6 @@
 
 <screen><userinput>patch -Np1 -i ../&vim-mandir-patch;</userinput></screen>
 
-    <para>There is an issue introduced by one of the upstream patches that
-    creates a problem downloading spellfiles via HTTP.  Until this is updated
-    by the developers, the following patch fixes the problem:</para>
-
-<screen><userinput>patch -Np1 -i ../&vim-spellfile-patch;</userinput></screen>
-
     <para>Finally, change the default location of the
     <filename>vimrc</filename> configuration file to <filename
     class="directory">/etc</filename>:</para>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20061028">
-<!ENTITY releasedate "October 28, 2006">
+<!ENTITY version "SVN-20061029">
+<!ENTITY releasedate "October 29, 2006">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 

+ 3 - 7
patches.ent

@@ -133,14 +133,10 @@
 <!ENTITY util-linux-lseek-patch-md5 "5d6c86321c1ea74d7ed7cf57861da423">
 <!ENTITY util-linux-lseek-patch-size "10 KB">
 
-<!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-7.patch">
-<!ENTITY vim-fixes-patch-md5 "d274219566702b0bafcb83ab4685bbde">
-<!ENTITY vim-fixes-patch-size "42 KB">
+<!ENTITY vim-fixes-patch "vim-&vim-version;-fixes-14.patch">
+<!ENTITY vim-fixes-patch-md5 "476481c274e056a3fb3cea002e903579">
+<!ENTITY vim-fixes-patch-size "288 KB">
 
 <!ENTITY vim-mandir-patch "vim-&vim-version;-mandir-1.patch">
 <!ENTITY vim-mandir-patch-md5 "b6426eb4192faba1e867ddd502323f5b">
 <!ENTITY vim-mandir-patch-size "4.2 KB">
-
-<!ENTITY vim-spellfile-patch "vim-&vim-version;-spellfile-1.patch">
-<!ENTITY vim-spellfile-patch-md5 "98e59e34cb6e16a8d4671247cebd64ee">
-<!ENTITY vim-spellfile-patch-size "1.2 KB">