- patchlevel 453

This commit is contained in:
Karsten Hopp 2014-09-20 06:40:12 +02:00
parent ec7e9ca35c
commit 2097166784
2 changed files with 31 additions and 1 deletions

View File

@ -468,3 +468,12 @@ Individual patches for Vim 7.4:
2303 7.4.442 (after 7.4.434) using unitinialized variable
1539 7.4.443 error reported by ubsan when running test 72
1544 7.4.444 reversed question mark not recognized as punctuation
2549 7.4.445 clipboard may be cleared on startup
7513 7.4.446 environment for executing autocommand may not be restored.
4082 7.4.447 spell files from Hunspell may generate a lot of errors
2691 7.4.448 MS-Windows: Using ETO_IGNORELANGUAGE causes problems
3740 7.4.449 can't easily close the help window
14932 7.4.450 some commands that edit another buffer don't support +cmd
1851 7.4.451 calling system() with empty input gives an error
1611 7.4.452 can't build with tiny features
1409 7.4.453 still can't build with tiny features

View File

@ -1,4 +1,4 @@
%define patchlevel 444
%define patchlevel 453
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -491,6 +491,15 @@ Patch441: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.441
Patch442: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.442
Patch443: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.443
Patch444: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.444
Patch445: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.445
Patch446: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.446
Patch447: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.447
Patch448: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.448
Patch449: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.449
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
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
Patch3000: vim-7.4-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -1081,6 +1090,15 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch442 -p0
%patch443 -p0
%patch444 -p0
%patch445 -p0
%patch446 -p0
%patch447 -p0
%patch448 -p0
%patch449 -p0
%patch450 -p0
%patch451 -p0
%patch452 -p0
%patch453 -p0
# install spell files
%if %{withvimspell}
@ -1597,6 +1615,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Sat Sep 20 2014 Karsten Hopp <karsten@redhat.com> 7.4.453-1
- patchlevel 453
* Tue Sep 16 2014 Karsten Hopp <karsten@redhat.com> 7.4.444-1
- patchlevel 444