From: Jakub Bogusz Date: Mon, 18 Feb 2002 21:27:24 +0000 (+0000) Subject: - fixed broken 6.0.044 in patches pack X-Git-Tag: vim-6_0_208-1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fvim.git;a=commitdiff_plain;h=62a6208e2b9029345e13b36da315fa0d9620e4b4 - fixed broken 6.0.044 in patches pack - fixed ispell feature on Alpha (vim-ispell-axp patch) - with ispell ":sp"==":split" again, spell-check also syntax-highlighted words (malekith) - STBR Changed files: vim-ispell-axp.patch -> 1.1 vim.spec -> 1.102 --- diff --git a/vim-ispell-axp.patch b/vim-ispell-axp.patch new file mode 100644 index 0000000..640c02b --- /dev/null +++ b/vim-ispell-axp.patch @@ -0,0 +1,11 @@ +--- vim60/src/spell/config.h.orig Mon Feb 18 21:18:22 2002 ++++ vim60/src/spell/config.h Mon Feb 18 21:19:42 2002 +@@ -496,7 +496,7 @@ + #define MASKTYPE long + #endif + #ifndef MASKTYPE_WIDTH +-#define MASKTYPE_WIDTH 32 ++#define MASKTYPE_WIDTH 64 + #endif + #if MASKBITS < MASKTYPE_WIDTH + #undef MASKBITS diff --git a/vim.spec b/vim.spec index ade21d0..1592252 100644 --- a/vim.spec +++ b/vim.spec @@ -41,6 +41,7 @@ Patch1: %{name}-visual.patch Patch2: %{name}-phphighlight.patch Patch3: %{name}-paths.patch Patch4: %{name}-ispell.patch +Patch5: %{name}-ispell-axp.patch URL: http://www.vim.org/ BuildRequires: autoconf BuildRequires: gettext-devel @@ -244,6 +245,9 @@ bibliotek GNOME. %patch2 -p1 %patch3 -p1 %{?_with_ispell:%patch4 -p1} +%ifarch alpha +%{?_with_ispell:%patch5 -p1} +%endif # these patches are to "extra" package which we don't need (nor use) rm -f patches/6.0.{027,048,053,064,070,073,093,106,107,115,116,117,119,123,121,122,125,135,161,162,164,165,179,186,188,205,207}