- patchlevel 27
This commit is contained in:
parent
f13cfa5546
commit
bcadb1630f
@ -52,3 +52,4 @@ Individual patches for Vim 7.3:
|
|||||||
3222 7.3.024 named signs do not use a negative number as intended
|
3222 7.3.024 named signs do not use a negative number as intended
|
||||||
3412 7.3.025 ":mksession" does not escape file name properly
|
3412 7.3.025 ":mksession" does not escape file name properly
|
||||||
1848 7.3.026 CTRL-] in a help file doesn't always work
|
1848 7.3.026 CTRL-] in a help file doesn't always work
|
||||||
|
2668 7.3.027 MS-Windows: Opening a file on a network share is very slow
|
||||||
|
7
vim.spec
7
vim.spec
@ -18,7 +18,7 @@
|
|||||||
#used for pre-releases:
|
#used for pre-releases:
|
||||||
%define beta %{nil}
|
%define beta %{nil}
|
||||||
%define vimdir vim73%{?beta}
|
%define vimdir vim73%{?beta}
|
||||||
%define patchlevel 026
|
%define patchlevel 027
|
||||||
|
|
||||||
Summary: The VIM editor
|
Summary: The VIM editor
|
||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
@ -90,6 +90,7 @@ Patch023: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.023
|
|||||||
Patch024: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.024
|
Patch024: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.024
|
||||||
Patch025: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.025
|
Patch025: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.025
|
||||||
Patch026: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.026
|
Patch026: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.026
|
||||||
|
Patch027: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.027
|
||||||
|
|
||||||
Patch3000: vim-7.3-syntax.patch
|
Patch3000: vim-7.3-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -260,6 +261,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch024 -p0
|
%patch024 -p0
|
||||||
%patch025 -p0
|
%patch025 -p0
|
||||||
%patch026 -p0
|
%patch026 -p0
|
||||||
|
%patch027 -p0
|
||||||
|
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
@ -727,6 +729,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 14 2010 Karsten Hopp <karsten@redhat.com> 7.3.027-1
|
||||||
|
- patchlevel 027
|
||||||
|
|
||||||
* Wed Oct 13 2010 Karsten Hopp <karsten@redhat.com> 7.3.026-1
|
* Wed Oct 13 2010 Karsten Hopp <karsten@redhat.com> 7.3.026-1
|
||||||
- patchlevel 026
|
- patchlevel 026
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user