- patchlevel 462

This commit is contained in:
Karsten Hopp 2014-09-29 18:00:10 +02:00
parent 8001938a45
commit d77b0e3fd2
2 changed files with 7 additions and 1 deletions

View File

@ -484,3 +484,4 @@ Individual patches for Vim 7.4:
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
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

View File

@ -1,4 +1,4 @@
%define patchlevel 461
%define patchlevel 462
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -508,6 +508,7 @@ 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
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
Patch3000: vim-7.4-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -1115,6 +1116,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch459 -p0
%patch460 -p0
%patch461 -p0
%patch462 -p0
# install spell files
%if %{withvimspell}
@ -1631,6 +1633,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Mon Sep 29 2014 Karsten Hopp <karsten@redhat.com> 7.4.462-1
- patchlevel 462
* Sat Sep 27 2014 Karsten Hopp <karsten@redhat.com> 7.4.461-1
- patchlevel 461