- patchlevel 541
This commit is contained in:
parent
5dbf14a540
commit
cf8e5d0858
@ -562,3 +562,4 @@ Individual patches for Vim 7.4:
|
|||||||
5830 7.4.538 tests fail with small features plus Python
|
5830 7.4.538 tests fail with small features plus Python
|
||||||
7422 7.4.539 (after 7.4.530) crash when computing buffer count
|
7422 7.4.539 (after 7.4.530) crash when computing buffer count
|
||||||
1802 7.4.540 (after 7.4.539) cannot build with tiny and small features
|
1802 7.4.540 (after 7.4.539) cannot build with tiny and small features
|
||||||
|
2795 7.4.541 crash when doing a range assign
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 540
|
%define patchlevel 541
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -587,6 +587,7 @@ Patch537: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.537
|
|||||||
Patch538: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.538
|
Patch538: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.538
|
||||||
Patch539: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.539
|
Patch539: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.539
|
||||||
Patch540: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.540
|
Patch540: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.540
|
||||||
|
Patch541: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.541
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1274,6 +1275,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch538 -p0
|
%patch538 -p0
|
||||||
%patch539 -p0
|
%patch539 -p0
|
||||||
%patch540 -p0
|
%patch540 -p0
|
||||||
|
%patch541 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1791,6 +1793,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 07 2014 Karsten Hopp <karsten@redhat.com> 7.4.541-1
|
||||||
|
- patchlevel 541
|
||||||
|
|
||||||
* Mon Dec 01 2014 Karsten Hopp <karsten@redhat.com> 7.4.540-1
|
* Mon Dec 01 2014 Karsten Hopp <karsten@redhat.com> 7.4.540-1
|
||||||
- patchlevel 540
|
- patchlevel 540
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user