- patchlevel 537

This commit is contained in:
Karsten Hopp 2014-11-28 18:00:12 +01:00
parent 96784c8770
commit 666e280756
2 changed files with 13 additions and 1 deletions

View File

@ -556,3 +556,6 @@ Individual patches for Vim 7.4:
4239 7.4.532 when using 'incsearch' "2/pattern/e" highlights first match
6017 7.4.533 ":hardcopy" leaks memory in case of errors
2827 7.4.534 warnings when compiling if_ruby.c
10090 7.4.535 (after 7.4.530) can't build with tiny features
1915 7.4.536 test 63 fails when using a black&white terminal
3897 7.4.537 value of v:hlsearch reflects an internal variable

View File

@ -1,4 +1,4 @@
%define patchlevel 534
%define patchlevel 537
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -581,6 +581,9 @@ Patch531: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.531
Patch532: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.532
Patch533: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.533
Patch534: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.534
Patch535: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.535
Patch536: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.536
Patch537: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.537
Patch3000: vim-7.4-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -1262,6 +1265,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch532 -p0
%patch533 -p0
%patch534 -p0
%patch535 -p0
%patch536 -p0
%patch537 -p0
# install spell files
%if %{withvimspell}
@ -1779,6 +1785,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Fri Nov 28 2014 Karsten Hopp <karsten@redhat.com> 7.4.537-1
- patchlevel 537
* Thu Nov 27 2014 Karsten Hopp <karsten@redhat.com> 7.4.534-1
- patchlevel 534