- patchlevel 507
This commit is contained in:
parent
35bfbff07b
commit
ee25fdb557
@ -524,3 +524,8 @@ Individual patches for Vim 7.4:
|
||||
1991 7.4.500 test 72 still fails once in a while
|
||||
1577 7.4.501 (after 7.4.497) typo in file pattern
|
||||
6672 7.4.502 language mapping also applies to mapped characters
|
||||
6560 7.4.503 cannot append a list of lines to a file
|
||||
2930 7.4.504 MS-Windows installer restricts install path to end in "vim"
|
||||
2125 7.4.505 problem on MS-Windows file name longer than MAX_PATH bytes
|
||||
1680 7.4.506 MS-Windows: Cannot open a file with 259 characters
|
||||
2027 7.4.507 (after 7.4.496) building with MingW and Perl may fail
|
||||
|
15
vim.spec
15
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 502
|
||||
%define patchlevel 507
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -549,6 +549,11 @@ Patch499: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.499
|
||||
Patch500: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.500
|
||||
Patch501: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.501
|
||||
Patch502: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.502
|
||||
Patch503: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.503
|
||||
Patch504: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.504
|
||||
Patch505: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.505
|
||||
Patch506: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.506
|
||||
Patch507: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.507
|
||||
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -1198,6 +1203,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch500 -p0
|
||||
%patch501 -p0
|
||||
%patch502 -p0
|
||||
%patch503 -p0
|
||||
%patch504 -p0
|
||||
%patch505 -p0
|
||||
%patch506 -p0
|
||||
%patch507 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -1715,6 +1725,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 06 2014 Karsten Hopp <karsten@redhat.com> 7.4.507-1
|
||||
- patchlevel 507
|
||||
|
||||
* Wed Nov 05 2014 Karsten Hopp <karsten@redhat.com> 7.4.502-1
|
||||
- patchlevel 502
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user