- patchlevel 443
This commit is contained in:
parent
c8cca7ffc4
commit
90b2dee695
@ -466,3 +466,4 @@ Individual patches for Vim 7.4:
|
|||||||
2106 7.4.440 omni complete popup drawn incorrectly
|
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
|
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
|
2303 7.4.442 (after 7.4.434) using unitinialized variable
|
||||||
|
1539 7.4.443 error reported by ubsan when running test 72
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 442
|
%define patchlevel 443
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%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
|
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
|
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
|
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
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.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
|
%patch440 -p0
|
||||||
%patch441 -p0
|
%patch441 -p0
|
||||||
%patch442 -p0
|
%patch442 -p0
|
||||||
|
%patch443 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1593,6 +1595,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 10 2014 Karsten Hopp <karsten@redhat.com> 7.4.442-1
|
||||||
- patchlevel 442
|
- patchlevel 442
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user