a35fa1
auto-import changelog data from vim-6.3.025-1.src.rpm
@@ -43,3 +43,8 @@ Individual patches for Vim 6.3:
|
|
43
43
|
1844 6.3.018 ":0argadd zero" added the argument after the first one
|
44
44
|
1992 6.3.019 crash during startup when compiled for debugging
|
45
45
|
1915 6.3.020 "dw" doesn't work right for UTF-8 when 'delcombine' is set
|
46
|
+
2822 6.3.021 can't edit file with path separator in trail byte of last char
|
47
|
+
2173 6.3.022 (extra) Win32: can't write file with path sep. in trail byte
|
48
|
+
6419 6.3.023 when <Space> is remapped abbreviations are not expanded
|
49
|
+
2456 6.3.024 missing NUL for strings created with ga_concat()
|
50
|
+
1409 6.3.025 (extra) missing NUL for list of server names
|
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
%define baseversion 6.3
|
25
25
|
%define vimdir vim63
|
26
|
-
%define patchlevel
|
26
|
+
%define patchlevel 025
|
27
27
|
|
28
28
|
Summary: The VIM editor.
|
29
29
|
Name: vim
|
@@ -72,6 +72,11 @@ Patch017: ftp://ftp.vim.org/pub/vim/patches/6.3.017
|
|
72
72
|
Patch018: ftp://ftp.vim.org/pub/vim/patches/6.3.018
|
73
73
|
Patch019: ftp://ftp.vim.org/pub/vim/patches/6.3.019
|
74
74
|
Patch020: ftp://ftp.vim.org/pub/vim/patches/6.3.020
|
75
|
+
Patch021: ftp://ftp.vim.org/pub/vim/patches/6.3.021
|
76
|
+
Patch022: ftp://ftp.vim.org/pub/vim/patches/6.3.022
|
77
|
+
Patch023: ftp://ftp.vim.org/pub/vim/patches/6.3.023
|
78
|
+
Patch024: ftp://ftp.vim.org/pub/vim/patches/6.3.024
|
79
|
+
Patch025: ftp://ftp.vim.org/pub/vim/patches/6.3.025
|
75
80
|
|
76
81
|
Patch3000: vim-6.1-syntax.patch
|
77
82
|
Patch3001: vim-6.2-rh1.patch
|
@@ -215,6 +220,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|
215
220
|
%patch018 -p0
|
216
221
|
%patch019 -p0
|
217
222
|
%patch020 -p0
|
223
|
+
%patch021 -p0
|
224
|
+
# Win32 %patch022 -p0
|
225
|
+
%patch023 -p0
|
226
|
+
%patch024 -p0
|
227
|
+
# Win32 %patch025 -p0
|
218
228
|
|
219
229
|
%patch3000 -p1 -b .syntx
|
220
230
|
%patch3001 -p1 -b .rh1
|
@@ -468,6 +478,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
468
478
|
%endif
|
469
479
|
|
470
480
|
%changelog
|
481
|
+
* Mon Sep 06 2004 Karsten Hopp <karsten@redhat.de> 6.3.025-1
|
482
|
+
- patchlevel 25
|
483
|
+
|
471
484
|
* Wed Sep 01 2004 Karsten Hopp <karsten@redhat.de> 6.3.020-1
|
472
485
|
- patchlevel 20
|
473
486
|
|