- patchlevel 622

This commit is contained in:
Karsten Hopp 2015-02-06 18:00:04 +01:00
parent 5549589ceb
commit 571e051b28
2 changed files with 7 additions and 1 deletions

View File

@ -643,3 +643,4 @@ Individual patches for Vim 7.4:
1929 7.4.619 (after 7.4.618) luaV_setref() not returning the correct value
1549 7.4.620 compiler warning for unitinialized variable
1755 7.4.621 (after 7.4.619) returning 1 in the wrong function
1584 7.4.622 compiler warning for unused argument

View File

@ -1,4 +1,4 @@
%define patchlevel 621
%define patchlevel 622
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -668,6 +668,7 @@ Patch618: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.618
Patch619: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.619
Patch620: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.620
Patch621: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.621
Patch622: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.622
Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch
@ -1438,6 +1439,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch619 -p0
%patch620 -p0
%patch621 -p0
%patch622 -p0
# install spell files
%if %{withvimspell}
@ -1955,6 +1957,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Fri Feb 06 2015 Karsten Hopp <karsten@redhat.com> 7.4.622-1
- patchlevel 622
* Thu Feb 05 2015 Karsten Hopp <karsten@redhat.com> 7.4.621-1
- patchlevel 621