- patchlevel 507

This commit is contained in:
Karsten Hopp 2014-11-06 18:00:13 +01:00
parent 35bfbff07b
commit ee25fdb557
2 changed files with 19 additions and 1 deletions

View File

@ -524,3 +524,8 @@ Individual patches for Vim 7.4:
1991 7.4.500 test 72 still fails once in a while 1991 7.4.500 test 72 still fails once in a while
1577 7.4.501 (after 7.4.497) typo in file pattern 1577 7.4.501 (after 7.4.497) typo in file pattern
6672 7.4.502 language mapping also applies to mapped characters 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

View File

@ -1,4 +1,4 @@
%define patchlevel 502 %define patchlevel 507
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %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 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 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 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 Patch3000: vim-7.4-syntax.patch
Patch3002: vim-7.1-nowarnings.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 %patch500 -p0
%patch501 -p0 %patch501 -p0
%patch502 -p0 %patch502 -p0
%patch503 -p0
%patch504 -p0
%patch505 -p0
%patch506 -p0
%patch507 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -1715,6 +1725,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %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 * Wed Nov 05 2014 Karsten Hopp <karsten@redhat.com> 7.4.502-1
- patchlevel 502 - patchlevel 502