- patchlevel 525
This commit is contained in:
parent
fad0d98fb8
commit
293a40c5cc
@ -543,3 +543,7 @@ Individual patches for Vim 7.4:
|
|||||||
26031 7.4.519 (after 7.4.497) crash when using syntax highlighting
|
26031 7.4.519 (after 7.4.497) crash when using syntax highlighting
|
||||||
1629 7.4.520 Sun PCK locale is not recognzed
|
1629 7.4.520 Sun PCK locale is not recognzed
|
||||||
1687 7.4.521 when using "vep" a mark is moved to the next line
|
1687 7.4.521 when using "vep" a mark is moved to the next line
|
||||||
|
1489 7.4.522 specifying wrong buffer size for GetLongPathName()
|
||||||
|
2626 7.4.523 copy/paste no longer works is X11 server is restarted
|
||||||
|
3292 7.4.524 when using ":ownsyntax" spell checking is messed up
|
||||||
|
2460 7.4.525 map() leaks memory when there is an error in the expression
|
||||||
|
13
vim.spec
13
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 521
|
%define patchlevel 525
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -568,6 +568,10 @@ Patch518: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.518
|
|||||||
Patch519: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.519
|
Patch519: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.519
|
||||||
Patch520: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.520
|
Patch520: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.520
|
||||||
Patch521: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.521
|
Patch521: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.521
|
||||||
|
Patch522: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.522
|
||||||
|
Patch523: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.523
|
||||||
|
Patch524: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.524
|
||||||
|
Patch525: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.525
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1236,6 +1240,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch519 -p0
|
%patch519 -p0
|
||||||
%patch520 -p0
|
%patch520 -p0
|
||||||
%patch521 -p0
|
%patch521 -p0
|
||||||
|
%patch522 -p0
|
||||||
|
%patch523 -p0
|
||||||
|
%patch524 -p0
|
||||||
|
%patch525 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1753,6 +1761,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 20 2014 Karsten Hopp <karsten@redhat.com> 7.4.525-1
|
||||||
|
- patchlevel 525
|
||||||
|
|
||||||
* Wed Nov 19 2014 Karsten Hopp <karsten@redhat.com> 7.4.521-1
|
* Wed Nov 19 2014 Karsten Hopp <karsten@redhat.com> 7.4.521-1
|
||||||
- patchlevel 521
|
- patchlevel 521
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user