- patchlevel 138
This commit is contained in:
parent
5827cddbff
commit
1cb31eda2b
@ -133,3 +133,34 @@ Individual patches for Vim 7.3:
|
||||
1539 7.3.105 can't get the value of "b:changedtick" with getbufvar()
|
||||
1650 7.3.106 other window scrolls if both 'scrollbind' and 'cursorbind' set
|
||||
1986 7.3.107 year in :undolist can be confusing
|
||||
3425 7.3.108 useless check for NULL when calling vim_free()
|
||||
7203 7.3.109 processing new Esperanto spell file fails and crashes Vim
|
||||
2122 7.3.110 the "nbsp" item in 'listchars' isn't used for ":list"
|
||||
4010 7.3.111 :normal command in 'statusline' causes the cursor to move
|
||||
1978 7.3.112 setting 'statusline' to "%!'asdf%' reads uninitialized memory
|
||||
1838 7.3.113 Windows: Fall back directory for creating temp file is wrong
|
||||
1568 7.3.114 potential problem using 'verbosefile' uninitialized
|
||||
1645 7.3.115 Vim can crash when tmpnam() returns NULL
|
||||
1788 7.3.116 'cursorline' too short with concealed chars and 'list' set
|
||||
3835 7.3.117 build failed when --as-needed excludes ncurses
|
||||
2283 7.3.118 Ruby uses SIGVTALARM which makes Vim exit
|
||||
1637 7.3.119 (after 7.3.114) build problem on Mac
|
||||
2597 7.3.120 message for existing swap file does not fit in 25 lines
|
||||
1721 7.3.121 crash when using complicated 'statusline'
|
||||
3936 7.3.122 having src/auto/config.mk in the distribution causes problems
|
||||
1954 7.3.123 ml_get error when 'conceallevel' is set
|
||||
6777 7.3.124 EOL may be missing from written file
|
||||
2672 7.3.125 MSVC: quote in link argument causes trouble
|
||||
1652 7.3.126 compiler warning for signed pointer
|
||||
1747 7.3.127 compiler complains about comma after last enum item
|
||||
1706 7.3.128 another compiler warning for signed pointer
|
||||
6608 7.3.129 using integer like a boolean
|
||||
1908 7.3.130 clipboard_event_time misplaced in #ifdef
|
||||
1280 7.3.131 including errno.h too often
|
||||
2648 7.3.132 C++ style comments
|
||||
3169 7.3.133 when using encryption it's not clear what method was used
|
||||
1470 7.3.134 drag-n-drop doesn't work in KDE Dolphin
|
||||
2678 7.3.135 inconsistency: last substitute pattern isn't used for search
|
||||
1653 7.3.136 duplicate include of assert.h
|
||||
2881 7.3.137 when 'lazyredraw' is set the screen may not be updated
|
||||
2399 7.3.138 ":com" changes the multi-byte text of :echo
|
||||
|
69
vim.spec
69
vim.spec
@ -18,13 +18,13 @@
|
||||
#used for pre-releases:
|
||||
%define beta %{nil}
|
||||
%define vimdir vim73%{?beta}
|
||||
%define patchlevel 107
|
||||
%define patchlevel 138
|
||||
|
||||
Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
Name: vim
|
||||
Version: %{baseversion}.%{beta}%{patchlevel}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Vim
|
||||
Group: Applications/Editors
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
|
||||
@ -171,6 +171,37 @@ Patch104: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.104
|
||||
Patch105: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.105
|
||||
Patch106: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.106
|
||||
Patch107: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.107
|
||||
Patch108: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.108
|
||||
Patch109: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.109
|
||||
Patch110: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.110
|
||||
Patch111: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.111
|
||||
Patch112: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.112
|
||||
Patch113: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.113
|
||||
Patch114: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.114
|
||||
Patch115: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.115
|
||||
Patch116: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.116
|
||||
Patch117: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.117
|
||||
Patch118: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.118
|
||||
Patch119: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.119
|
||||
Patch120: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.120
|
||||
Patch121: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.121
|
||||
Patch122: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.122
|
||||
Patch123: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.123
|
||||
Patch124: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.124
|
||||
Patch125: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.125
|
||||
Patch126: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.126
|
||||
Patch127: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.127
|
||||
Patch128: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.128
|
||||
Patch129: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.129
|
||||
Patch130: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.130
|
||||
Patch131: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.131
|
||||
Patch132: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.132
|
||||
Patch133: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.133
|
||||
Patch134: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.134
|
||||
Patch135: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.135
|
||||
Patch136: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.136
|
||||
Patch137: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.137
|
||||
Patch138: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.138
|
||||
|
||||
Patch3000: vim-7.3-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -422,6 +453,37 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch105 -p0
|
||||
%patch106 -p0
|
||||
%patch107 -p0
|
||||
%patch108 -p0
|
||||
%patch109 -p0
|
||||
%patch110 -p0
|
||||
%patch111 -p0
|
||||
%patch112 -p0
|
||||
%patch113 -p0
|
||||
%patch114 -p0
|
||||
%patch115 -p0
|
||||
%patch116 -p0
|
||||
%patch117 -p0
|
||||
%patch118 -p0
|
||||
%patch119 -p0
|
||||
%patch120 -p0
|
||||
%patch121 -p0
|
||||
%patch122 -p0
|
||||
%patch123 -p0
|
||||
%patch124 -p0
|
||||
%patch125 -p0
|
||||
%patch126 -p0
|
||||
%patch127 -p0
|
||||
%patch128 -p0
|
||||
%patch129 -p0
|
||||
%patch130 -p0
|
||||
%patch131 -p0
|
||||
%patch132 -p0
|
||||
%patch133 -p0
|
||||
%patch134 -p0
|
||||
%patch135 -p0
|
||||
%patch136 -p0
|
||||
%patch137 -p0
|
||||
%patch138 -p0
|
||||
|
||||
|
||||
# install spell files
|
||||
@ -889,6 +951,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 16 2011 Karsten Hopp <karsten@redhat.com> 7.3.138-1
|
||||
- patchlevel 138
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:7.3.107-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user