- patchlevel 934

This commit is contained in:
Karsten Hopp 2015-11-22 11:20:04 +01:00
parent 804370b95b
commit c9d3c43187
2 changed files with 16 additions and 1 deletions

View File

@ -952,3 +952,7 @@ Individual patches for Vim 7.4:
1891 7.4.928 a clientserver message interrupts handling keys of a mapping
2457 7.4.929 "gv" after paste selects one char less if 'sel' is "exclusive"
2135 7.4.930 MS-Windows: Most users appear not to like the window border
1446 7.4.931 (after 7.4.929) test 94 fails on some systems
3398 7.4.932 (after 7.4.926) test_utf8 has confusing dummy command
1411 7.4.933 (after 7.4.926) crash using longest match in completion
1381 7.4.934 Appveyor also builds on a tag push

View File

@ -1,4 +1,4 @@
%define patchlevel 930
%define patchlevel 934
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -977,6 +977,10 @@ Patch927: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.927
Patch928: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.928
Patch929: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.929
Patch930: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.930
Patch931: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.931
Patch932: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.932
Patch933: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.933
Patch934: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.934
Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch
@ -2059,6 +2063,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch928 -p0
%patch929 -p0
%patch930 -p0
%patch931 -p0
%patch932 -p0
%patch933 -p0
%patch934 -p0
# install spell files
%if %{withvimspell}
@ -2621,6 +2629,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Sun Nov 22 2015 Karsten Hopp <karsten@redhat.com> 7.4.934-1
- patchlevel 934
* Fri Nov 20 2015 Karsten Hopp <karsten@redhat.com> 7.4.930-1
- patchlevel 930