- patchlevel 757
This commit is contained in:
parent
26e32e8cb6
commit
95421e7e22
@ -774,3 +774,8 @@ Individual patches for Vim 7.4:
|
|||||||
3282 7.4.750 cannot build with clang 3.5 on Cygwin with perl enabled
|
3282 7.4.750 cannot build with clang 3.5 on Cygwin with perl enabled
|
||||||
3533 7.4.751 it is not obvious how to enable the address sanitizer
|
3533 7.4.751 it is not obvious how to enable the address sanitizer
|
||||||
5908 7.4.752 Unicode 8.0 not supported
|
5908 7.4.752 Unicode 8.0 not supported
|
||||||
|
10679 7.4.753 appending in Visual mode with 'linebreak' set is wrong
|
||||||
|
24821 7.4.754 using CTRL-A in Visual mode does not work well
|
||||||
|
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
|
||||||
|
8830 7.4.757 cannot detect the background color of a terminal
|
||||||
|
|||||||
15
vim.spec
15
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 752
|
%define patchlevel 757
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -799,6 +799,11 @@ Patch749: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.749
|
|||||||
Patch750: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.750
|
Patch750: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.750
|
||||||
Patch751: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.751
|
Patch751: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.751
|
||||||
Patch752: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.752
|
Patch752: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.752
|
||||||
|
Patch753: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.753
|
||||||
|
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
|
||||||
|
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
|
||||||
|
|
||||||
Patch1559: 7.4.559.rhpatched
|
Patch1559: 7.4.559.rhpatched
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
@ -1701,6 +1706,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch750 -p0
|
%patch750 -p0
|
||||||
%patch751 -p0
|
%patch751 -p0
|
||||||
%patch752 -p0
|
%patch752 -p0
|
||||||
|
%patch753 -p0
|
||||||
|
%patch754 -p0
|
||||||
|
%patch755 -p0
|
||||||
|
%patch756 -p0
|
||||||
|
%patch757 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -2257,6 +2267,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 25 2015 Karsten Hopp <karsten@redhat.com> 7.4.757-1
|
||||||
|
- patchlevel 757
|
||||||
|
|
||||||
* Mon Jun 22 2015 Karsten Hopp <karsten@redhat.com> 7.4.752-1
|
* Mon Jun 22 2015 Karsten Hopp <karsten@redhat.com> 7.4.752-1
|
||||||
- patchlevel 752
|
- patchlevel 752
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user