- patchlevel 692
This commit is contained in:
parent
d84d8e8675
commit
69455f2cf6
@ -713,3 +713,4 @@ Individual patches for Vim 7.4:
|
|||||||
4590 7.4.689 MS-Windows: problem with diff mode when 'autochdir' is set
|
4590 7.4.689 MS-Windows: problem with diff mode when 'autochdir' is set
|
||||||
3392 7.4.690 memory access errors when changing indent in Ex mode
|
3392 7.4.690 memory access errors when changing indent in Ex mode
|
||||||
4331 7.4.691 (after 7.4.689) can't build with MzScheme
|
4331 7.4.691 (after 7.4.689) can't build with MzScheme
|
||||||
|
1645 7.4.692 defining SOLARIS for no good reason
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 691
|
%define patchlevel 692
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -738,6 +738,7 @@ Patch688: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.688
|
|||||||
Patch689: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.689
|
Patch689: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.689
|
||||||
Patch690: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.690
|
Patch690: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.690
|
||||||
Patch691: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.691
|
Patch691: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.691
|
||||||
|
Patch692: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.692
|
||||||
|
|
||||||
Patch1559: 7.4.559.rhpatched
|
Patch1559: 7.4.559.rhpatched
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
@ -1579,6 +1580,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch689 -p0
|
%patch689 -p0
|
||||||
%patch690 -p0
|
%patch690 -p0
|
||||||
%patch691 -p0
|
%patch691 -p0
|
||||||
|
%patch692 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -2096,6 +2098,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 10 2015 Karsten Hopp <karsten@redhat.com> 7.4.692-1
|
||||||
|
- patchlevel 692
|
||||||
|
|
||||||
* Sat Apr 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.691-1
|
* Sat Apr 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.691-1
|
||||||
- patchlevel 691
|
- patchlevel 691
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user