- patchlevel 922

This commit is contained in:
Karsten Hopp 2015-11-11 11:20:07 +01:00
parent 4b94f4020c
commit ad56a75617
2 changed files with 43 additions and 1 deletions

View File

@ -931,3 +931,16 @@ Individual patches for Vim 7.4:
17429 7.4.907 dynamically loaded libs can only be defined at compile time
1639 7.4.908 (after 7.4.907) build error with MingW compiler
2331 7.4.909 "make install" fails
1784 7.4.910 (after 7.4.905) compiler complains about type punned pointer
1425 7.4.911 t_Ce and t_Cs are documented but not supported
2179 7.4.912 wrong indenting for C++ constructor
12094 7.4.913 no utf-8 support for the hangul input feature
1384 7.4.914 new compiler warning: logical-not-parentheses
2528 7.4.915 comma goes missing when removing from 'path' and then adding
1516 7.4.916 when running out of memory, memory may be freed twice
1529 7.4.917 compiler warning for comparing signed and unsigned
3223 7.4.918 (after 7.4.907) a digit in an option name has problems
7041 7.4.919 the dll options are not in the options window
1505 7.4.920 the rubydll option is not in the options window
1505 7.4.921 (after 7.4.906) missing proto file update
1361 7.4.922 leaking memory with ":helpt {dir-not-exists}"

View File

@ -1,4 +1,4 @@
%define patchlevel 909
%define patchlevel 922
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -956,6 +956,19 @@ Patch906: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.906
Patch907: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.907
Patch908: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.908
Patch909: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.909
Patch910: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.910
Patch911: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.911
Patch912: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.912
Patch913: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.913
Patch914: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.914
Patch915: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.915
Patch916: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.916
Patch917: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.917
Patch918: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.918
Patch919: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.919
Patch920: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.920
Patch921: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.921
Patch922: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.922
Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch
@ -2017,6 +2030,19 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch907 -p0
%patch908 -p0
%patch909 -p0
%patch910 -p0
%patch911 -p0
%patch912 -p0
%patch913 -p0
%patch914 -p0
%patch915 -p0
%patch916 -p0
%patch917 -p0
%patch918 -p0
%patch919 -p0
%patch920 -p0
%patch921 -p0
%patch922 -p0
# install spell files
%if %{withvimspell}
@ -2579,6 +2605,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Wed Nov 11 2015 Karsten Hopp <karsten@redhat.com> 7.4.922-1
- patchlevel 922
* Wed Nov 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.909-1
- patchlevel 909