- Patchlevel 83
This commit is contained in:
parent
7fcf5cc7a8
commit
296d637f15
@ -101,3 +101,10 @@ Individual patches for Vim 7.0:
|
|||||||
6819 7.0.074 (extra) Win32: tooltips can be in the wrong encoding
|
6819 7.0.074 (extra) Win32: tooltips can be in the wrong encoding
|
||||||
1495 7.0.075 winsaveview() could store wrong desired cursor column
|
1495 7.0.075 winsaveview() could store wrong desired cursor column
|
||||||
2635 7.0.076 (after 7.0.010) could not get spell files from non-ftp server
|
2635 7.0.076 (after 7.0.010) could not get spell files from non-ftp server
|
||||||
|
2799 7.0.077 crash when unletting a v: variable
|
||||||
|
1968 7.0.078 there are two error messages called E46
|
||||||
|
51669 7.0.079 vimtutor doesn't work for Russian when 'encoding' is utf-8
|
||||||
|
1759 7.0.080 compile error when CFLAGS contains a backslash
|
||||||
|
2043 7.0.081 command line completion doesn't work for ":!/path"
|
||||||
|
2850 7.0.082 crash when using List or Dict argument and waiting for input
|
||||||
|
3001 7.0.083 mouse doesn't work for all entries with inputlist()
|
||||||
|
19
vim.spec
19
vim.spec
@ -15,7 +15,7 @@
|
|||||||
#used for pre-releases:
|
#used for pre-releases:
|
||||||
%define beta %{nil}
|
%define beta %{nil}
|
||||||
%define vimdir vim70%{?beta}
|
%define vimdir vim70%{?beta}
|
||||||
%define patchlevel 076
|
%define patchlevel 083
|
||||||
|
|
||||||
Summary: The VIM editor.
|
Summary: The VIM editor.
|
||||||
Name: vim
|
Name: vim
|
||||||
@ -121,6 +121,13 @@ Patch073: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.073
|
|||||||
Patch074: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.074
|
Patch074: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.074
|
||||||
Patch075: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.075
|
Patch075: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.075
|
||||||
Patch076: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.076
|
Patch076: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.076
|
||||||
|
Patch077: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.077
|
||||||
|
Patch078: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.078
|
||||||
|
Patch079: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.079
|
||||||
|
Patch080: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.080
|
||||||
|
Patch081: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.081
|
||||||
|
Patch082: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.082
|
||||||
|
Patch083: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.083
|
||||||
|
|
||||||
|
|
||||||
Patch3000: vim-7.0-syntax.patch
|
Patch3000: vim-7.0-syntax.patch
|
||||||
@ -331,6 +338,13 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
#patch074 -p0
|
#patch074 -p0
|
||||||
%patch075 -p0
|
%patch075 -p0
|
||||||
%patch076 -p0
|
%patch076 -p0
|
||||||
|
%patch077 -p0
|
||||||
|
%patch078 -p0
|
||||||
|
%patch079 -p0
|
||||||
|
%patch080 -p0
|
||||||
|
%patch081 -p0
|
||||||
|
%patch082 -p0
|
||||||
|
%patch083 -p0
|
||||||
|
|
||||||
%patch3000 -p1
|
%patch3000 -p1
|
||||||
%patch3001 -p1
|
%patch3001 -p1
|
||||||
@ -655,6 +669,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 04 2006 Karsten Hopp <karsten@redhat.de> 7.0.083-1
|
||||||
|
- Patchlevel 83
|
||||||
|
|
||||||
* Wed Aug 30 2006 Karsten Hopp <karsten@redhat.de> 7.0.076-1
|
* Wed Aug 30 2006 Karsten Hopp <karsten@redhat.de> 7.0.076-1
|
||||||
- Patchlevel 76
|
- Patchlevel 76
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user