- patchlevel 73

This commit is contained in:
Karsten Hopp 2010-12-02 18:10:16 +01:00
parent f942a47f9b
commit 0ce1a092d6
2 changed files with 16 additions and 1 deletions

View File

@ -95,3 +95,7 @@ Individual patches for Vim 7.3:
2315 7.3.067 Ruby: Init_prelude is not always available
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
1604 7.3.070 can set environment variables in the sandbox
2095 7.3.071 cursor binding not reset when editing another file
9432 7.3.072 can't complete file names while ignoring case
2466 7.3.073 double free memory when netbeans command follows DETACH

View File

@ -18,7 +18,7 @@
#used for pre-releases:
%define beta %{nil}
%define vimdir vim73%{?beta}
%define patchlevel 069
%define patchlevel 073
Summary: The VIM editor
URL: http://www.vim.org/
@ -133,6 +133,10 @@ 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
Patch069: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.069
Patch070: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.070
Patch071: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.071
Patch072: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.072
Patch073: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.073
Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch
@ -346,6 +350,10 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch067 -p0
%patch068 -p0
%patch069 -p0
%patch070 -p0
%patch071 -p0
%patch072 -p0
%patch073 -p0
# install spell files
@ -813,6 +821,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Thu Dec 02 2010 Karsten Hopp <karsten@redhat.com> 7.3.073-1
- patchlevel 073
* Thu Nov 25 2010 Karsten Hopp <karsten@redhat.com> 7.3.069-1
- patchlevel 069