- patchlevel 542

This commit is contained in:
Karsten Hopp 2014-12-08 18:00:12 +01:00
parent 3e8b591762
commit 695c66dd9d
2 changed files with 7 additions and 1 deletions

View File

@ -563,3 +563,4 @@ Individual patches for Vim 7.4:
7422 7.4.539 (after 7.4.530) crash when computing buffer count 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 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 2795 7.4.541 crash when doing a range assign
28576 7.4.542 cannot specify the type of range for a user command

View File

@ -1,4 +1,4 @@
%define patchlevel 541 %define patchlevel 542
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %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 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 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 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 Patch3000: vim-7.4-syntax.patch
Patch3002: vim-7.1-nowarnings.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 %patch539 -p0
%patch540 -p0 %patch540 -p0
%patch541 -p0 %patch541 -p0
%patch542 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -1793,6 +1795,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %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 * Sun Dec 07 2014 Karsten Hopp <karsten@redhat.com> 7.4.541-1
- patchlevel 541 - patchlevel 541