- patchlevel 94
This commit is contained in:
parent
db0277b52a
commit
c7242fe73a
@ -107,3 +107,16 @@ Individual patches for Vim 7.3:
|
||||
1377 7.3.079 duplicate lines in MSVC makefile
|
||||
6011 7.3.080 spelling doesn't work on VMS
|
||||
2257 7.3.081 non-printable characters in 'statusline' cause trouble
|
||||
1634 7.3.082 leaking file descriptor when netbeans hostname doesn't exist
|
||||
9996 7.3.083 when a read() or write() is interrupted by a signal it fails
|
||||
3508 7.3.084 after window split the new one scrolls with cursor at top
|
||||
8843 7.3.085 (after 7.3.083) inconsistency with preproc symbols
|
||||
4005 7.3.086 v:count has value of previous command in expression mapping
|
||||
4349 7.3.087 (after 7.3.083) missing include for errno.h
|
||||
4868 7.3.088 Ruby can't load Gems sometimes, may cause a crash
|
||||
1550 7.3.089 compiler warning on 64 bit MS-Windows
|
||||
2377 7.3.090 wrong help text for Cscope
|
||||
9421 7.3.091 "vim -w foo" writes key codes for removed escape sequences
|
||||
1678 7.3.092 resizing the window when exiting
|
||||
5483 7.3.093 new DLL dependencies in MingW with gcc 4.5.0
|
||||
2167 7.3.094 using abs() requires type cast to int
|
||||
|
31
vim.spec
31
vim.spec
@ -18,7 +18,7 @@
|
||||
#used for pre-releases:
|
||||
%define beta %{nil}
|
||||
%define vimdir vim73%{?beta}
|
||||
%define patchlevel 081
|
||||
%define patchlevel 094
|
||||
|
||||
Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
@ -145,6 +145,19 @@ Patch078: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.078
|
||||
Patch079: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.079
|
||||
Patch080: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.080
|
||||
Patch081: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.081
|
||||
Patch082: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.082
|
||||
Patch083: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.083
|
||||
Patch084: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.084
|
||||
Patch085: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.085
|
||||
Patch086: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.086
|
||||
Patch087: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.087
|
||||
Patch088: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.088
|
||||
Patch089: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.089
|
||||
Patch090: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.090
|
||||
Patch091: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.091
|
||||
Patch092: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.092
|
||||
Patch093: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.093
|
||||
Patch094: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.094
|
||||
|
||||
Patch3000: vim-7.3-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -370,6 +383,19 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch079 -p0
|
||||
%patch080 -p0
|
||||
%patch081 -p0
|
||||
%patch082 -p0
|
||||
%patch083 -p0
|
||||
%patch084 -p0
|
||||
%patch085 -p0
|
||||
%patch086 -p0
|
||||
%patch087 -p0
|
||||
%patch088 -p0
|
||||
%patch089 -p0
|
||||
%patch090 -p0
|
||||
%patch091 -p0
|
||||
%patch092 -p0
|
||||
%patch093 -p0
|
||||
%patch094 -p0
|
||||
|
||||
|
||||
# install spell files
|
||||
@ -837,6 +863,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 03 2011 Karsten Hopp <karsten@redhat.com> 7.3.094-1
|
||||
- patchlevel 094
|
||||
|
||||
* Thu Dec 09 2010 Karsten Hopp <karsten@redhat.com> 7.3.081-1
|
||||
- patchlevel 081
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user