- patchlevel 769

This commit is contained in:
Karsten Hopp 2015-07-04 18:00:04 +02:00
parent 0588a39aa1
commit 1371c9bbb4
2 changed files with 7 additions and 1 deletions

View File

@ -790,3 +790,4 @@ Individual patches for Vim 7.4:
3085 7.4.766 (after 7.4.757) bg color check does not work on Tera Term
2200 7.4.767 --remote-tab-silent can fail on MS-Windows
6780 7.4.768 :diffoff only works properly once
3627 7.4.769 (after 7.4 768) behavior of :diffoff is not tested

View File

@ -1,4 +1,4 @@
%define patchlevel 768
%define patchlevel 769
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -815,6 +815,7 @@ Patch765: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.765
Patch766: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.766
Patch767: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.767
Patch768: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.768
Patch769: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.769
Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch
@ -1733,6 +1734,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch766 -p0
%patch767 -p0
%patch768 -p0
%patch769 -p0
# install spell files
%if %{withvimspell}
@ -2289,6 +2291,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Sat Jul 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.769-1
- patchlevel 769
* Fri Jul 03 2015 Karsten Hopp <karsten@redhat.com> 7.4.768-1
- patchlevel 768