- patchlevel 19
This commit is contained in:
parent
b9b52a2c7c
commit
170e68e968
@ -44,3 +44,4 @@ Individual patches for Vim 7.3:
|
|||||||
7448 7.3.016 netbeans interface doesn't work under Athena
|
7448 7.3.016 netbeans interface doesn't work under Athena
|
||||||
4314 7.3.017 errors reported by smatch
|
4314 7.3.017 errors reported by smatch
|
||||||
2488 7.3.018 (after 7.3.012) missing argument to windres in MingW makefiles
|
2488 7.3.018 (after 7.3.012) missing argument to windres in MingW makefiles
|
||||||
|
1577 7.3.019 ":nbstart" can fail silently
|
||||||
|
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 018
|
%define patchlevel 019
|
||||||
|
|
||||||
Summary: The VIM editor
|
Summary: The VIM editor
|
||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
@ -82,6 +82,7 @@ Patch015: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.015
|
|||||||
Patch016: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.016
|
Patch016: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.016
|
||||||
Patch017: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.017
|
Patch017: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.017
|
||||||
Patch018: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.018
|
Patch018: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.018
|
||||||
|
Patch019: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.019
|
||||||
|
|
||||||
Patch3000: vim-7.3-syntax.patch
|
Patch3000: vim-7.3-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -244,6 +245,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch016 -p0
|
%patch016 -p0
|
||||||
%patch017 -p0
|
%patch017 -p0
|
||||||
%patch018 -p0
|
%patch018 -p0
|
||||||
|
%patch019 -p0
|
||||||
|
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
@ -711,6 +713,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 01 2010 Karsten Hopp <karsten@redhat.com> 7.3.019-1
|
||||||
|
- patchlevel 019
|
||||||
|
|
||||||
* Thu Sep 30 2010 Karsten Hopp <karsten@redhat.com> 7.3.018-1
|
* Thu Sep 30 2010 Karsten Hopp <karsten@redhat.com> 7.3.018-1
|
||||||
- patchlevel 018
|
- patchlevel 018
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user