- patchlevel 764

This commit is contained in:
Karsten Hopp 2015-06-29 18:00:04 +02:00
parent 27f4b4a541
commit ee1ea47b4e
2 changed files with 7 additions and 1 deletions

View File

@ -785,3 +785,4 @@ Individual patches for Vim 7.4:
4055 7.4.761 (after 7.4.757) incomplete request-background implementation 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 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 5135 7.4.763 (after 7.4.759) building with Lua 5.1 doesn't work
1553 7.4.764 (after 7.4.754) test_increment fails on MS-Windows

View File

@ -1,4 +1,4 @@
%define patchlevel 763 %define patchlevel 764
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -810,6 +810,7 @@ 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 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 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 Patch763: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.763
Patch764: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.764
Patch1559: 7.4.559.rhpatched Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
@ -1723,6 +1724,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch761 -p0 %patch761 -p0
%patch762 -p0 %patch762 -p0
%patch763 -p0 %patch763 -p0
%patch764 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -2279,6 +2281,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Mon Jun 29 2015 Karsten Hopp <karsten@redhat.com> 7.4.764-1
- patchlevel 764
* Sun Jun 28 2015 Karsten Hopp <karsten@redhat.com> 7.4.763-1 * Sun Jun 28 2015 Karsten Hopp <karsten@redhat.com> 7.4.763-1
- patchlevel 763 - patchlevel 763