- patchlevel 702
This commit is contained in:
parent
eaf28d4cc7
commit
da4f7b91e1
@ -723,3 +723,4 @@ Individual patches for Vim 7.4:
|
|||||||
1420 7.4.699 E315 when trying to delete a fold
|
1420 7.4.699 E315 when trying to delete a fold
|
||||||
3529 7.4.700 fold can't be opened after ":move"
|
3529 7.4.700 fold can't be opened after ":move"
|
||||||
1774 7.4.701 compiler warning for using uninitialized variable
|
1774 7.4.701 compiler warning for using uninitialized variable
|
||||||
|
1675 7.4.702 joining an empty list does uneccessary work
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 701
|
%define patchlevel 702
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -748,6 +748,7 @@ 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
|
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
|
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
|
Patch701: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.701
|
||||||
|
Patch702: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.702
|
||||||
|
|
||||||
Patch1559: 7.4.559.rhpatched
|
Patch1559: 7.4.559.rhpatched
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
@ -1599,6 +1600,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch699 -p0
|
%patch699 -p0
|
||||||
%patch700 -p0
|
%patch700 -p0
|
||||||
%patch701 -p0
|
%patch701 -p0
|
||||||
|
%patch702 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -2116,6 +2118,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 17 2015 Karsten Hopp <karsten@redhat.com> 7.4.702-1
|
||||||
|
- patchlevel 702
|
||||||
|
|
||||||
* Wed Apr 15 2015 Karsten Hopp <karsten@redhat.com> 7.4.701-1
|
* Wed Apr 15 2015 Karsten Hopp <karsten@redhat.com> 7.4.701-1
|
||||||
- patchlevel 701
|
- patchlevel 701
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user