- patchlevel 552
This commit is contained in:
parent
e90b62b201
commit
7fd1303e96
@ -568,3 +568,9 @@ Individual patches for Vim 7.4:
|
|||||||
1655 7.4.544 warnings for unused arguments with a combination of features
|
1655 7.4.544 warnings for unused arguments with a combination of features
|
||||||
1983 7.4.545 highlighting for multi-line matches is not correct
|
1983 7.4.545 highlighting for multi-line matches is not correct
|
||||||
4044 7.4.546 repeated use of vim_snprintf() with a number
|
4044 7.4.546 repeated use of vim_snprintf() with a number
|
||||||
|
1785 7.4.547 "vit" does not select multi-byte character at the end correctly
|
||||||
|
1681 7.4.548 compilation fails with native version of MinGW-w64
|
||||||
|
6505 7.4.549 function name not recognized correctly when inside a function
|
||||||
|
4016 7.4.550 curs_rows() function is always called with second argument false
|
||||||
|
5608 7.4.551 "ygn" may yank too much; Issue 295
|
||||||
|
2298 7.4.552 langmap applies to Insert mode expression mappings
|
||||||
|
17
vim.spec
17
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 546
|
%define patchlevel 552
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -593,6 +593,12 @@ Patch543: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.543
|
|||||||
Patch544: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.544
|
Patch544: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.544
|
||||||
Patch545: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.545
|
Patch545: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.545
|
||||||
Patch546: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.546
|
Patch546: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.546
|
||||||
|
Patch547: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.547
|
||||||
|
Patch548: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.548
|
||||||
|
Patch549: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.549
|
||||||
|
Patch550: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.550
|
||||||
|
Patch551: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.551
|
||||||
|
Patch552: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.552
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1286,6 +1292,12 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch544 -p0
|
%patch544 -p0
|
||||||
%patch545 -p0
|
%patch545 -p0
|
||||||
%patch546 -p0
|
%patch546 -p0
|
||||||
|
%patch547 -p0
|
||||||
|
%patch548 -p0
|
||||||
|
%patch549 -p0
|
||||||
|
%patch550 -p0
|
||||||
|
%patch551 -p0
|
||||||
|
%patch552 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1803,6 +1815,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 14 2014 Karsten Hopp <karsten@redhat.com> 7.4.552-1
|
||||||
|
- patchlevel 552
|
||||||
|
|
||||||
* Sat Dec 13 2014 Karsten Hopp <karsten@redhat.com> 7.4.546-1
|
* Sat Dec 13 2014 Karsten Hopp <karsten@redhat.com> 7.4.546-1
|
||||||
- patchlevel 546
|
- patchlevel 546
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user