- patchlevel 463
This commit is contained in:
parent
81c8e5119b
commit
0d9b67bc60
@ -485,3 +485,4 @@ Individual patches for Vim 7.4:
|
|||||||
1470 7.4.460 (after 7.4.454) can't build without the quickfix feature
|
1470 7.4.460 (after 7.4.454) can't build without the quickfix feature
|
||||||
2497 7.4.461 MS-Windows: When collate is on the number of copies is too high
|
2497 7.4.461 MS-Windows: When collate is on the number of copies is too high
|
||||||
2454 7.4.462 Setting the local value of 'backupcopy' empty gives an error
|
2454 7.4.462 Setting the local value of 'backupcopy' empty gives an error
|
||||||
|
1844 7.4.463 tests 86 and 87 may hang on MS-Windows
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 462
|
%define patchlevel 463
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -509,6 +509,7 @@ 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
|
Patch460: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.460
|
||||||
Patch461: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.461
|
Patch461: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.461
|
||||||
Patch462: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.462
|
Patch462: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.462
|
||||||
|
Patch463: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.463
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1117,6 +1118,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch460 -p0
|
%patch460 -p0
|
||||||
%patch461 -p0
|
%patch461 -p0
|
||||||
%patch462 -p0
|
%patch462 -p0
|
||||||
|
%patch463 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1633,6 +1635,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 30 2014 Karsten Hopp <karsten@redhat.com> 7.4.463-1
|
||||||
|
- patchlevel 463
|
||||||
|
|
||||||
* Mon Sep 29 2014 Karsten Hopp <karsten@redhat.com> 7.4.462-1
|
* Mon Sep 29 2014 Karsten Hopp <karsten@redhat.com> 7.4.462-1
|
||||||
- patchlevel 462
|
- patchlevel 462
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user