- patchlevel 27
This commit is contained in:
parent
00c5dd9c3e
commit
b7f4bf3890
@ -40,3 +40,14 @@ Individual patches for Vim 7.4:
|
|||||||
2671 7.4.014 MS-Windows: check for writing to device does not work
|
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
|
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
|
5999 7.4.016 MS-Windows: File name completion has problem with Chinese
|
||||||
|
2319 7.4.017 ":help !!" does not find the "!!" tag in the help file
|
||||||
|
1400 7.4.018 when completing item becomes unselected
|
||||||
|
1948 7.4.019 file name completion fails with Chinese characters
|
||||||
|
2586 7.4.020 NFA engine matches too much with \@>
|
||||||
|
2806 7.4.021 NFA regexp: Using \ze may result in wrong end
|
||||||
|
4209 7.4.022 deadlock while exiting, because of allocating memory
|
||||||
|
1704 7.4.023 MS-Windows: warning for 64 bit type
|
||||||
|
1992 7.4.024 current user cannot always use the undo file he created
|
||||||
|
2074 7.4.025 reading before start of a string
|
||||||
|
1710 7.4.026 clang warning for int shift overflow
|
||||||
|
2815 7.4.027 valgrind error when using CTRL-X CTRL-F at start of the line
|
||||||
|
27
vim.spec
27
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 016
|
%define patchlevel 027
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -63,6 +63,17 @@ 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
|
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
|
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
|
Patch016: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.016
|
||||||
|
Patch017: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.017
|
||||||
|
Patch018: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.018
|
||||||
|
Patch019: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.019
|
||||||
|
Patch020: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.020
|
||||||
|
Patch021: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.021
|
||||||
|
Patch022: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.022
|
||||||
|
Patch023: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.023
|
||||||
|
Patch024: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.024
|
||||||
|
Patch025: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.025
|
||||||
|
Patch026: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.026
|
||||||
|
Patch027: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.027
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -224,6 +235,17 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch014 -p0
|
%patch014 -p0
|
||||||
%patch015 -p0
|
%patch015 -p0
|
||||||
%patch016 -p0
|
%patch016 -p0
|
||||||
|
%patch017 -p0
|
||||||
|
%patch018 -p0
|
||||||
|
%patch019 -p0
|
||||||
|
%patch020 -p0
|
||||||
|
%patch021 -p0
|
||||||
|
%patch022 -p0
|
||||||
|
%patch023 -p0
|
||||||
|
%patch024 -p0
|
||||||
|
%patch025 -p0
|
||||||
|
%patch026 -p0
|
||||||
|
%patch027 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -723,6 +745,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 11 2013 Karsten Hopp <karsten@redhat.com> 7.4.027-1
|
||||||
|
- patchlevel 027
|
||||||
|
|
||||||
* Wed Sep 04 2013 Karsten Hopp <karsten@redhat.com> 7.4.016-1
|
* Wed Sep 04 2013 Karsten Hopp <karsten@redhat.com> 7.4.016-1
|
||||||
- patchlevel 016
|
- patchlevel 016
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user