- patchlevel 443

This commit is contained in:
Karsten Hopp 2014-09-15 14:06:24 +02:00
parent c8cca7ffc4
commit 90b2dee695
2 changed files with 7 additions and 1 deletions

View File

@ -466,3 +466,4 @@ Individual patches for Vim 7.4:
2106 7.4.440 omni complete popup drawn incorrectly
1826 7.4.441 endless loop and other problems when 'cedit' is set to CTRL-C
2303 7.4.442 (after 7.4.434) using unitinialized variable
1539 7.4.443 error reported by ubsan when running test 72

View File

@ -1,4 +1,4 @@
%define patchlevel 442
%define patchlevel 443
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -489,6 +489,7 @@ Patch439: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.439
Patch440: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.440
Patch441: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.441
Patch442: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.442
Patch443: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.443
Patch3000: vim-7.4-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -1077,6 +1078,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch440 -p0
%patch441 -p0
%patch442 -p0
%patch443 -p0
# install spell files
%if %{withvimspell}
@ -1593,6 +1595,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Mon Sep 15 2014 Karsten Hopp <karsten@redhat.com> 7.4.443-1
- patchlevel 443
* Wed Sep 10 2014 Karsten Hopp <karsten@redhat.com> 7.4.442-1
- patchlevel 442