- patchlevel 737
This commit is contained in:
parent
ca07cf2538
commit
64c313ac9d
@ -751,3 +751,11 @@ Individual patches for Vim 7.4:
|
||||
1709 7.4.727 (after 7.4.724) cannot build GvimExt with MingW
|
||||
2037 7.4.728 can't build with some version of Visual Studio 2015
|
||||
1647 7.4.729 (after 7.4.721) occasional crash with 'list' set
|
||||
9012 7.4.730 when setting the crypt key text in swap file may be corrupted
|
||||
5005 7.4.731 the tab menu shows "Close tab" even when it doesn't work
|
||||
1472 7.4.732 the cursor line is not always updated for the "O" command
|
||||
1408 7.4.733 test_listchars breaks on MS-Windows
|
||||
9465 7.4.734 ml_get error when using "p" in Visual selection in last line
|
||||
1514 7.4.735 wrong argument for sizeof()
|
||||
2537 7.4.736 invalid memory access
|
||||
1573 7.4.737 on MS-Windows vimgrep over arglist doesn't work (Issue 361)
|
||||
|
23
vim.spec
23
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 729
|
||||
%define patchlevel 737
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -21,7 +21,7 @@ Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
Name: vim
|
||||
Version: %{baseversion}.%{patchlevel}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Vim
|
||||
Group: Applications/Editors
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
|
||||
@ -776,6 +776,14 @@ Patch726: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.726
|
||||
Patch727: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.727
|
||||
Patch728: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.728
|
||||
Patch729: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.729
|
||||
Patch730: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.730
|
||||
Patch731: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.731
|
||||
Patch732: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.732
|
||||
Patch733: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.733
|
||||
Patch734: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.734
|
||||
Patch735: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.735
|
||||
Patch736: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.736
|
||||
Patch737: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.737
|
||||
|
||||
Patch1559: 7.4.559.rhpatched
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
@ -1655,6 +1663,14 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch727 -p0
|
||||
%patch728 -p0
|
||||
%patch729 -p0
|
||||
%patch730 -p0
|
||||
%patch731 -p0
|
||||
%patch732 -p0
|
||||
%patch733 -p0
|
||||
%patch734 -p0
|
||||
%patch735 -p0
|
||||
%patch736 -p0
|
||||
%patch737 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -2211,6 +2227,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Jun 10 2015 Karsten Hopp <karsten@redhat.com> 7.4.737-1
|
||||
- patchlevel 737
|
||||
|
||||
<<<<<<< HEAD
|
||||
* Thu May 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.729-1
|
||||
- patchlevel 729
|
||||
|
Loading…
Reference in New Issue
Block a user