- patchlevel 483

This commit is contained in:
Karsten Hopp 2014-10-21 18:00:14 +02:00
parent 68e2f19797
commit dbc93746d6
2 changed files with 10 additions and 1 deletions

View File

@ -503,3 +503,5 @@ Individual patches for Vim 7.4:
3025 7.4.479 MS-Windows: The console title can be wrong
2962 7.4.480 (after 7.4.479) MS-Windows: Can't build
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
5345 7.4.483 a 0x80 byte is not handled correctly in abbreviations

View File

@ -1,4 +1,4 @@
%define patchlevel 481
%define patchlevel 483
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -528,6 +528,8 @@ Patch478: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.478
Patch479: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.479
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
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
Patch3000: vim-7.4-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -1156,6 +1158,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch479 -p0
%patch480 -p0
%patch481 -p0
%patch482 -p0
%patch483 -p0
# install spell files
%if %{withvimspell}
@ -1673,6 +1677,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Tue Oct 21 2014 Karsten Hopp <karsten@redhat.com> 7.4.483-1
- patchlevel 483
* Fri Oct 17 2014 Karsten Hopp <karsten@redhat.com> 7.4.481-1
- patchlevel 481