- patchlevel 16
This commit is contained in:
parent
1ac50e5c58
commit
583e346e27
@ -33,3 +33,10 @@ Individual patches for Vim 7.4:
|
|||||||
2538 7.4.007 creating a preview window on startup messes up the screen
|
2538 7.4.007 creating a preview window on startup messes up the screen
|
||||||
2176 7.4.008 new regexp engine can't be interrupted
|
2176 7.4.008 new regexp engine can't be interrupted
|
||||||
2051 7.4.009 too easy to write a file was not decrypted (yet)
|
2051 7.4.009 too easy to write a file was not decrypted (yet)
|
||||||
|
2307 7.4.010 (after 7.4.006) crash with invalid argument to mkdir()
|
||||||
|
2270 7.4.011 cannot find out if "acl" and "xpm" features are supported
|
||||||
|
6180 7.4.012 MS-Windows: resolving multi-bye shortcut does not work
|
||||||
|
2986 7.4.013 MS-Windows: File name buffer too small for utf-8
|
||||||
|
2671 7.4.014 MS-Windows: check for writing to device does not work
|
||||||
|
3135 7.4.015 MS-Windows: Detecting node type fails for multi-byte chars
|
||||||
|
5999 7.4.016 MS-Windows: File name completion has problem with Chinese
|
||||||
|
17
vim.spec
17
vim.spec
@ -56,6 +56,13 @@ Patch006: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.006
|
|||||||
Patch007: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.007
|
Patch007: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.007
|
||||||
Patch008: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.008
|
Patch008: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.008
|
||||||
Patch009: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.009
|
Patch009: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.009
|
||||||
|
Patch010: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.010
|
||||||
|
Patch011: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.011
|
||||||
|
Patch012: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.012
|
||||||
|
Patch013: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.013
|
||||||
|
Patch014: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.014
|
||||||
|
Patch015: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.015
|
||||||
|
Patch016: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.016
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -210,6 +217,13 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch007 -p0
|
%patch007 -p0
|
||||||
%patch008 -p0
|
%patch008 -p0
|
||||||
%patch009 -p0
|
%patch009 -p0
|
||||||
|
%patch010 -p0
|
||||||
|
%patch011 -p0
|
||||||
|
%patch012 -p0
|
||||||
|
%patch013 -p0
|
||||||
|
%patch014 -p0
|
||||||
|
%patch015 -p0
|
||||||
|
%patch016 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -709,6 +723,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 04 2013 Karsten Hopp <karsten@redhat.com> 7.4.016-1
|
||||||
|
- patchlevel 016
|
||||||
|
|
||||||
* Wed Aug 28 2013 Karsten Hopp <karsten@redhat.com> 7.4.009-1
|
* Wed Aug 28 2013 Karsten Hopp <karsten@redhat.com> 7.4.009-1
|
||||||
- patchlevel 009
|
- patchlevel 009
|
||||||
mkdir("foo/bar/", "p") gives an error message
|
mkdir("foo/bar/", "p") gives an error message
|
||||||
|
Loading…
Reference in New Issue
Block a user