- patchlevel 865
This commit is contained in:
parent
3064e9857b
commit
0100e9a368
@ -883,3 +883,7 @@ Individual patches for Vim 7.4:
|
|||||||
1653 7.4.859 Vim doesn't recognize all htmldjango files
|
1653 7.4.859 Vim doesn't recognize all htmldjango files
|
||||||
18401 7.4.860 filetype detection is outdated
|
18401 7.4.860 filetype detection is outdated
|
||||||
4357 7.4.861 (after 7.4.855) pango_shape_full() is not always available
|
4357 7.4.861 (after 7.4.855) pango_shape_full() is not always available
|
||||||
|
3012 7.4.862 (after 7.4.861) still problems with pango_shape_full()
|
||||||
|
4501 7.4.863 plines_nofill() used without the diff feature
|
||||||
|
3940 7.4.864 (after 7.4.858) tiny build fails
|
||||||
|
1434 7.4.865 compiler warning for uninitialized variable
|
||||||
|
13
vim.spec
13
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 861
|
%define patchlevel 865
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -908,6 +908,10 @@ Patch858: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.858
|
|||||||
Patch859: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.859
|
Patch859: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.859
|
||||||
Patch860: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.860
|
Patch860: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.860
|
||||||
Patch861: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.861
|
Patch861: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.861
|
||||||
|
Patch862: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.862
|
||||||
|
Patch863: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.863
|
||||||
|
Patch864: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.864
|
||||||
|
Patch865: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.865
|
||||||
|
|
||||||
Patch1559: 7.4.559.rhpatched
|
Patch1559: 7.4.559.rhpatched
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
@ -1919,6 +1923,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch859 -p0
|
%patch859 -p0
|
||||||
%patch860 -p0
|
%patch860 -p0
|
||||||
%patch861 -p0
|
%patch861 -p0
|
||||||
|
%patch862 -p0
|
||||||
|
%patch863 -p0
|
||||||
|
%patch864 -p0
|
||||||
|
%patch865 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -2478,6 +2486,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 10 2015 Karsten Hopp <karsten@redhat.com> 7.4.865-1
|
||||||
|
- patchlevel 865
|
||||||
|
|
||||||
* Wed Sep 09 2015 Karsten Hopp <karsten@redhat.com> 7.4.861-1
|
* Wed Sep 09 2015 Karsten Hopp <karsten@redhat.com> 7.4.861-1
|
||||||
- patchlevel 861
|
- patchlevel 861
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user