- patchlevel 258
This commit is contained in:
parent
cf6c82e6dc
commit
1c8fda6060
@ -231,7 +231,7 @@ Individual patches for Vim 7.4:
|
||||
2953 7.4.205 ":mksession" does not handle the argument list correctly
|
||||
2217 7.4.206 compiler warnings on 64 bit Windows
|
||||
4843 7.4.207 cursor report sometimes not recognized causing replace mode
|
||||
1390 7.4.208 Mercurial picks up some files that are not distributed
|
||||
1112 7.4.208 Mercurial picks up files that are not distributed (empty)
|
||||
1924 7.4.209 when repeating a filter command "%" and "#" are expanded
|
||||
3997 7.4.210 Visual block mode + virtual edit doesn't work well with tabs
|
||||
2404 7.4.211 ":lu" is abbreviation for ":lua", but it should be ":lunmap"
|
||||
@ -277,3 +277,8 @@ Individual patches for Vim 7.4:
|
||||
4570 7.4.251 crash when BufAdd autocommand wipes out the buffer
|
||||
1446 7.4.252 critical error in GTK, removing timer twice
|
||||
2643 7.4.253 crash when using external reference in syntax regexp
|
||||
5407 7.4.254 smack support detection is incomplete
|
||||
3397 7.4.255 configure check for smack doesn't work with all shells
|
||||
2252 7.4.256 (after 7.4.248) systemlist() does not work properly
|
||||
1948 7.4.257 compiler warning, possibly for mismatch in parameter name
|
||||
5726 7.4.258 configure fails if $CC contains options
|
||||
|
15
vim.spec
15
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 253
|
||||
%define patchlevel 258
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -301,6 +301,11 @@ Patch250: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.250
|
||||
Patch251: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.251
|
||||
Patch252: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.252
|
||||
Patch253: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.253
|
||||
Patch254: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.254
|
||||
Patch255: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.255
|
||||
Patch256: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.256
|
||||
Patch257: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.257
|
||||
Patch258: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.258
|
||||
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -702,6 +707,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch251 -p0
|
||||
%patch252 -p0
|
||||
%patch253 -p0
|
||||
%patch254 -p0
|
||||
%patch255 -p0
|
||||
%patch256 -p0
|
||||
%patch257 -p0
|
||||
%patch258 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -1212,6 +1222,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 16 2014 Karsten Hopp <karsten@redhat.com> 7.4.258-1
|
||||
- patchlevel 258
|
||||
|
||||
* Mon Apr 07 2014 Karsten Hopp <karsten@redhat.com> 7.4.253-1
|
||||
- patchlevel 253
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user