- patchlevel 491
This commit is contained in:
parent
d97f64db9e
commit
2b8991028c
@ -510,3 +510,6 @@ Individual patches for Vim 7.4:
|
|||||||
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
|
1394 7.4.488 test_mapping fails for some people
|
||||||
|
1610 7.4.489 cursor movement wrong when 'lbr' with a number column
|
||||||
|
6856 7.4.490 cannot specify the buffer to use for "do" and "dp"
|
||||||
|
1907 7.4.491 negative "topline" value for winrestview() has display errors
|
||||||
|
11
vim.spec
11
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 488
|
%define patchlevel 491
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -535,6 +535,9 @@ 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
|
Patch488: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.488
|
||||||
|
Patch489: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.489
|
||||||
|
Patch490: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.490
|
||||||
|
Patch491: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.491
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1170,6 +1173,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch486 -p0
|
%patch486 -p0
|
||||||
%patch487 -p0
|
%patch487 -p0
|
||||||
%patch488 -p0
|
%patch488 -p0
|
||||||
|
%patch489 -p0
|
||||||
|
%patch490 -p0
|
||||||
|
%patch491 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1687,6 +1693,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 31 2014 Karsten Hopp <karsten@redhat.com> 7.4.491-1
|
||||||
|
- patchlevel 491
|
||||||
|
|
||||||
* Thu Oct 23 2014 Karsten Hopp <karsten@redhat.com> 7.4.488-1
|
* Thu Oct 23 2014 Karsten Hopp <karsten@redhat.com> 7.4.488-1
|
||||||
- patchlevel 488
|
- patchlevel 488
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user