- patchlevel 838
This commit is contained in:
parent
4bc214520f
commit
e31d427dc2
@ -849,3 +849,14 @@ Individual patches for Vim 7.4:
|
|||||||
2270 7.4.825 invalid memory access for ":syn keyword x a["
|
2270 7.4.825 invalid memory access for ":syn keyword x a["
|
||||||
1946 7.4.826 compiler warnings and errors
|
1946 7.4.826 compiler warnings and errors
|
||||||
1795 7.4.827 not all test targets are in the Makefile
|
1795 7.4.827 not all test targets are in the Makefile
|
||||||
|
1748 7.4.828 crash when using "syn keyword x c"
|
||||||
|
1635 7.4.829 crash when clicking in beval balloon
|
||||||
|
2105 7.4.830 resetting 'encoding' when doing ":set all&" causes problems
|
||||||
|
3365 7.4.831 when error in expanding `=expr` the command is still executed
|
||||||
|
1815 7.4.832 $HOME in `=$HOME . '/.vimrc'` is expanded too early
|
||||||
|
8285 7.4.833 more side effects of ":set all&" are missing
|
||||||
|
2971 7.4.834 gettabvar() doesn't work after Vim start
|
||||||
|
3913 7.4.835 comparing utf-8 does not handle different byte sizes correctly
|
||||||
|
1306 7.4.836 accessing unitinialized memory
|
||||||
|
1478 7.4.837 compiler warning with MSVC compiler when using +sniff
|
||||||
|
1820 7.4.838 (after 7.4.833) can't compile without the crypt feature
|
||||||
|
27
vim.spec
27
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 827
|
%define patchlevel 838
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -874,6 +874,17 @@ Patch824: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.824
|
|||||||
Patch825: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.825
|
Patch825: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.825
|
||||||
Patch826: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.826
|
Patch826: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.826
|
||||||
Patch827: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.827
|
Patch827: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.827
|
||||||
|
Patch828: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.828
|
||||||
|
Patch829: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.829
|
||||||
|
Patch830: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.830
|
||||||
|
Patch831: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.831
|
||||||
|
Patch832: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.832
|
||||||
|
Patch833: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.833
|
||||||
|
Patch834: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.834
|
||||||
|
Patch835: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.835
|
||||||
|
Patch836: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.836
|
||||||
|
Patch837: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.837
|
||||||
|
Patch838: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.838
|
||||||
|
|
||||||
Patch1559: 7.4.559.rhpatched
|
Patch1559: 7.4.559.rhpatched
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
@ -1851,6 +1862,17 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch825 -p0
|
%patch825 -p0
|
||||||
%patch826 -p0
|
%patch826 -p0
|
||||||
%patch827 -p0
|
%patch827 -p0
|
||||||
|
%patch828 -p0
|
||||||
|
%patch829 -p0
|
||||||
|
%patch830 -p0
|
||||||
|
%patch831 -p0
|
||||||
|
%patch832 -p0
|
||||||
|
%patch833 -p0
|
||||||
|
%patch834 -p0
|
||||||
|
%patch835 -p0
|
||||||
|
%patch836 -p0
|
||||||
|
%patch837 -p0
|
||||||
|
%patch838 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -2410,6 +2432,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.838-1
|
||||||
|
- patchlevel 838
|
||||||
|
|
||||||
* Wed Aug 19 2015 Karsten Hopp <karsten@redhat.com> 7.4.827-1
|
* Wed Aug 19 2015 Karsten Hopp <karsten@redhat.com> 7.4.827-1
|
||||||
- patchlevel 827
|
- patchlevel 827
|
||||||
- re-enable lua
|
- re-enable lua
|
||||||
|
Loading…
Reference in New Issue
Block a user