- patchlevel 66

This commit is contained in:
Karsten Hopp 2005-03-18 12:54:28 +00:00
parent 499cbffb34
commit f330195dcd
2 changed files with 16 additions and 1 deletions

View File

@ -20,6 +20,8 @@ an argument to make it patch the right file:
After applying a patch, you need to compile Vim. There are no After applying a patch, you need to compile Vim. There are no
patches for binaries. patches for binaries.
Checksums for the patch files can be found in the file MD5.
Individual patches for Vim 6.3: Individual patches for Vim 6.3:
SIZE NAME FIXES SIZE NAME FIXES
@ -87,3 +89,5 @@ Individual patches for Vim 6.3:
2337 6.3.062 ":normal! gQ" hangs 2337 6.3.062 ":normal! gQ" hangs
1434 6.3.063 after the CursorHold event 'mousefocus' may stop working 1434 6.3.063 after the CursorHold event 'mousefocus' may stop working
1586 6.3.064 line2byte(line("$") + 1) sometimes returns the wrong number 1586 6.3.064 line2byte(line("$") + 1) sometimes returns the wrong number
4436 6.3.065 there was no digraph for euro in Unicode
4728 6.3.066 permissions of backup file may be wrong

View File

@ -21,7 +21,7 @@
%define baseversion 6.3 %define baseversion 6.3
%define vimdir vim63 %define vimdir vim63
%define patchlevel 064 %define patchlevel 066
Summary: The VIM editor. Summary: The VIM editor.
Name: vim Name: vim
@ -113,6 +113,10 @@ Patch059: ftp://ftp.vim.org/pub/vim/patches/6.3.059
Patch060: ftp://ftp.vim.org/pub/vim/patches/6.3.060 Patch060: ftp://ftp.vim.org/pub/vim/patches/6.3.060
Patch061: ftp://ftp.vim.org/pub/vim/patches/6.3.061 Patch061: ftp://ftp.vim.org/pub/vim/patches/6.3.061
Patch062: ftp://ftp.vim.org/pub/vim/patches/6.3.062 Patch062: ftp://ftp.vim.org/pub/vim/patches/6.3.062
Patch063: ftp://ftp.vim.org/pub/vim/patches/6.3.063
Patch064: ftp://ftp.vim.org/pub/vim/patches/6.3.064
Patch065: ftp://ftp.vim.org/pub/vim/patches/6.3.065
Patch066: ftp://ftp.vim.org/pub/vim/patches/6.3.066
Patch3000: vim-6.1-syntax.patch Patch3000: vim-6.1-syntax.patch
Patch3001: vim-6.2-rh1.patch Patch3001: vim-6.2-rh1.patch
@ -302,6 +306,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch060 -p0 %patch060 -p0
%patch061 -p0 %patch061 -p0
%patch062 -p0 %patch062 -p0
%patch063 -p0
%patch064 -p0
%patch065 -p0
%patch066 -p0
%patch3000 -p1 %patch3000 -p1
@ -571,6 +579,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Mar 18 2005 Karsten Hopp <karsten@redhat.de> 6.3.066-1
- patchlevel 66
* Mon Mar 14 2005 Karsten Hopp <karsten@redhat.de> 6.3.064-1 * Mon Mar 14 2005 Karsten Hopp <karsten@redhat.de> 6.3.064-1
- patchlevel 64 - patchlevel 64
- fix selinux warning (#150126) - fix selinux warning (#150126)