- patchlevel 483
This commit is contained in:
parent
68e2f19797
commit
dbc93746d6
@ -503,3 +503,5 @@ Individual patches for Vim 7.4:
|
|||||||
3025 7.4.479 MS-Windows: The console title can be wrong
|
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
|
2962 7.4.480 (after 7.4.479) MS-Windows: Can't build
|
||||||
2035 7.4.481 (after 7.4.471) compiler warning on MS-Windows
|
2035 7.4.481 (after 7.4.471) compiler warning on MS-Windows
|
||||||
|
1863 7.4.482 when 'balloonexpr' results in a list, text has a trailing NL
|
||||||
|
5345 7.4.483 a 0x80 byte is not handled correctly in abbreviations
|
||||||
|
9
vim.spec
9
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 481
|
%define patchlevel 483
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -528,6 +528,8 @@ 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
|
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
|
Patch480: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.480
|
||||||
Patch481: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.481
|
Patch481: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.481
|
||||||
|
Patch482: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.482
|
||||||
|
Patch483: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.483
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1156,6 +1158,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch479 -p0
|
%patch479 -p0
|
||||||
%patch480 -p0
|
%patch480 -p0
|
||||||
%patch481 -p0
|
%patch481 -p0
|
||||||
|
%patch482 -p0
|
||||||
|
%patch483 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1673,6 +1677,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 21 2014 Karsten Hopp <karsten@redhat.com> 7.4.483-1
|
||||||
|
- patchlevel 483
|
||||||
|
|
||||||
* Fri Oct 17 2014 Karsten Hopp <karsten@redhat.com> 7.4.481-1
|
* Fri Oct 17 2014 Karsten Hopp <karsten@redhat.com> 7.4.481-1
|
||||||
- patchlevel 481
|
- patchlevel 481
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user