- patchlevel 29
This commit is contained in:
parent
cf26dbf395
commit
33bc3e2055
@ -54,3 +54,4 @@ Individual patches for Vim 7.3:
|
|||||||
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
|
2668 7.3.027 MS-Windows: Opening a file on a network share is very slow
|
||||||
5065 7.3.028 (after 7.3.024) signs don't show up
|
5065 7.3.028 (after 7.3.024) signs don't show up
|
||||||
|
4623 7.3.029 ":sort n" sorts lines without a number as number zero
|
||||||
|
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 028
|
%define patchlevel 029
|
||||||
|
|
||||||
Summary: The VIM editor
|
Summary: The VIM editor
|
||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
@ -92,6 +92,7 @@ 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
|
Patch027: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.027
|
||||||
Patch028: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.028
|
Patch028: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.028
|
||||||
|
Patch029: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.029
|
||||||
|
|
||||||
Patch3000: vim-7.3-syntax.patch
|
Patch3000: vim-7.3-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -264,6 +265,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch026 -p0
|
%patch026 -p0
|
||||||
%patch027 -p0
|
%patch027 -p0
|
||||||
%patch028 -p0
|
%patch028 -p0
|
||||||
|
%patch029 -p0
|
||||||
|
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
@ -731,6 +733,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 16 2010 Karsten Hopp <karsten@redhat.com> 7.3.029-1
|
||||||
|
- patchlevel 029
|
||||||
|
|
||||||
* Fri Oct 15 2010 Karsten Hopp <karsten@redhat.com> 7.3.028-1
|
* Fri Oct 15 2010 Karsten Hopp <karsten@redhat.com> 7.3.028-1
|
||||||
- patchlevel 028
|
- patchlevel 028
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user