- patchlevel 68

This commit is contained in:
Karsten Hopp 2010-11-24 18:10:14 +01:00
parent eb47e8d6e1
commit f7f62f9a57
2 changed files with 19 additions and 1 deletions

View File

@ -89,3 +89,8 @@ Individual patches for Vim 7.3:
3307 7.3.061 remote ":drop" does not respect 'autochdir' 3307 7.3.061 remote ":drop" does not respect 'autochdir'
23639 7.3.062 Python has problems when installed in an unusual directory 23639 7.3.062 Python has problems when installed in an unusual directory
2250 7.3.063 Win32: Running a filter command makes Vim lose focus 2250 7.3.063 Win32: Running a filter command makes Vim lose focus
2493 7.3.064 Win32: ":dis +" shows nothing, but "+p does insert text
3389 7.3.065 can't get current line number in a source file
2852 7.3.066 crash when changing to another window during :vimgrep command
2315 7.3.067 Ruby: Init_prelude is not always available
1550 7.3.068 using freed memory on ":saveas" if autocommand sets 'acd'

View File

@ -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 063 %define patchlevel 068
Summary: The VIM editor Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
@ -127,6 +127,11 @@ Patch060: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.060
Patch061: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.061 Patch061: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.061
Patch062: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.062 Patch062: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.062
Patch063: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.063 Patch063: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.063
Patch064: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.064
Patch065: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.065
Patch066: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.066
Patch067: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.067
Patch068: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.068
Patch3000: vim-7.3-syntax.patch Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -334,6 +339,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch061 -p0 %patch061 -p0
%patch062 -p0 %patch062 -p0
%patch063 -p0 %patch063 -p0
%patch064 -p0
%patch065 -p0
%patch066 -p0
%patch067 -p0
%patch068 -p0
# install spell files # install spell files
@ -801,6 +811,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Wed Nov 24 2010 Karsten Hopp <karsten@redhat.com> 7.3.068-1
- patchlevel 068
* Wed Nov 24 2010 Karsten Hopp <karsten@redhat.com> 7.3.063-1 * Wed Nov 24 2010 Karsten Hopp <karsten@redhat.com> 7.3.063-1
- patchlevel 063 - patchlevel 063