- patchlevel 487

This commit is contained in:
Karsten Hopp 2014-10-22 18:00:13 +02:00
parent e9f0d24abc
commit 34c5a1290a
2 changed files with 16 additions and 1 deletions

View File

@ -505,3 +505,7 @@ Individual patches for Vim 7.4:
2035 7.4.481 (after 7.4.471) compiler warning on MS-Windows 2035 7.4.481 (after 7.4.471) compiler warning on MS-Windows
1863 7.4.482 when 'balloonexpr' results in a list, text has a trailing NL 1863 7.4.482 when 'balloonexpr' results in a list, text has a trailing NL
5345 7.4.483 a 0x80 byte is not handled correctly in abbreviations 5345 7.4.483 a 0x80 byte is not handled correctly in abbreviations
1442 7.4.484 (after 7.4.483) compiler warning
3033 7.4.485 (after 7.4.484) abbreviations don't work
6864 7.4.486 check for writing to a yank register is wrong
5994 7.4.487 ":sign jump" may unnecessarily use another window

View File

@ -1,4 +1,4 @@
%define patchlevel 483 %define patchlevel 487
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -530,6 +530,10 @@ Patch480: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.480
Patch481: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.481 Patch481: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.481
Patch482: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.482 Patch482: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.482
Patch483: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.483 Patch483: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.483
Patch484: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.484
Patch485: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.485
Patch486: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.486
Patch487: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.487
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -1160,6 +1164,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch481 -p0 %patch481 -p0
%patch482 -p0 %patch482 -p0
%patch483 -p0 %patch483 -p0
%patch484 -p0
%patch485 -p0
%patch486 -p0
%patch487 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -1677,6 +1685,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Wed Oct 22 2014 Karsten Hopp <karsten@redhat.com> 7.4.487-1
- patchlevel 487
* Tue Oct 21 2014 Karsten Hopp <karsten@redhat.com> 7.4.483-1 * Tue Oct 21 2014 Karsten Hopp <karsten@redhat.com> 7.4.483-1
- patchlevel 483 - patchlevel 483