- patchlevel 488
This commit is contained in:
parent
4bc225e324
commit
bb2d4ee899
@ -509,3 +509,4 @@ Individual patches for Vim 7.4:
|
|||||||
3033 7.4.485 (after 7.4.484) abbreviations don't work
|
3033 7.4.485 (after 7.4.484) abbreviations don't work
|
||||||
6864 7.4.486 check for writing to a yank register is wrong
|
6864 7.4.486 check for writing to a yank register is wrong
|
||||||
5994 7.4.487 ":sign jump" may unnecessarily use another window
|
5994 7.4.487 ":sign jump" may unnecessarily use another window
|
||||||
|
1394 7.4.488 test_mapping fails for some people
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 487
|
%define patchlevel 488
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -534,6 +534,7 @@ Patch484: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.484
|
|||||||
Patch485: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.485
|
Patch485: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.485
|
||||||
Patch486: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.486
|
Patch486: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.486
|
||||||
Patch487: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.487
|
Patch487: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.487
|
||||||
|
Patch488: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.488
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1168,6 +1169,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch485 -p0
|
%patch485 -p0
|
||||||
%patch486 -p0
|
%patch486 -p0
|
||||||
%patch487 -p0
|
%patch487 -p0
|
||||||
|
%patch488 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1685,6 +1687,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 23 2014 Karsten Hopp <karsten@redhat.com> 7.4.488-1
|
||||||
|
- patchlevel 488
|
||||||
|
|
||||||
* Wed Oct 22 2014 Karsten Hopp <karsten@redhat.com> 7.4.487-1
|
* Wed Oct 22 2014 Karsten Hopp <karsten@redhat.com> 7.4.487-1
|
||||||
- patchlevel 487
|
- patchlevel 487
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user