- patchlevel 726

This commit is contained in:
Karsten Hopp 2015-05-05 18:00:04 +02:00
parent e3ab2b3332
commit 3aeda8cdf4
2 changed files with 13 additions and 1 deletions

View File

@ -745,3 +745,6 @@ Individual patches for Vim 7.4:
2029 7.4.721 empty lines do not have Visual highligthing if 'list' set 2029 7.4.721 empty lines do not have Visual highligthing if 'list' set
3246 7.4.722 0x202f is not recognized as a non-breaking space character 3246 7.4.722 0x202f is not recognized as a non-breaking space character
7610 7.4.723 for indenting, finding the C++ baseclass can be slow 7610 7.4.723 for indenting, finding the C++ baseclass can be slow
9665 7.4.724 vim icon does not show in Windows context menu (issue 249)
1569 7.4.725 ":call setreg('"', [])" reports an internal error
1442 7.4.726 (after 7.4.724) cannot build GvimExt

View File

@ -1,4 +1,4 @@
%define patchlevel 723 %define patchlevel 726
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -770,6 +770,9 @@ Patch720: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.720
Patch721: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.721 Patch721: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.721
Patch722: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.722 Patch722: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.722
Patch723: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.723 Patch723: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.723
Patch724: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.724
Patch725: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.725
Patch726: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.726
Patch1559: 7.4.559.rhpatched Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
@ -1643,6 +1646,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch721 -p0 %patch721 -p0
%patch722 -p0 %patch722 -p0
%patch723 -p0 %patch723 -p0
%patch724 -p0
%patch725 -p0
%patch726 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -2160,6 +2166,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Tue May 05 2015 Karsten Hopp <karsten@redhat.com> 7.4.726-1
- patchlevel 726
* Mon May 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.723-1 * Mon May 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.723-1
- patchlevel 723 - patchlevel 723