@@ -81,3 +81,6 @@ Individual patches for Vim 6.3:
|
|
81
81
|
2091 6.3.056 window title wrong for specific multi-byte character
|
82
82
|
1748 6.3.057 folds are not updated after a filter command
|
83
83
|
4440 6.3.058 crash when zero columns room; can't compile without :vsplit
|
84
|
+
2286 6.3.059 crash when editing a file with spaces and shell expansion
|
85
|
+
1609 6.3.060 register name isn't checked for CTRL-R CTRL-O in Insert mode
|
86
|
+
1984 6.3.061 display mess when multi-byte char at right edge of screen
|
@@ -21,12 +21,12 @@
|
|
21
21
|
|
22
22
|
%define baseversion 6.3
|
23
23
|
%define vimdir vim63
|
24
|
-
%define patchlevel
|
24
|
+
%define patchlevel 061
|
25
25
|
|
26
26
|
Summary: The VIM editor.
|
27
27
|
Name: vim
|
28
28
|
Version: %{baseversion}.%{patchlevel}
|
29
|
-
Release:
|
29
|
+
Release: 1
|
30
30
|
License: freeware
|
31
31
|
Group: Applications/Editors
|
32
32
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
|
@@ -109,6 +109,9 @@ Patch055: ftp://ftp.vim.org/pub/vim/patches/6.3.055
|
|
109
109
|
Patch056: ftp://ftp.vim.org/pub/vim/patches/6.3.056
|
110
110
|
Patch057: ftp://ftp.vim.org/pub/vim/patches/6.3.057
|
111
111
|
Patch058: ftp://ftp.vim.org/pub/vim/patches/6.3.058
|
112
|
+
Patch059: ftp://ftp.vim.org/pub/vim/patches/6.3.059
|
113
|
+
Patch060: ftp://ftp.vim.org/pub/vim/patches/6.3.060
|
114
|
+
Patch061: ftp://ftp.vim.org/pub/vim/patches/6.3.061
|
112
115
|
|
113
116
|
Patch3000: vim-6.1-syntax.patch
|
114
117
|
Patch3001: vim-6.2-rh1.patch
|
@@ -294,6 +297,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|
294
297
|
%patch056 -p0
|
295
298
|
%patch057 -p0
|
296
299
|
%patch058 -p0
|
300
|
+
%patch059 -p0
|
301
|
+
%patch060 -p0
|
302
|
+
%patch061 -p0
|
297
303
|
|
298
304
|
|
299
305
|
%patch3000 -p1
|
@@ -561,6 +567,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
561
567
|
%endif
|
562
568
|
|
563
569
|
%changelog
|
570
|
+
* Mon Jan 31 2005 Karsten Hopp <karsten@redhat.de> 6.3.061-1
|
571
|
+
- patchlevel 61
|
572
|
+
|
564
573
|
* Tue Jan 18 2005 Chip Turner <cturner@redhat.com> 1:058-2
|
565
574
|
- rebuild for new perl
|
566
575
|
|