- patchlevel 761

This commit is contained in:
Karsten Hopp 2015-06-26 18:00:04 +02:00
parent cf25df0d60
commit 11e021a613
2 changed files with 16 additions and 1 deletions

View File

@ -779,3 +779,7 @@ Individual patches for Vim 7.4:
7572 7.4.755 it is not easy to count the number of characters 7572 7.4.755 it is not easy to count the number of characters
6051 7.4.756 can't use strawberry Perl 5.22 x64 on MS-Windows 6051 7.4.756 can't use strawberry Perl 5.22 x64 on MS-Windows
8830 7.4.757 cannot detect the background color of a terminal 8830 7.4.757 cannot detect the background color of a terminal
1573 7.4.758 'conceallevel' in command-line window hides first character
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

View File

@ -1,4 +1,4 @@
%define patchlevel 757 %define patchlevel 761
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -804,6 +804,10 @@ Patch754: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.754
Patch755: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.755 Patch755: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.755
Patch756: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.756 Patch756: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.756
Patch757: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.757 Patch757: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.757
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
Patch1559: 7.4.559.rhpatched Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
@ -1711,6 +1715,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch755 -p0 %patch755 -p0
%patch756 -p0 %patch756 -p0
%patch757 -p0 %patch757 -p0
%patch758 -p0
%patch759 -p0
%patch760 -p0
%patch761 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -2267,6 +2275,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Fri Jun 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.761-1
- patchlevel 761
* Thu Jun 25 2015 Karsten Hopp <karsten@redhat.com> 7.4.757-1 * Thu Jun 25 2015 Karsten Hopp <karsten@redhat.com> 7.4.757-1
- patchlevel 757 - patchlevel 757