- patchlevel 539
This commit is contained in:
parent
2a9293c183
commit
0431aeeacd
@ -559,3 +559,5 @@ Individual patches for Vim 7.4:
|
|||||||
10090 7.4.535 (after 7.4.530) can't build with tiny features
|
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
|
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
|
3897 7.4.537 value of v:hlsearch reflects an internal variable
|
||||||
|
5830 7.4.538 tests fail with small features plus Python
|
||||||
|
7422 7.4.539 (after 7.4.530) crash when computing buffer count
|
||||||
|
9
vim.spec
9
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 537
|
%define patchlevel 539
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -584,6 +584,8 @@ 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
|
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
|
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
|
Patch537: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.537
|
||||||
|
Patch538: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.538
|
||||||
|
Patch539: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.539
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1268,6 +1270,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch535 -p0
|
%patch535 -p0
|
||||||
%patch536 -p0
|
%patch536 -p0
|
||||||
%patch537 -p0
|
%patch537 -p0
|
||||||
|
%patch538 -p0
|
||||||
|
%patch539 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1785,6 +1789,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 30 2014 Karsten Hopp <karsten@redhat.com> 7.4.539-1
|
||||||
|
- patchlevel 539
|
||||||
|
|
||||||
* Fri Nov 28 2014 Karsten Hopp <karsten@redhat.com> 7.4.537-1
|
* Fri Nov 28 2014 Karsten Hopp <karsten@redhat.com> 7.4.537-1
|
||||||
- patchlevel 537
|
- patchlevel 537
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user