- patchlevel 763
This commit is contained in:
parent
8d3a2be853
commit
551e60bcf1
@ -783,3 +783,5 @@ Individual patches for Vim 7.4:
|
||||
5370 7.4.759 building with Lua 5.3 doesn't work, symbols have changed
|
||||
1596 7.4.760 spelling mistakes are not displayed after ":syn spell"
|
||||
4055 7.4.761 (after 7.4.757) incomplete request-background implementation
|
||||
2084 7.4.762 (after 7.4.757) comment for may_req_bg_color() is wrong
|
||||
5135 7.4.763 (after 7.4.759) building with Lua 5.1 doesn't work
|
||||
|
9
vim.spec
9
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 761
|
||||
%define patchlevel 763
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -808,6 +808,8 @@ Patch758: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.758
|
||||
Patch759: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.759
|
||||
Patch760: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.760
|
||||
Patch761: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.761
|
||||
Patch762: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.762
|
||||
Patch763: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.763
|
||||
|
||||
Patch1559: 7.4.559.rhpatched
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
@ -1719,6 +1721,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch759 -p0
|
||||
%patch760 -p0
|
||||
%patch761 -p0
|
||||
%patch762 -p0
|
||||
%patch763 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -2275,6 +2279,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Sun Jun 28 2015 Karsten Hopp <karsten@redhat.com> 7.4.763-1
|
||||
- patchlevel 763
|
||||
|
||||
* Fri Jun 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.761-1
|
||||
- patchlevel 761
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user