- patchlevel 909

This commit is contained in:
Karsten Hopp 2015-11-04 11:20:04 +01:00
parent 05d83b305a
commit 82c5248e45
2 changed files with 7 additions and 1 deletions

View File

@ -930,3 +930,4 @@ Individual patches for Vim 7.4:
2927 7.4.906 MS-Windows: viminfo file is (always) given hidden attribute 2927 7.4.906 MS-Windows: viminfo file is (always) given hidden attribute
17429 7.4.907 dynamically loaded libs can only be defined at compile time 17429 7.4.907 dynamically loaded libs can only be defined at compile time
1639 7.4.908 (after 7.4.907) build error with MingW compiler 1639 7.4.908 (after 7.4.907) build error with MingW compiler
2331 7.4.909 "make install" fails

View File

@ -1,4 +1,4 @@
%define patchlevel 908 %define patchlevel 909
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -955,6 +955,7 @@ Patch905: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.905
Patch906: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.906 Patch906: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.906
Patch907: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.907 Patch907: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.907
Patch908: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.908 Patch908: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.908
Patch909: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.909
Patch1559: 7.4.559.rhpatched Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
@ -2015,6 +2016,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch906 -p0 %patch906 -p0
%patch907 -p0 %patch907 -p0
%patch908 -p0 %patch908 -p0
%patch909 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -2577,6 +2579,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Wed Nov 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.909-1
- patchlevel 909
* Tue Nov 03 2015 Karsten Hopp <karsten@redhat.com> 7.4.908-1 * Tue Nov 03 2015 Karsten Hopp <karsten@redhat.com> 7.4.908-1
- patchlevel 908 - patchlevel 908