- patchlevel 752
This commit is contained in:
parent
34d91858a8
commit
2a71fc0363
@ -760,3 +760,17 @@ Individual patches for Vim 7.4:
|
|||||||
2537 7.4.736 invalid memory access
|
2537 7.4.736 invalid memory access
|
||||||
1573 7.4.737 on MS-Windows vimgrep over arglist doesn't work (Issue 361)
|
1573 7.4.737 on MS-Windows vimgrep over arglist doesn't work (Issue 361)
|
||||||
2961 7.4.738 (after 7.4.732) can't compile without the syntax HL feature
|
2961 7.4.738 (after 7.4.732) can't compile without the syntax HL feature
|
||||||
|
1749 7.4.739 in a string "\U" only takes 4 digits, should be eight
|
||||||
|
2493 7.4.740 ":1quit" works like ":.quit"
|
||||||
|
5470 7.4.741 when using += with ":set" a trailing comma is not recognized
|
||||||
|
4378 7.4.742 no vertical split when loading buffer for a quickfix command
|
||||||
|
4122 7.4.743 "p" in Visual mode causes an unexpected line split
|
||||||
|
6095 7.4.744 no tests for Ruby and Perl
|
||||||
|
4813 7.4.745 entries returned by getmatches() dont work with setmatches()
|
||||||
|
2710 7.4.746 ":[count]tag" is not always working
|
||||||
|
1489 7.4.747 ":cnext" may jump to wrong column when 'virtualedit' is "all"
|
||||||
|
1459 7.4.748 (after 7.4.745) buffer overflow
|
||||||
|
44109 7.4.749 (after 7.4.741) two consecutive commas are OK for some options
|
||||||
|
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
|
||||||
|
5908 7.4.752 Unicode 8.0 not supported
|
||||||
|
33
vim.spec
33
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 738
|
%define patchlevel 752
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -785,6 +785,20 @@ Patch735: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.735
|
|||||||
Patch736: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.736
|
Patch736: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.736
|
||||||
Patch737: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.737
|
Patch737: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.737
|
||||||
Patch738: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.738
|
Patch738: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.738
|
||||||
|
Patch739: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.739
|
||||||
|
Patch740: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.740
|
||||||
|
Patch741: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.741
|
||||||
|
Patch742: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.742
|
||||||
|
Patch743: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.743
|
||||||
|
Patch744: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.744
|
||||||
|
Patch745: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.745
|
||||||
|
Patch746: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.746
|
||||||
|
Patch747: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.747
|
||||||
|
Patch748: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.748
|
||||||
|
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
|
||||||
|
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
|
||||||
|
|
||||||
Patch1559: 7.4.559.rhpatched
|
Patch1559: 7.4.559.rhpatched
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
@ -1673,6 +1687,20 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch736 -p0
|
%patch736 -p0
|
||||||
%patch737 -p0
|
%patch737 -p0
|
||||||
%patch738 -p0
|
%patch738 -p0
|
||||||
|
%patch739 -p0
|
||||||
|
%patch740 -p0
|
||||||
|
%patch741 -p0
|
||||||
|
%patch742 -p0
|
||||||
|
%patch743 -p0
|
||||||
|
%patch744 -p0
|
||||||
|
%patch745 -p0
|
||||||
|
%patch746 -p0
|
||||||
|
%patch747 -p0
|
||||||
|
%patch748 -p0
|
||||||
|
%patch749 -p0
|
||||||
|
%patch750 -p0
|
||||||
|
%patch751 -p0
|
||||||
|
%patch752 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -2229,6 +2257,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 22 2015 Karsten Hopp <karsten@redhat.com> 7.4.752-1
|
||||||
|
- patchlevel 752
|
||||||
|
|
||||||
* Wed Jun 10 2015 Karsten Hopp <karsten@redhat.com> 7.4.738-1
|
* Wed Jun 10 2015 Karsten Hopp <karsten@redhat.com> 7.4.738-1
|
||||||
- patchlevel 738
|
- patchlevel 738
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user