- patchlevel 854

This commit is contained in:
Karsten Hopp 2015-09-02 11:20:06 +02:00
parent 98d7da6862
commit 2645547958
2 changed files with 37 additions and 1 deletions

View File

@ -865,3 +865,14 @@ Individual patches for Vim 7.4:
2380 7.4.841 can't compile without the multi-byte feature 2380 7.4.841 can't compile without the multi-byte feature
1456 7.4.842 sending too many messages to close the balloon 1456 7.4.842 sending too many messages to close the balloon
2336 7.4.843 (after 7.4.835) still possible to go beyond end of a string 2336 7.4.843 (after 7.4.835) still possible to go beyond end of a string
5956 7.4.844 when '#' is in 'isident' the is# comparator doesn't work
1720 7.4.845 compiler warning for possible loss of data
3410 7.4.846 some GitHub users don't know how to use issues
1541 7.4.847 "vi)d" may leave a character behind
2613 7.4.848 CTRL-A on hex number in Visual block mode is incorrect
11225 7.4.849 moving the cursor in Insert mode starts new undo sequence
1868 7.4.850 <Esc> does not show up
11192 7.4.851 saving and restoring console buffer does not work properly
16460 7.4.852 MS-Windows console cannot input/output Unicode characters
2377 7.4.853 "zt" in diff mode does not always work properly
2145 7.4.854 missing information about runtime files

View File

@ -1,4 +1,4 @@
%define patchlevel 843 %define patchlevel 854
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -890,6 +890,17 @@ Patch840: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.840
Patch841: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.841 Patch841: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.841
Patch842: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.842 Patch842: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.842
Patch843: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.843 Patch843: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.843
Patch844: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.844
Patch845: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.845
Patch846: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.846
Patch847: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.847
Patch848: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.848
Patch849: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.849
Patch850: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.850
Patch851: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.851
Patch852: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.852
Patch853: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.853
Patch854: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.854
Patch1559: 7.4.559.rhpatched Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
@ -1883,6 +1894,17 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch841 -p0 %patch841 -p0
%patch842 -p0 %patch842 -p0
%patch843 -p0 %patch843 -p0
%patch844 -p0
%patch845 -p0
%patch846 -p0
%patch847 -p0
%patch848 -p0
%patch849 -p0
%patch850 -p0
%patch851 -p0
%patch852 -p0
%patch853 -p0
%patch854 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -2442,6 +2464,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Wed Sep 02 2015 Karsten Hopp <karsten@redhat.com> 7.4.854-1
- patchlevel 854
* Fri Aug 28 2015 Karsten Hopp <karsten@redhat.com> 7.4.843-1 * Fri Aug 28 2015 Karsten Hopp <karsten@redhat.com> 7.4.843-1
- patchlevel 843 - patchlevel 843