- patchlevel 457
This commit is contained in:
parent
2a6b79a5b2
commit
4dc5d2dcae
@ -477,3 +477,7 @@ Individual patches for Vim 7.4:
|
|||||||
1851 7.4.451 calling system() with empty input gives an error
|
1851 7.4.451 calling system() with empty input gives an error
|
||||||
1611 7.4.452 can't build with tiny features
|
1611 7.4.452 can't build with tiny features
|
||||||
1409 7.4.453 still can't build with tiny features
|
1409 7.4.453 still can't build with tiny features
|
||||||
|
2495 7.4.454 CTRL-W-] does not work when using a Visual selection
|
||||||
|
5104 7.4.455 completion for :buf does not use 'wildignorecase'
|
||||||
|
12212 7.4.456 'backupcopy' is global, can't set a local value
|
||||||
|
1513 7.4.457 cannot recognize getchar() returning K_CURSORHOLD
|
||||||
|
13
vim.spec
13
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 453
|
%define patchlevel 457
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -500,6 +500,10 @@ Patch450: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.450
|
|||||||
Patch451: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.451
|
Patch451: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.451
|
||||||
Patch452: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.452
|
Patch452: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.452
|
||||||
Patch453: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.453
|
Patch453: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.453
|
||||||
|
Patch454: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.454
|
||||||
|
Patch455: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.455
|
||||||
|
Patch456: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.456
|
||||||
|
Patch457: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.457
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1099,6 +1103,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch451 -p0
|
%patch451 -p0
|
||||||
%patch452 -p0
|
%patch452 -p0
|
||||||
%patch453 -p0
|
%patch453 -p0
|
||||||
|
%patch454 -p0
|
||||||
|
%patch455 -p0
|
||||||
|
%patch456 -p0
|
||||||
|
%patch457 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1615,6 +1623,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 23 2014 Karsten Hopp <karsten@redhat.com> 7.4.457-1
|
||||||
|
- patchlevel 457
|
||||||
|
|
||||||
* Sat Sep 20 2014 Karsten Hopp <karsten@redhat.com> 7.4.453-1
|
* Sat Sep 20 2014 Karsten Hopp <karsten@redhat.com> 7.4.453-1
|
||||||
- patchlevel 453
|
- patchlevel 453
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user