- patchlevel 480

This commit is contained in:
Karsten Hopp 2014-10-16 18:00:12 +02:00
parent 457b88f8b7
commit 79ffbfc578
2 changed files with 13 additions and 1 deletions

View File

@ -499,3 +499,6 @@ Individual patches for Vim 7.4:
7374 7.4.475 can't compile if Xutf8SetWMProperties() is not in X11 library 7374 7.4.475 can't compile if Xutf8SetWMProperties() is not in X11 library
2408 7.4.476 MingW: compiling with "XPM=no" doesn't work 2408 7.4.476 MingW: compiling with "XPM=no" doesn't work
1666 7.4.477 ":%diffput" adds an empty line if the other file is empty 1666 7.4.477 ":%diffput" adds an empty line if the other file is empty
1763 7.4.478 using byte length instead of character length for 'showbreak'
3025 7.4.479 MS-Windows: The console title can be wrong
2962 7.4.480 (after 7.4.479) MS-Windows: Can't build

View File

@ -1,4 +1,4 @@
%define patchlevel 477 %define patchlevel 480
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -524,6 +524,9 @@ Patch474: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.474
Patch475: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.475 Patch475: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.475
Patch476: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.476 Patch476: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.476
Patch477: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.477 Patch477: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.477
Patch478: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.478
Patch479: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.479
Patch480: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.480
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -1148,6 +1151,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch475 -p0 %patch475 -p0
%patch476 -p0 %patch476 -p0
%patch477 -p0 %patch477 -p0
%patch478 -p0
%patch479 -p0
%patch480 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -1665,6 +1671,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Thu Oct 16 2014 Karsten Hopp <karsten@redhat.com> 7.4.480-1
- patchlevel 480
* Wed Oct 15 2014 Karsten Hopp <karsten@redhat.com> 7.4.477-1 * Wed Oct 15 2014 Karsten Hopp <karsten@redhat.com> 7.4.477-1
- patchlevel 477 - patchlevel 477