- patchlevel 652
This commit is contained in:
parent
c9f4a220b8
commit
64a56c309c
@ -670,3 +670,7 @@ Individual patches for Vim 7.4:
|
||||
3961 7.4.646 ":bufdo" may start at a deleted buffer
|
||||
5305 7.4.647 files differ after running the tests on MS-Windows
|
||||
1462 7.4.648 (after 7.4.647) tests broken on MS-Windows
|
||||
1941 7.4.649 compiler complains about ignoring return value of fwrite()
|
||||
5907 7.4.650 configure check may fail because the dl library is not used
|
||||
1972 7.4.651 (after 7.4.582) can't match "%>80v" for multi-byte characters
|
||||
12413 7.4.652 xxd lacks a few features
|
||||
|
13
vim.spec
13
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 648
|
||||
%define patchlevel 652
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -695,6 +695,10 @@ Patch645: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.645
|
||||
Patch646: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.646
|
||||
Patch647: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.647
|
||||
Patch648: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.648
|
||||
Patch649: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.649
|
||||
Patch650: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.650
|
||||
Patch651: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.651
|
||||
Patch652: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.652
|
||||
|
||||
Patch1559: 7.4.559.rhpatched
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
@ -1493,6 +1497,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch646 -p0
|
||||
%patch647 -p0
|
||||
%patch648 -p0
|
||||
%patch649 -p0
|
||||
%patch650 -p0
|
||||
%patch651 -p0
|
||||
%patch652 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -2010,6 +2018,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 05 2015 Karsten Hopp <karsten@redhat.com> 7.4.652-1
|
||||
- patchlevel 652
|
||||
|
||||
* Sat Feb 28 2015 Karsten Hopp <karsten@redhat.com> 7.4.648-1
|
||||
- patchlevel 648
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user