- patchlevel 1189
This commit is contained in:
parent
09ac723700
commit
a24f9a5002
@ -1139,3 +1139,83 @@ Individual patches for Vim 7.3:
|
||||
2325 7.3.1107 compiler warnings for unused variables
|
||||
1327 7.3.1108 error message for os.fchdir()
|
||||
4969 7.3.1109 building on MS-Windows doesn't see changes in if_py_both.h
|
||||
23743 7.3.1110 new regexp matching: Using \@= and the like can be slow
|
||||
16934 7.3.1111 nfa_recognize_char_class() implementation is inefficient
|
||||
7450 7.3.1112 new regexp engine: \%V not supported
|
||||
8095 7.3.1113 new regexp engine: \%'m not supported
|
||||
1807 7.3.1114 (after 7.3.1110) can't build without the syntax feature
|
||||
8246 7.3.1115 users don't like cursor line number with 'relativenumber' set
|
||||
2461 7.3.1116 can't build without Visual mode
|
||||
8737 7.3.1117 new regexp engine: \%[abc] not supported
|
||||
4590 7.3.1118 match failure rate is not very specific
|
||||
6657 7.3.1119 flags in 'cpo' are searched for several times
|
||||
2736 7.3.1120 crash when regexp logging is enabled
|
||||
3151 7.3.1121 new regexp engine: adding states that are not used
|
||||
13428 7.3.1122 new regexp engine: \@> not supported
|
||||
1613 7.3.1123 can't build tiny Vim on MS-Windows
|
||||
1336 7.3.1124 Python: Crash on MS-Windows when os.fchdir() is not available
|
||||
3014 7.3.1125 error for using \%V in a pattern in tiny Vim
|
||||
1392 7.3.1126 compiler warning for uninitialized variable
|
||||
2533 7.3.1127 no error for using empty \%[]
|
||||
7328 7.3.1128 every failure in the NFA engine is a syntax error
|
||||
21365 7.3.1129 can't see what pattern in syntax highlighting is slow
|
||||
6016 7.3.1130 (after 7.3.1129) can't build with anything but huge features
|
||||
5173 7.3.1131 new regexp engine is a bit slow
|
||||
2704 7.3.1132 crash when debugging regexp
|
||||
8763 7.3.1133 new regexp engine is a bit slow
|
||||
2048 7.3.1134 running test 49 takes a long time
|
||||
2020 7.3.1135 compiler warning for unused argument
|
||||
1465 7.3.1136 ":func Foo" does not show attributes
|
||||
26955 7.3.1137 new regexp engine: collections are slow
|
||||
16357 7.3.1138 new regexp engine: neglist no longer used
|
||||
14897 7.3.1139 new regexp engine: negated flag is hardly used
|
||||
5298 7.3.1140 new regexp engine: can skip expensive match
|
||||
2548 7.3.1141 Win32: Check for available memory is not reliable
|
||||
1347 7.3.1142 memory leak in ":syntime report"
|
||||
1646 7.3.1143 when mapping NUL it is displayed as an X
|
||||
2557 7.3.1144 "RO" is not translated everywhere
|
||||
4036 7.3.1145 new regexp engine: addstate() is called very often
|
||||
10156 7.3.1146 new regexp engine: look-behind followed by zero-width fails
|
||||
4905 7.3.1147 new regexp engine: regstart is only used to find first match
|
||||
5345 7.3.1148 no command line completion for ":syntime"
|
||||
41306 7.3.1149 new regexp engine: Matching plain text could be faster
|
||||
10878 7.3.1150 new regexpengine: Slow for look-behind match without a width
|
||||
5073 7.3.1151 new regexp engine: Slow for look-behind plus zero-width match
|
||||
1795 7.3.1152 In tiny build ireg_icombine is undefined
|
||||
25686 7.3.1153 new regexp engine: look-behind matches can be very expensive
|
||||
2966 7.3.1154 new regexp_nfa engine: Uneccessary code
|
||||
1446 7.3.1155 MS-DOS: "make test" uses external rmdir command
|
||||
2852 7.3.1156 compiler warnings
|
||||
5289 7.3.1157 new regexp engine fails on "\(\<command\)\@<=.*"
|
||||
3303 7.3.1158 crash when running test 86
|
||||
4965 7.3.1159 the round() function is not always available
|
||||
1649 7.3.1160 mixing long and pointer doesn't always work
|
||||
4992 7.3.1161 Python: PyList_SetItem() is inefficient
|
||||
5274 7.3.1162 Python: Memory leaks
|
||||
41871 7.3.1163 not easy to load Python modules
|
||||
4881 7.3.1164 can't test what is actually displayed on screen
|
||||
2261 7.3.1165 HP-UX compiler can't handle zero size array
|
||||
5466 7.3.1166 loading Python modules is not tested
|
||||
33215 7.3.1167 no good Python 3 configure check; may need -pthreads
|
||||
6704 7.3.1168 Python "sane" configure checks give a warning message
|
||||
13917 7.3.1169 new regexp engine: doing work while executing a pattern
|
||||
3128 7.3.1170 (after 7.3.1058) can'tuse a function reference as a string
|
||||
2400 7.3.1171 check for digits and ascii letters can be faster
|
||||
22201 7.3.1172 Python 2: loading modules doesn't work well
|
||||
93253 7.3.1173 Python 2 tests don't have the same output everywhere
|
||||
22984 7.3.1174 Python 2 and 3 use different ways to load modules
|
||||
3393 7.3.1175 using isalpha() and isalnum() can be slow
|
||||
2785 7.3.1176 compiler warnings on 64 bit system
|
||||
3624 7.3.1177 wasting memory on padding
|
||||
12533 7.3.1178 can't put all Vim config files together in one directory
|
||||
4300 7.3.1179 waiting for character after buffer-local map match
|
||||
2122 7.3.1180 path from cscope may not be valid after changing directory
|
||||
2575 7.3.1181 wrong error message for 1.0[0]
|
||||
13491 7.3.1182 'backupcopy' default on MS-Windows does not work for links
|
||||
1601 7.3.1183 Python tests 86 and 87 fail
|
||||
2023 7.3.1184 highlighting is sometimes wrong
|
||||
2734 7.3.1185 new regexp engine: no match with ^ after \n
|
||||
2903 7.3.1186 Python 3: test 87 may crash
|
||||
2647 7.3.1187 (after 7.3.1170) "s:" is recognized but "<SID>" is not
|
||||
2131 7.3.1188 newline characters messing up error message
|
||||
2305 7.3.1189 (after 7.3.1185) highlighting is still wrong sometimes
|
||||
|
165
vim.spec
165
vim.spec
@ -18,7 +18,7 @@
|
||||
#used for pre-releases:
|
||||
%define beta %{nil}
|
||||
%define vimdir vim73%{?beta}
|
||||
%define patchlevel 1109
|
||||
%define patchlevel 1189
|
||||
|
||||
Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
@ -1165,6 +1165,86 @@ Patch1106: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1106
|
||||
Patch1107: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1107
|
||||
Patch1108: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1108
|
||||
Patch1109: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1109
|
||||
Patch1110: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1110
|
||||
Patch1111: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1111
|
||||
Patch1112: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1112
|
||||
Patch1113: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1113
|
||||
Patch1114: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1114
|
||||
Patch1115: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1115
|
||||
Patch1116: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1116
|
||||
Patch1117: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1117
|
||||
Patch1118: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1118
|
||||
Patch1119: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1119
|
||||
Patch1120: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1120
|
||||
Patch1121: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1121
|
||||
Patch1122: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1122
|
||||
Patch1123: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1123
|
||||
Patch1124: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1124
|
||||
Patch1125: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1125
|
||||
Patch1126: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1126
|
||||
Patch1127: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1127
|
||||
Patch1128: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1128
|
||||
Patch1129: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1129
|
||||
Patch1130: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1130
|
||||
Patch1131: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1131
|
||||
Patch1132: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1132
|
||||
Patch1133: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1133
|
||||
Patch1134: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1134
|
||||
Patch1135: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1135
|
||||
Patch1136: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1136
|
||||
Patch1137: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1137
|
||||
Patch1138: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1138
|
||||
Patch1139: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1139
|
||||
Patch1140: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1140
|
||||
Patch1141: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1141
|
||||
Patch1142: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1142
|
||||
Patch1143: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1143
|
||||
Patch1144: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1144
|
||||
Patch1145: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1145
|
||||
Patch1146: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1146
|
||||
Patch1147: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1147
|
||||
Patch1148: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1148
|
||||
Patch1149: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1149
|
||||
Patch1150: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1150
|
||||
Patch1151: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1151
|
||||
Patch1152: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1152
|
||||
Patch1153: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1153
|
||||
Patch1154: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1154
|
||||
Patch1155: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1155
|
||||
Patch1156: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1156
|
||||
Patch1157: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1157
|
||||
Patch1158: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1158
|
||||
Patch1159: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1159
|
||||
Patch1160: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1160
|
||||
Patch1161: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1161
|
||||
Patch1162: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1162
|
||||
Patch1163: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1163
|
||||
Patch1164: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1164
|
||||
Patch1165: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1165
|
||||
Patch1166: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1166
|
||||
Patch1167: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1167
|
||||
Patch1168: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1168
|
||||
Patch1169: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1169
|
||||
Patch1170: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1170
|
||||
Patch1171: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1171
|
||||
Patch1172: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1172
|
||||
Patch1173: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1173
|
||||
Patch1174: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1174
|
||||
Patch1175: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1175
|
||||
Patch1176: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1176
|
||||
Patch1177: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1177
|
||||
Patch1178: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1178
|
||||
Patch1179: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1179
|
||||
Patch1180: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1180
|
||||
Patch1181: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1181
|
||||
Patch1182: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1182
|
||||
Patch1183: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1183
|
||||
Patch1184: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1184
|
||||
Patch1185: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1185
|
||||
Patch1186: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1186
|
||||
Patch1187: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1187
|
||||
Patch1188: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1188
|
||||
Patch1189: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1189
|
||||
|
||||
Patch3000: vim-7.3-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -2421,6 +2501,86 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch1107 -p0
|
||||
%patch1108 -p0
|
||||
%patch1109 -p0
|
||||
%patch1110 -p0
|
||||
%patch1111 -p0
|
||||
%patch1112 -p0
|
||||
%patch1113 -p0
|
||||
%patch1114 -p0
|
||||
%patch1115 -p0
|
||||
%patch1116 -p0
|
||||
%patch1117 -p0
|
||||
%patch1118 -p0
|
||||
%patch1119 -p0
|
||||
%patch1120 -p0
|
||||
%patch1121 -p0
|
||||
%patch1122 -p0
|
||||
%patch1123 -p0
|
||||
%patch1124 -p0
|
||||
%patch1125 -p0
|
||||
%patch1126 -p0
|
||||
%patch1127 -p0
|
||||
%patch1128 -p0
|
||||
%patch1129 -p0
|
||||
%patch1130 -p0
|
||||
%patch1131 -p0
|
||||
%patch1132 -p0
|
||||
%patch1133 -p0
|
||||
%patch1134 -p0
|
||||
%patch1135 -p0
|
||||
%patch1136 -p0
|
||||
%patch1137 -p0
|
||||
%patch1138 -p0
|
||||
%patch1139 -p0
|
||||
%patch1140 -p0
|
||||
%patch1141 -p0
|
||||
%patch1142 -p0
|
||||
%patch1143 -p0
|
||||
%patch1144 -p0
|
||||
%patch1145 -p0
|
||||
%patch1146 -p0
|
||||
%patch1147 -p0
|
||||
%patch1148 -p0
|
||||
%patch1149 -p0
|
||||
%patch1150 -p0
|
||||
%patch1151 -p0
|
||||
%patch1152 -p0
|
||||
%patch1153 -p0
|
||||
%patch1154 -p0
|
||||
%patch1155 -p0
|
||||
%patch1156 -p0
|
||||
%patch1157 -p0
|
||||
%patch1158 -p0
|
||||
%patch1159 -p0
|
||||
%patch1160 -p0
|
||||
%patch1161 -p0
|
||||
%patch1162 -p0
|
||||
%patch1163 -p0
|
||||
%patch1164 -p0
|
||||
%patch1165 -p0
|
||||
%patch1166 -p0
|
||||
%patch1167 -p0
|
||||
%patch1168 -p0
|
||||
%patch1169 -p0
|
||||
%patch1170 -p0
|
||||
%patch1171 -p0
|
||||
%patch1172 -p0
|
||||
%patch1173 -p0
|
||||
%patch1174 -p0
|
||||
%patch1175 -p0
|
||||
%patch1176 -p0
|
||||
%patch1177 -p0
|
||||
%patch1178 -p0
|
||||
%patch1179 -p0
|
||||
%patch1180 -p0
|
||||
%patch1181 -p0
|
||||
%patch1182 -p0
|
||||
%patch1183 -p0
|
||||
%patch1184 -p0
|
||||
%patch1185 -p0
|
||||
%patch1186 -p0
|
||||
%patch1187 -p0
|
||||
%patch1188 -p0
|
||||
%patch1189 -p0
|
||||
|
||||
|
||||
# install spell files
|
||||
@ -2916,6 +3076,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 14 2013 Karsten Hopp <karsten@redhat.com> 7.3.1189-1
|
||||
- patchlevel 1189
|
||||
|
||||
* Tue Jun 04 2013 Karsten Hopp <karsten@redhat.com> 7.3.1109-1
|
||||
- patchlevel 1109
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user