- patchlevel 69

This commit is contained in:
Karsten Hopp 2010-11-25 00:10:15 +01:00
parent 3aeac0f180
commit b1e6cb9d2f
2 changed files with 7 additions and 1 deletions

View File

@ -94,3 +94,4 @@ Individual patches for Vim 7.3:
2852 7.3.066 crash when changing to another window during :vimgrep command 2852 7.3.066 crash when changing to another window during :vimgrep command
2315 7.3.067 Ruby: Init_prelude is not always available 2315 7.3.067 Ruby: Init_prelude is not always available
1550 7.3.068 using freed memory on ":saveas" if autocommand sets 'acd' 1550 7.3.068 using freed memory on ":saveas" if autocommand sets 'acd'
1618 7.3.069 GTK: pressing Enter in inputdialog() doesn't work like OK

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 068 %define patchlevel 069
Summary: The VIM editor Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
@ -132,6 +132,7 @@ 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 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 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 Patch068: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.068
Patch069: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.069
Patch3000: vim-7.3-syntax.patch Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -344,6 +345,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch066 -p0 %patch066 -p0
%patch067 -p0 %patch067 -p0
%patch068 -p0 %patch068 -p0
%patch069 -p0
# install spell files # install spell files
@ -811,6 +813,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Thu Nov 25 2010 Karsten Hopp <karsten@redhat.com> 7.3.069-1
- patchlevel 069
* Wed Nov 24 2010 Karsten Hopp <karsten@redhat.com> 7.3.068-1 * Wed Nov 24 2010 Karsten Hopp <karsten@redhat.com> 7.3.068-1
- patchlevel 068 - patchlevel 068