@@ -811,7 +811,7 @@ Individual patches for Vim 7.3:
|
|
811
811
|
2035 7.3.777 when building with Gnome locale gets reset
|
812
812
|
1664 7.3.778 compiler error for adding up two pointers
|
813
813
|
4570 7.3.779 backwards search lands in wrong place when on a multibyte char
|
814
|
-
|
814
|
+
6439 7.3.780 char2nr() and nr2char() always use 'encoding'
|
815
815
|
5262 7.3.781 drawing with 'guifontwide' can be slow
|
816
816
|
4964 7.3.782 Windows: IME composition may use a wrong font
|
817
817
|
1329 7.3.783 crash when mark is not set
|
@@ -1140,7 +1140,7 @@ Individual patches for Vim 7.3:
|
|
1140
1140
|
1327 7.3.1108 error message for os.fchdir()
|
1141
1141
|
4969 7.3.1109 building on MS-Windows doesn't see changes in if_py_both.h
|
1142
1142
|
23743 7.3.1110 new regexp matching: Using \@= and the like can be slow
|
1143
|
-
|
1143
|
+
16284 7.3.1111 nfa_recognize_char_class() implementation is inefficient
|
1144
1144
|
7450 7.3.1112 new regexp engine: \%V not supported
|
1145
1145
|
8095 7.3.1113 new regexp engine: \%'m not supported
|
1146
1146
|
1807 7.3.1114 (after 7.3.1110) can't build without the syntax feature
|
@@ -1219,3 +1219,107 @@ Individual patches for Vim 7.3:
|
|
1219
1219
|
2647 7.3.1187 (after 7.3.1170) "s:" is recognized but "<SID>" is not
|
1220
1220
|
2131 7.3.1188 newline characters messing up error message
|
1221
1221
|
2305 7.3.1189 (after 7.3.1185) highlighting is still wrong sometimes
|
1222
|
+
1818 7.3.1190 compiler warning for parentheses
|
1223
|
+
8174 7.3.1191 Backreference to previous line doesn't work
|
1224
|
+
4439 7.3.1192 valgrind reports errors when using backreferences
|
1225
|
+
1765 7.3.1193 fail_if_missing not used for Python 3
|
1226
|
+
2192 7.3.1194 Yaml highlighting is slow
|
1227
|
+
1535 7.3.1195 compiler warning for unitialized variable
|
1228
|
+
7934 7.3.1196 old regexp engine does not match pattern with backref right
|
1229
|
+
6096 7.3.1197 ":wviminfo!" does not write history read from a viminfo file
|
1230
|
+
2960 7.3.1198 build error when using Perl 5.18.0 and dynamic loading
|
1231
|
+
3597 7.3.1199 error from evaluating 'foldexpr' is silently ignored
|
1232
|
+
2718 7.3.1200 calling setline() from Insert mode messes up undo
|
1233
|
+
1980 7.3.1201 on startup preview window may be used as the current window
|
1234
|
+
1875 7.3.1202 tags are not found in case-folded tags file
|
1235
|
+
1575 7.3.1203 matches from matchadd() might be highlighted incorrectly
|
1236
|
+
8835 7.3.1204 calling gettabwinvar() in 'tabline' cancels Visual mode
|
1237
|
+
2008 7.3.1205 logtalk.dict is not removed on uninstall
|
1238
|
+
2965 7.3.1206 inconsistent function argument declarations
|
1239
|
+
2745 7.3.1207 new regexp engine: no match found on "#if FOO"
|
1240
|
+
2369 7.3.1208 compiler warnings on MS-Windows
|
1241
|
+
1363 7.3.1209 no completion for ":tabdo"
|
1242
|
+
1937 7.3.1210 (after 7.3.1182) 'backupcopy' default on MS-Windows is wrong
|
1243
|
+
6882 7.3.1211 MS-Windows: ":hardcopy" does not work properly
|
1244
|
+
3225 7.3.1212 "make test" on MS-Windows does not report like Unix does
|
1245
|
+
6963 7.3.1213 can't build with Python and small features.
|
1246
|
+
2511 7.3.1214 missing declaration for init_users() and realloc_post_list()
|
1247
|
+
1553 7.3.1215 compiler warning for function not defined
|
1248
|
+
4902 7.3.1216 configure can't find Motif on Ubuntu
|
1249
|
+
2775 7.3.1217 new regexp engine: Can't handle \%[[ao]]
|
1250
|
+
2655 7.3.1218 "make test" on MS-Windows does not clean all temporary files
|
1251
|
+
1826 7.3.1219 no test for using []] inside \%[]
|
1252
|
+
5738 7.3.1220 MS-Windows: When using wide font italic/bold are not included
|
1253
|
+
8519 7.3.1221 when build flags change "make distclean" causes an error
|
1254
|
+
2948 7.3.1222 cannot execute some tests from the src directly
|
1255
|
+
7033 7.3.1223 tests fail on MS-Windows
|
1256
|
+
2640 7.3.1224 Clang gives warnings on xxd
|
1257
|
+
1765 7.3.1225 compiler warnings when building with Motif
|
1258
|
+
7157 7.3.1226 Python: duplicate code
|
1259
|
+
18950 7.3.1227 Python: inconsistent string conversion
|
1260
|
+
9788 7.3.1228 Python: various inconsistencies and problems
|
1261
|
+
34007 7.3.1229 Python: not so easy to delete/restore translating
|
1262
|
+
185712 7.3.1230 Python: Exception messages are not clear
|
1263
|
+
22564 7.3.1231 Python: use of numbers not consistent
|
1264
|
+
54051 7.3.1232 Python: inconsistencies in variable names
|
1265
|
+
185882 7.3.1233 various Python problems
|
1266
|
+
30099 7.3.1234 (after 7.3.1229) Python: Strings are not marked for translate
|
1267
|
+
1928 7.3.1235 inserting CTRL-] differs between insert and command-line mode
|
1268
|
+
150895 7.3.1236 Python: WindowSetattr() missing support for NUMBER_UNSIGNED
|
1269
|
+
3493 7.3.1237 Python: non-import errors not handled correctly
|
1270
|
+
3329 7.3.1238 crash in Python interface on 64 bit machines
|
1271
|
+
2921 7.3.1239 can't build with Python and MSVC10
|
1272
|
+
1755 7.3.1240 memory leak in findfile()
|
1273
|
+
1774 7.3.1241 (after 7.3.1236) some test files missing from distribution
|
1274
|
+
2224 7.3.1242 no failure when trying to use a number as a string
|
1275
|
+
5926 7.3.1243 back references in look-behind match don't work
|
1276
|
+
1811 7.3.1244 MS-Windows: confirm() dialog text may not fit
|
1277
|
+
2739 7.3.1245 MS-Windows: confirm() dialog text may still not fit
|
1278
|
+
4263 7.3.1246 wrong window layout when resizing with 'winfixheight' set
|
1279
|
+
4263 7.3.1247 pattern '[ ]\@!\p\%([ ]\@!\p\)*:' does not always match
|
1280
|
+
8725 7.3.1248 still have old hacking code for Input Method
|
1281
|
+
1802 7.3.1249 modeline not recognized when using "Vim" instead of "vim"
|
1282
|
+
4165 7.3.1250 Python tests fail on MS-Windows
|
1283
|
+
1410 7.3.1251 test 61 messes up viminf.
|
1284
|
+
1774 7.3.1252 Win32: Gvim does not always find the toolbar bitmap file
|
1285
|
+
2265 7.3.1253 still undo problem after using CTRL-R = setline()
|
1286
|
+
1849 7.3.1254 (after 7.3.1252) can't build without the multi-lang feature
|
1287
|
+
2359 7.3.1255 Clang warnings when building with Athena
|
1288
|
+
4034 7.3.1256 can't build without eval or autocmd feature
|
1289
|
+
1820 7.3.1257 GNU gettext() ignores :lang language setting
|
1290
|
+
1881 7.3.1258 using submatch() may crash Vim
|
1291
|
+
2626 7.3.1259 no test for patch 7.3.1258
|
1292
|
+
3774 7.3.1260 completion gets incomplete command line in cmdline window
|
1293
|
+
10176 7.3.1261 (after 7.3.1179) keymap causes global mapping to stop working
|
1294
|
+
5601 7.3.1262 crash and compilation warnings with Cygwin
|
1295
|
+
1690 7.3.1263 typo in short option name
|
1296
|
+
2349 7.3.1264 (after 7.3.1261) missing m_nowait
|
1297
|
+
1521 7.3.1265 (after 7.3.1249) errors for allowing "Vim:" in a modeline
|
1298
|
+
1857 7.3.1266 QNX: GUI fails to start
|
1299
|
+
12040 7.3.1267 MS-Windows ACL support doesn't work well
|
1300
|
+
3846 7.3.1268 ACL support doesn't work when when compiled with MingW
|
1301
|
+
1668 7.3.1269 insert completion keeps wrong entry selected
|
1302
|
+
1825 7.3.1270 using "Vp" in an empty buffer can't be undone
|
1303
|
+
1891 7.3.1271 (after 7.3.1260) command line completion does not work
|
1304
|
+
2962 7.3.1272 crash when editing Ruby file
|
1305
|
+
1652 7.3.1273 when copying a location list the index might be wrong
|
1306
|
+
3332 7.3.1274 using wrong window when using entry from location list
|
1307
|
+
5535 7.3.1275 "gn" does not work when the match is a single character
|
1308
|
+
1657 7.3.1276 resizing the window may send SIGWINCH to cscope and it quits
|
1309
|
+
3286 7.3.1277 in diff mode 'cursorline' also draws in the non-active window
|
1310
|
+
4461 7.3.1278 limit the screen size set by "stty"
|
1311
|
+
1814 7.3.1279 compiler warning for variable uninitialized
|
1312
|
+
6899 7.3.1280 (after 7.3.1247) reading memory already freed
|
1313
|
+
2145 7.3.1281 When 'ttymouse' is "xterm2" click in column 123 moves to 96
|
1314
|
+
3251 7.3.1282 'cursorline' not drawn in any other window
|
1315
|
+
2408 7.3.1283 test 71 fails on MS-Windows
|
1316
|
+
3800 7.3.1284 compiler warnings in MS-Windows clipboard handling
|
1317
|
+
10725 7.3.1285 no tests for picking window when using entry in location list
|
1318
|
+
1487 7.3.1286 check for screen size missing for Athena and Motif
|
1319
|
+
13995 7.3.1287 Python SystemExit exception is not handled properly
|
1320
|
+
14385 7.3.1288 the first ":echo 'hello'" command output doesn't show
|
1321
|
+
2406 7.3.1289 get GLIB warning when removing a menu item
|
1322
|
+
1385 7.3.1290 (after 7.3.1253) CTRL-R = in Insert mode starts new insert
|
1323
|
+
2028 7.3.1291 (after 7.3.1288) compiler warnings for uninitialized variable
|
1324
|
+
1635 7.3.1292 possibly using invalid pointer when searcing for window
|
1325
|
+
1811 7.3.1293 put in empty buffer cannot be undone
|
@@ -18,7 +18,7 @@
|
|
18
18
|
#used for pre-releases:
|
19
19
|
%define beta %{nil}
|
20
20
|
%define vimdir vim73%{?beta}
|
21
|
-
%define patchlevel
|
21
|
+
%define patchlevel 1293
|
22
22
|
|
23
23
|
Summary: The VIM editor
|
24
24
|
URL: http://www.vim.org/
|
@@ -1245,6 +1245,110 @@ Patch1186: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1186
|
|
1245
1245
|
Patch1187: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1187
|
1246
1246
|
Patch1188: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1188
|
1247
1247
|
Patch1189: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1189
|
1248
|
+
Patch1190: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1190
|
1249
|
+
Patch1191: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1191
|
1250
|
+
Patch1192: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1192
|
1251
|
+
Patch1193: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1193
|
1252
|
+
Patch1194: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1194
|
1253
|
+
Patch1195: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1195
|
1254
|
+
Patch1196: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1196
|
1255
|
+
Patch1197: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1197
|
1256
|
+
Patch1198: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1198
|
1257
|
+
Patch1199: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1199
|
1258
|
+
Patch1200: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1200
|
1259
|
+
Patch1201: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1201
|
1260
|
+
Patch1202: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1202
|
1261
|
+
Patch1203: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1203
|
1262
|
+
Patch1204: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1204
|
1263
|
+
Patch1205: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1205
|
1264
|
+
Patch1206: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1206
|
1265
|
+
Patch1207: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1207
|
1266
|
+
Patch1208: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1208
|
1267
|
+
Patch1209: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1209
|
1268
|
+
Patch1210: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1210
|
1269
|
+
Patch1211: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1211
|
1270
|
+
Patch1212: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1212
|
1271
|
+
Patch1213: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1213
|
1272
|
+
Patch1214: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1214
|
1273
|
+
Patch1215: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1215
|
1274
|
+
Patch1216: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1216
|
1275
|
+
Patch1217: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1217
|
1276
|
+
Patch1218: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1218
|
1277
|
+
Patch1219: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1219
|
1278
|
+
Patch1220: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1220
|
1279
|
+
Patch1221: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1221
|
1280
|
+
Patch1222: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1222
|
1281
|
+
Patch1223: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1223
|
1282
|
+
Patch1224: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1224
|
1283
|
+
Patch1225: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1225
|
1284
|
+
Patch1226: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1226
|
1285
|
+
Patch1227: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1227
|
1286
|
+
Patch1228: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1228
|
1287
|
+
Patch1229: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1229
|
1288
|
+
Patch1230: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1230
|
1289
|
+
Patch1231: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1231
|
1290
|
+
Patch1232: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1232
|
1291
|
+
Patch1233: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1233
|
1292
|
+
Patch1234: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1234
|
1293
|
+
Patch1235: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1235
|
1294
|
+
Patch1236: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1236
|
1295
|
+
Patch1237: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1237
|
1296
|
+
Patch1238: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1238
|
1297
|
+
Patch1239: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1239
|
1298
|
+
Patch1240: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1240
|
1299
|
+
Patch1241: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1241
|
1300
|
+
Patch1242: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1242
|
1301
|
+
Patch1243: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1243
|
1302
|
+
Patch1244: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1244
|
1303
|
+
Patch1245: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1245
|
1304
|
+
Patch1246: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1246
|
1305
|
+
Patch1247: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1247
|
1306
|
+
Patch1248: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1248
|
1307
|
+
Patch1249: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1249
|
1308
|
+
Patch1250: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1250
|
1309
|
+
Patch1251: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1251
|
1310
|
+
Patch1252: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1252
|
1311
|
+
Patch1253: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1253
|
1312
|
+
Patch1254: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1254
|
1313
|
+
Patch1255: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1255
|
1314
|
+
Patch1256: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1256
|
1315
|
+
Patch1257: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1257
|
1316
|
+
Patch1258: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1258
|
1317
|
+
Patch1259: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1259
|
1318
|
+
Patch1260: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1260
|
1319
|
+
Patch1261: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1261
|
1320
|
+
Patch1262: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1262
|
1321
|
+
Patch1263: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1263
|
1322
|
+
Patch1264: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1264
|
1323
|
+
Patch1265: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1265
|
1324
|
+
Patch1266: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1266
|
1325
|
+
Patch1267: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1267
|
1326
|
+
Patch1268: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1268
|
1327
|
+
Patch1269: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1269
|
1328
|
+
Patch1270: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1270
|
1329
|
+
Patch1271: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1271
|
1330
|
+
Patch1272: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1272
|
1331
|
+
Patch1273: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1273
|
1332
|
+
Patch1274: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1274
|
1333
|
+
Patch1275: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1275
|
1334
|
+
Patch1276: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1276
|
1335
|
+
Patch1277: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1277
|
1336
|
+
Patch1278: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1278
|
1337
|
+
Patch1279: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1279
|
1338
|
+
Patch1280: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1280
|
1339
|
+
Patch1281: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1281
|
1340
|
+
Patch1282: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1282
|
1341
|
+
Patch1283: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1283
|
1342
|
+
Patch1284: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1284
|
1343
|
+
Patch1285: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1285
|
1344
|
+
Patch1286: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1286
|
1345
|
+
Patch1287: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1287
|
1346
|
+
Patch1288: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1288
|
1347
|
+
Patch1289: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1289
|
1348
|
+
Patch1290: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1290
|
1349
|
+
Patch1291: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1291
|
1350
|
+
Patch1292: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1292
|
1351
|
+
Patch1293: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.1293
|
1248
1352
|
|
1249
1353
|
Patch3000: vim-7.3-syntax.patch
|
1250
1354
|
Patch3002: vim-7.1-nowarnings.patch
|
@@ -2581,6 +2685,110 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|
2581
2685
|
%patch1187 -p0
|
2582
2686
|
%patch1188 -p0
|
2583
2687
|
%patch1189 -p0
|
2688
|
+
%patch1190 -p0
|
2689
|
+
%patch1191 -p0
|
2690
|
+
%patch1192 -p0
|
2691
|
+
%patch1193 -p0
|
2692
|
+
%patch1194 -p0
|
2693
|
+
%patch1195 -p0
|
2694
|
+
%patch1196 -p0
|
2695
|
+
%patch1197 -p0
|
2696
|
+
%patch1198 -p0
|
2697
|
+
%patch1199 -p0
|
2698
|
+
%patch1200 -p0
|
2699
|
+
%patch1201 -p0
|
2700
|
+
%patch1202 -p0
|
2701
|
+
%patch1203 -p0
|
2702
|
+
%patch1204 -p0
|
2703
|
+
%patch1205 -p0
|
2704
|
+
%patch1206 -p0
|
2705
|
+
%patch1207 -p0
|
2706
|
+
%patch1208 -p0
|
2707
|
+
%patch1209 -p0
|
2708
|
+
%patch1210 -p0
|
2709
|
+
%patch1211 -p0
|
2710
|
+
%patch1212 -p0
|
2711
|
+
%patch1213 -p0
|
2712
|
+
%patch1214 -p0
|
2713
|
+
%patch1215 -p0
|
2714
|
+
%patch1216 -p0
|
2715
|
+
%patch1217 -p0
|
2716
|
+
%patch1218 -p0
|
2717
|
+
%patch1219 -p0
|
2718
|
+
%patch1220 -p0
|
2719
|
+
%patch1221 -p0
|
2720
|
+
%patch1222 -p0
|
2721
|
+
%patch1223 -p0
|
2722
|
+
%patch1224 -p0
|
2723
|
+
%patch1225 -p0
|
2724
|
+
%patch1226 -p0
|
2725
|
+
%patch1227 -p0
|
2726
|
+
%patch1228 -p0
|
2727
|
+
%patch1229 -p0
|
2728
|
+
%patch1230 -p0
|
2729
|
+
%patch1231 -p0
|
2730
|
+
%patch1232 -p0
|
2731
|
+
%patch1233 -p0
|
2732
|
+
%patch1234 -p0
|
2733
|
+
%patch1235 -p0
|
2734
|
+
%patch1236 -p0
|
2735
|
+
%patch1237 -p0
|
2736
|
+
%patch1238 -p0
|
2737
|
+
%patch1239 -p0
|
2738
|
+
%patch1240 -p0
|
2739
|
+
%patch1241 -p0
|
2740
|
+
%patch1242 -p0
|
2741
|
+
%patch1243 -p0
|
2742
|
+
%patch1244 -p0
|
2743
|
+
%patch1245 -p0
|
2744
|
+
%patch1246 -p0
|
2745
|
+
%patch1247 -p0
|
2746
|
+
%patch1248 -p0
|
2747
|
+
%patch1249 -p0
|
2748
|
+
%patch1250 -p0
|
2749
|
+
%patch1251 -p0
|
2750
|
+
%patch1252 -p0
|
2751
|
+
%patch1253 -p0
|
2752
|
+
%patch1254 -p0
|
2753
|
+
%patch1255 -p0
|
2754
|
+
%patch1256 -p0
|
2755
|
+
%patch1257 -p0
|
2756
|
+
%patch1258 -p0
|
2757
|
+
%patch1259 -p0
|
2758
|
+
%patch1260 -p0
|
2759
|
+
%patch1261 -p0
|
2760
|
+
%patch1262 -p0
|
2761
|
+
%patch1263 -p0
|
2762
|
+
%patch1264 -p0
|
2763
|
+
%patch1265 -p0
|
2764
|
+
%patch1266 -p0
|
2765
|
+
%patch1267 -p0
|
2766
|
+
%patch1268 -p0
|
2767
|
+
%patch1269 -p0
|
2768
|
+
%patch1270 -p0
|
2769
|
+
%patch1271 -p0
|
2770
|
+
%patch1272 -p0
|
2771
|
+
%patch1273 -p0
|
2772
|
+
%patch1274 -p0
|
2773
|
+
%patch1275 -p0
|
2774
|
+
%patch1276 -p0
|
2775
|
+
%patch1277 -p0
|
2776
|
+
%patch1278 -p0
|
2777
|
+
%patch1279 -p0
|
2778
|
+
%patch1280 -p0
|
2779
|
+
%patch1281 -p0
|
2780
|
+
%patch1282 -p0
|
2781
|
+
%patch1283 -p0
|
2782
|
+
%patch1284 -p0
|
2783
|
+
%patch1285 -p0
|
2784
|
+
%patch1286 -p0
|
2785
|
+
%patch1287 -p0
|
2786
|
+
%patch1288 -p0
|
2787
|
+
%patch1289 -p0
|
2788
|
+
%patch1290 -p0
|
2789
|
+
%patch1291 -p0
|
2790
|
+
%patch1292 -p0
|
2791
|
+
%patch1293 -p0
|
2584
2792
|
|
2585
2793
|
|
2586
2794
|
# install spell files
|
@@ -3076,6 +3284,9 @@ rm -rf %{buildroot}
|
|
3076
3284
|
%{_datadir}/icons/hicolor/*/apps/*
|
3077
3285
|
|
3078
3286
|
%changelog
|
3287
|
+
* Thu Jul 04 2013 Karsten Hopp <karsten@redhat.com> 7.3.1293-1
|
3288
|
+
- patchlevel 1293
|
3289
|
+
|
3079
3290
|
* Fri Jun 14 2013 Karsten Hopp <karsten@redhat.com> 7.3.1189-1
|
3080
3291
|
- patchlevel 1189
|
3081
3292
|
|