- patchlevel 699

This commit is contained in:
Karsten Hopp 2015-04-14 18:00:03 +02:00
parent 2286ac6af0
commit 5d3ba4f874
2 changed files with 7 additions and 1 deletions

View File

@ -720,3 +720,4 @@ Individual patches for Vim 7.4:
1809 7.4.696 not freeing memory when encountering an error 1809 7.4.696 not freeing memory when encountering an error
1887 7.4.697 the filename used for ":profile" must be given literally 1887 7.4.697 the filename used for ":profile" must be given literally
14611 7.4.698 various problems with locked and fixed lists and dictionaries 14611 7.4.698 various problems with locked and fixed lists and dictionaries
1420 7.4.699 E315 when trying to delete a fold

View File

@ -1,4 +1,4 @@
%define patchlevel 698 %define patchlevel 699
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -745,6 +745,7 @@ Patch695: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.695
Patch696: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.696 Patch696: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.696
Patch697: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.697 Patch697: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.697
Patch698: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.698 Patch698: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.698
Patch699: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.699
Patch1559: 7.4.559.rhpatched Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
@ -1593,6 +1594,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch696 -p0 %patch696 -p0
%patch697 -p0 %patch697 -p0
%patch698 -p0 %patch698 -p0
%patch699 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -2110,6 +2112,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Tue Apr 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.699-1
- patchlevel 699
* Mon Apr 13 2015 Karsten Hopp <karsten@redhat.com> 7.4.698-1 * Mon Apr 13 2015 Karsten Hopp <karsten@redhat.com> 7.4.698-1
- patchlevel 698 - patchlevel 698