- patchlevel 701
This commit is contained in:
parent
fe266ff793
commit
ff4b8790c7
@ -721,3 +721,5 @@ Individual patches for Vim 7.4:
|
||||
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
|
||||
1420 7.4.699 E315 when trying to delete a fold
|
||||
3529 7.4.700 fold can't be opened after ":move"
|
||||
1774 7.4.701 compiler warning for using uninitialized variable
|
||||
|
9
vim.spec
9
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 699
|
||||
%define patchlevel 701
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -746,6 +746,8 @@ 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
|
||||
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
|
||||
Patch700: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.700
|
||||
Patch701: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.701
|
||||
|
||||
Patch1559: 7.4.559.rhpatched
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
@ -1595,6 +1597,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch697 -p0
|
||||
%patch698 -p0
|
||||
%patch699 -p0
|
||||
%patch700 -p0
|
||||
%patch701 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -2112,6 +2116,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 15 2015 Karsten Hopp <karsten@redhat.com> 7.4.701-1
|
||||
- patchlevel 701
|
||||
|
||||
* Tue Apr 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.699-1
|
||||
- patchlevel 699
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user