- patchlevel 534
This commit is contained in:
parent
287fe4c212
commit
0d5e2a68ee
@ -549,3 +549,10 @@ Individual patches for Vim 7.4:
|
|||||||
2460 7.4.525 map() leaks memory when there is an error in the expression
|
2460 7.4.525 map() leaks memory when there is an error in the expression
|
||||||
5139 7.4.526 matchstr() fails on long text
|
5139 7.4.526 matchstr() fails on long text
|
||||||
3709 7.4.527 still confusing regexp failure and NFA_TOO_EXPENSIVE
|
3709 7.4.527 still confusing regexp failure and NFA_TOO_EXPENSIVE
|
||||||
|
1892 7.4.528 crash when using matchadd()
|
||||||
|
7307 7.4.529 no test for what 7.4.517 fixes
|
||||||
|
147087 7.4.530 many commands take count/range that is not using line numbers
|
||||||
|
3706 7.4.531 comments about parsing an Ex command are wrong
|
||||||
|
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
|
||||||
|
19
vim.spec
19
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 527
|
%define patchlevel 534
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -574,6 +574,13 @@ Patch524: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.524
|
|||||||
Patch525: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.525
|
Patch525: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.525
|
||||||
Patch526: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.526
|
Patch526: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.526
|
||||||
Patch527: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.527
|
Patch527: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.527
|
||||||
|
Patch528: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.528
|
||||||
|
Patch529: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.529
|
||||||
|
Patch530: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.530
|
||||||
|
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
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1248,6 +1255,13 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch525 -p0
|
%patch525 -p0
|
||||||
%patch526 -p0
|
%patch526 -p0
|
||||||
%patch527 -p0
|
%patch527 -p0
|
||||||
|
%patch528 -p0
|
||||||
|
%patch529 -p0
|
||||||
|
%patch530 -p0
|
||||||
|
%patch531 -p0
|
||||||
|
%patch532 -p0
|
||||||
|
%patch533 -p0
|
||||||
|
%patch534 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1765,6 +1779,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 27 2014 Karsten Hopp <karsten@redhat.com> 7.4.534-1
|
||||||
|
- patchlevel 534
|
||||||
|
|
||||||
* Sun Nov 23 2014 Karsten Hopp <karsten@redhat.com> 7.4.527-1
|
* Sun Nov 23 2014 Karsten Hopp <karsten@redhat.com> 7.4.527-1
|
||||||
- patchlevel 527
|
- patchlevel 527
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user