- patchlevel 674

This commit is contained in:
Karsten Hopp 2015-03-22 18:00:04 +01:00
parent bd335248e0
commit be530c0731
2 changed files with 10 additions and 1 deletions

View File

@ -694,3 +694,5 @@ Individual patches for Vim 7.4:
9924 7.4.670 using 'cindent' for Javascript is less than perfect
2049 7.4.671 (after 7.4.665) warning for shadowing a variable
13937 7.4.672 shell command completion does not see local directories
1459 7.4.673 first syntax entry gets wrong sequence number zero
2019 7.4.674 (after 7.4.672) missing changes in one file

View File

@ -1,4 +1,4 @@
%define patchlevel 672
%define patchlevel 674
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -719,6 +719,8 @@ Patch669: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.669
Patch670: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.670
Patch671: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.671
Patch672: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.672
Patch673: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.673
Patch674: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.674
Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch
@ -1541,6 +1543,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch670 -p0
%patch671 -p0
%patch672 -p0
%patch673 -p0
%patch674 -p0
# install spell files
%if %{withvimspell}
@ -2058,6 +2062,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Sun Mar 22 2015 Karsten Hopp <karsten@redhat.com> 7.4.674-1
- patchlevel 674
* Sat Mar 21 2015 Karsten Hopp <karsten@redhat.com> 7.4.672-1
- patchlevel 672