- patchlevel 460
This commit is contained in:
parent
624dc0d843
commit
07ec22c826
@ -482,3 +482,4 @@ Individual patches for Vim 7.4:
|
||||
12212 7.4.456 'backupcopy' is global, can't set a local value
|
||||
1513 7.4.457 cannot recognize getchar() returning K_CURSORHOLD
|
||||
1633 7.4.458 issue 252: Cursor moves in a zero-height window
|
||||
1470 7.4.460 (after 7.4.454) can't build without the quickfix feature
|
||||
|
9
vim.spec
9
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 458
|
||||
%define patchlevel 460
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -505,6 +505,8 @@ Patch455: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.455
|
||||
Patch456: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.456
|
||||
Patch457: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.457
|
||||
Patch458: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.458
|
||||
Patch459: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.459
|
||||
Patch460: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.460
|
||||
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -1109,6 +1111,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch456 -p0
|
||||
%patch457 -p0
|
||||
%patch458 -p0
|
||||
%patch459 -p0
|
||||
%patch460 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -1625,6 +1629,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 24 2014 Karsten Hopp <karsten@redhat.com> 7.4.460-1
|
||||
- patchlevel 460
|
||||
|
||||
* Wed Sep 24 2014 Karsten Hopp <karsten@redhat.com> 7.4.458-1
|
||||
- patchlevel 458
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user