- patchlevel 542
This commit is contained in:
parent
3e8b591762
commit
695c66dd9d
@ -563,3 +563,4 @@ Individual patches for Vim 7.4:
|
||||
7422 7.4.539 (after 7.4.530) crash when computing buffer count
|
||||
1802 7.4.540 (after 7.4.539) cannot build with tiny and small features
|
||||
2795 7.4.541 crash when doing a range assign
|
||||
28576 7.4.542 cannot specify the type of range for a user command
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 541
|
||||
%define patchlevel 542
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -588,6 +588,7 @@ 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
|
||||
Patch540: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.540
|
||||
Patch541: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.541
|
||||
Patch542: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.542
|
||||
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -1276,6 +1277,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch539 -p0
|
||||
%patch540 -p0
|
||||
%patch541 -p0
|
||||
%patch542 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -1793,6 +1795,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 08 2014 Karsten Hopp <karsten@redhat.com> 7.4.542-1
|
||||
- patchlevel 542
|
||||
|
||||
* Sun Dec 07 2014 Karsten Hopp <karsten@redhat.com> 7.4.541-1
|
||||
- patchlevel 541
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user