- patchlevel 516
This commit is contained in:
parent
3436047c34
commit
c45eb252c4
@ -534,3 +534,7 @@ Individual patches for Vim 7.4:
|
|||||||
2508 7.4.510 "-fwrapv" argument breaks use of cproto
|
2508 7.4.510 "-fwrapv" argument breaks use of cproto
|
||||||
1938 7.4.511 generating proto for if_ruby.c uses type not defined elsewhere
|
1938 7.4.511 generating proto for if_ruby.c uses type not defined elsewhere
|
||||||
3016 7.4.512 cannot generate prototypes for Win32 files and VMS
|
3016 7.4.512 cannot generate prototypes for Win32 files and VMS
|
||||||
|
1408 7.4.513 crash because reference count is wrong for list from getreg()
|
||||||
|
1444 7.4.514 (after 7.4.492) memory access error
|
||||||
|
6056 7.4.515 in a help buffer the global 'foldmethod' is used
|
||||||
|
2134 7.4.516 issue 253: completing function name with a # does not work
|
||||||
|
13
vim.spec
13
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 512
|
%define patchlevel 516
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -559,6 +559,10 @@ Patch509: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.509
|
|||||||
Patch510: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.510
|
Patch510: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.510
|
||||||
Patch511: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.511
|
Patch511: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.511
|
||||||
Patch512: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.512
|
Patch512: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.512
|
||||||
|
Patch513: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.513
|
||||||
|
Patch514: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.514
|
||||||
|
Patch515: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.515
|
||||||
|
Patch516: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.516
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1218,6 +1222,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch510 -p0
|
%patch510 -p0
|
||||||
%patch511 -p0
|
%patch511 -p0
|
||||||
%patch512 -p0
|
%patch512 -p0
|
||||||
|
%patch513 -p0
|
||||||
|
%patch514 -p0
|
||||||
|
%patch515 -p0
|
||||||
|
%patch516 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1735,6 +1743,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 13 2014 Karsten Hopp <karsten@redhat.com> 7.4.516-1
|
||||||
|
- patchlevel 516
|
||||||
|
|
||||||
* Wed Nov 12 2014 Karsten Hopp <karsten@redhat.com> 7.4.512-1
|
* Wed Nov 12 2014 Karsten Hopp <karsten@redhat.com> 7.4.512-1
|
||||||
- patchlevel 512
|
- patchlevel 512
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user