- patchlevel 100
This commit is contained in:
parent
688fa6de47
commit
1f38fec508
@ -22,6 +22,11 @@ patches for binaries.
|
||||
|
||||
Checksums for the patch files can be found in the file MD5.
|
||||
|
||||
Collection of patches for Vim 7.1:
|
||||
SIZE NAME INCLUDES
|
||||
91424 7.1.001-100.gz patches 7.1.001 to 7.1.100, gzip'ed
|
||||
|
||||
|
||||
Individual patches for Vim 7.1:
|
||||
|
||||
SIZE NAME FIXES
|
||||
@ -124,3 +129,19 @@ Individual patches for Vim 7.1:
|
||||
1780 7.1.098 ":call s:var()" doesn't work if "s:var" is a Funcref
|
||||
4552 7.1.099 ":mkvimrc" doesn't work properly when 'paste' or 'keymap' set
|
||||
14551 7.1.100 Win32: Executing cscope doesn't always work properly
|
||||
1614 7.1.101 Ruby: The Buffer.line= method does not work
|
||||
3276 7.1.102 Perl interface doesn't compile with new version of Perl
|
||||
1976 7.1.103 "dw" past end of last line deletes a character
|
||||
14346 7.1.104 (after 7.1.095) when 'lazyredraw' set redraw may be postponed
|
||||
2426 7.1.105 internal error when using "0 ? {'a': 1} : {}"
|
||||
1580 7.1.106 ":messages" doesn't quit listing on ":"
|
||||
4081 7.1.107 Visual block mode "s" that auto-indents fails in other lines
|
||||
2633 7.1.108 (after 7.1.100) Win32: compilation problems in Cscope code
|
||||
2147 7.1.109 GTK GUI: click on arrow left of tab
|
||||
2234 7.1.110 (after 7.1.102) Win32: Still compilation problems with Perl
|
||||
2946 7.1.111 after ":vimgrep /pat/j *" folds can be wrong
|
||||
1766 7.1.112 using input() with a wrong argument may crash Vim
|
||||
2765 7.1.113 map() on an empty list causes memory to be freed twice
|
||||
1386 7.1.114 memory leak in getmatches()
|
||||
1472 7.1.115 (after 7.1.105) compiler warning for uninitialized variable
|
||||
3137 7.1.116 can't display characters above 0x10000
|
||||
|
41
vim.spec
41
vim.spec
@ -15,7 +15,7 @@
|
||||
#used for pre-releases:
|
||||
%define beta %{nil}
|
||||
%define vimdir vim71%{?beta}
|
||||
%define patchlevel 100
|
||||
%define patchlevel 116
|
||||
|
||||
Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
@ -158,6 +158,24 @@ Patch098: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.098
|
||||
Patch099: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.099
|
||||
# Win32:
|
||||
#Patch100: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.100
|
||||
Patch101: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.101
|
||||
Patch102: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.102
|
||||
Patch103: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.103
|
||||
Patch104: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.104
|
||||
Patch105: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.105
|
||||
Patch106: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.106
|
||||
Patch107: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.107
|
||||
# Win32:
|
||||
#Patch108: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.108
|
||||
Patch109: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.109
|
||||
# Win32:
|
||||
#Patch110: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.110
|
||||
Patch111: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.111
|
||||
Patch112: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.112
|
||||
Patch113: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.113
|
||||
Patch114: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.114
|
||||
Patch115: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.115
|
||||
Patch116: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.116
|
||||
|
||||
Patch3000: vim-7.0-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -400,6 +418,24 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch099 -p0
|
||||
# Win32:
|
||||
#patch100 -p0
|
||||
%patch101 -p0
|
||||
%patch102 -p0
|
||||
%patch103 -p0
|
||||
%patch104 -p0
|
||||
%patch105 -p0
|
||||
%patch106 -p0
|
||||
%patch107 -p0
|
||||
# Win32:
|
||||
#patch108 -p0
|
||||
%patch109 -p0
|
||||
# Win32:
|
||||
#patch110 -p0
|
||||
%patch111 -p0
|
||||
%patch112 -p0
|
||||
%patch113 -p0
|
||||
%patch114 -p0
|
||||
%patch115 -p0
|
||||
%patch116 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -785,6 +821,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 24 2007 Karsten Hopp <karsten@redhat.com> 7.1.%{nil}116-1
|
||||
- patchlevel 116
|
||||
|
||||
* Fri Sep 07 2007 Karsten Hopp <karsten@redhat.com> 7.1.100-1
|
||||
- patchlevel 100
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user