- patchlevel 434
This commit is contained in:
parent
466924ff9f
commit
7656b7661e
@ -424,3 +424,44 @@ Individual patches for Vim 7.3:
|
||||
1520 7.3.391 can't check if the XPM_W32 feature is enabled
|
||||
3505 7.3.392 setting 'undofile' does not trigger reading the undo file
|
||||
4803 7.3.393 Win32: When resizing Vim it may be moved to another monitor
|
||||
1866 7.3.394 screen messed up when placing a mark while starting up
|
||||
3012 7.3.395 (after 7.3.251) "dv?bar" deletes too much and breaks undo
|
||||
1598 7.3.396 operator can become linewise after forcing it characterwise
|
||||
6186 7.3.397 ":helpgrep" does not work when 'encoding' is not utf-8
|
||||
1928 7.3.398 jumping to wrong location after creating 10 location lists
|
||||
4052 7.3.399 ":cd" doesn't work when the path contains wildcards
|
||||
44950 7.3.400 compiler warnings for shadowed variables
|
||||
5138 7.3.401 couple more compiler warning for shadowed variables
|
||||
2006 7.3.402 line of text redrawn while at the more prompt
|
||||
2976 7.3.403 ":helpgrep" does not trigger QuickFixCmd* autocommands
|
||||
2638 7.3.404 using refresh "always" in a complete function breaks redo
|
||||
3074 7.3.405 xterm may delete the urxvt mouse termcap code
|
||||
2830 7.3.406 Win32: multi-byte characters in b:browsefilter broken
|
||||
7268 7.3.407 ":12verbose call F()" duplicates text while trying to truncate
|
||||
1446 7.3.408 (after 7.3.406) missing declaration breaks compilation
|
||||
1565 7.3.409 the license in pty.c is unclear
|
||||
1396 7.3.410 compiler error for // comment
|
||||
1775 7.3.411 pasting in Visual mode using the "" register does not work
|
||||
1502 7.3.412 storing a float in a session file has an additional '&'
|
||||
2770 7.3.413 compiler warnings on MS-Windows
|
||||
2304 7.3.414 using CTRL-A on "000" drops the leading zero
|
||||
1727 7.3.415 (after 7.3.359) function completion stops after a dictionary
|
||||
1687 7.3.416 (after 7.3.415) compiler warning for pointer type
|
||||
1460 7.3.417 (after 7.3.395) test 43 fails with a tiny build
|
||||
1705 7.3.418 get an error message when a user complete function returns -1
|
||||
2376 7.3.419 DBCS encoding in a user command does not always work
|
||||
2202 7.3.420 "it" and "at" don't work properly with a dash in the tag name
|
||||
2161 7.3.421 get E832 when setting 'undofile' in vimrc
|
||||
3076 7.3.422 Python 3 does not have __members__
|
||||
4733 7.3.423 small mistakes in comments, proto and indent
|
||||
2210 7.3.424 Win16 version missing some functions
|
||||
2572 7.3.425 (after 7.3.265) search history lines are duplicated
|
||||
8345 7.3.426 with '$' in 'cpoptions' $ is not displayed in the first column
|
||||
10744 7.3.427 readfile() can be slow with long lines
|
||||
2881 7.3.428 Win32: an xpm file without a mask crashes Vim
|
||||
5441 7.3.429 with 'E' in 'cpoptions' redo wrong after "c0" in first column
|
||||
2949 7.3.430 conf filetype detection may end up in the wrong augroup
|
||||
8810 7.3.431 fetching a key at a prompt may be confused by escape sequences
|
||||
6926 7.3.432 ACLs are not supported for ZFS or NFSv4 on Solaris
|
||||
2538 7.3.433 using continued lines in a Vim script can be slow
|
||||
6194 7.3.434 using join() can be slow
|
||||
|
89
vim.spec
89
vim.spec
@ -18,13 +18,13 @@
|
||||
#used for pre-releases:
|
||||
%define beta %{nil}
|
||||
%define vimdir vim73%{?beta}
|
||||
%define patchlevel 393
|
||||
%define patchlevel 434
|
||||
|
||||
Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
Name: vim
|
||||
Version: %{baseversion}.%{beta}%{patchlevel}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Vim
|
||||
Group: Applications/Editors
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
|
||||
@ -448,6 +448,47 @@ Patch390: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.390
|
||||
Patch391: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.391
|
||||
Patch392: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.392
|
||||
Patch393: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.393
|
||||
Patch394: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.394
|
||||
Patch395: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.395
|
||||
Patch396: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.396
|
||||
Patch397: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.397
|
||||
Patch398: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.398
|
||||
Patch399: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.399
|
||||
Patch400: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.400
|
||||
Patch401: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.401
|
||||
Patch402: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.402
|
||||
Patch403: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.403
|
||||
Patch404: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.404
|
||||
Patch405: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.405
|
||||
Patch406: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.406
|
||||
Patch407: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.407
|
||||
Patch408: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.408
|
||||
Patch409: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.409
|
||||
Patch410: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.410
|
||||
Patch411: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.411
|
||||
Patch412: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.412
|
||||
Patch413: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.413
|
||||
Patch414: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.414
|
||||
Patch415: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.415
|
||||
Patch416: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.416
|
||||
Patch417: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.417
|
||||
Patch418: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.418
|
||||
Patch419: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.419
|
||||
Patch420: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.420
|
||||
Patch421: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.421
|
||||
Patch422: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.422
|
||||
Patch423: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.423
|
||||
Patch424: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.424
|
||||
Patch425: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.425
|
||||
Patch426: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.426
|
||||
Patch427: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.427
|
||||
Patch428: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.428
|
||||
Patch429: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.429
|
||||
Patch430: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.430
|
||||
Patch431: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.431
|
||||
Patch432: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.432
|
||||
Patch433: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.433
|
||||
Patch434: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.434
|
||||
|
||||
Patch3000: vim-7.3-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -985,6 +1026,47 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch391 -p0
|
||||
%patch392 -p0
|
||||
%patch393 -p0
|
||||
%patch394 -p0
|
||||
%patch395 -p0
|
||||
%patch396 -p0
|
||||
%patch397 -p0
|
||||
%patch398 -p0
|
||||
%patch399 -p0
|
||||
%patch400 -p0
|
||||
%patch401 -p0
|
||||
%patch402 -p0
|
||||
%patch403 -p0
|
||||
%patch404 -p0
|
||||
%patch405 -p0
|
||||
%patch406 -p0
|
||||
%patch407 -p0
|
||||
%patch408 -p0
|
||||
%patch409 -p0
|
||||
%patch410 -p0
|
||||
%patch411 -p0
|
||||
%patch412 -p0
|
||||
%patch413 -p0
|
||||
%patch414 -p0
|
||||
%patch415 -p0
|
||||
%patch416 -p0
|
||||
%patch417 -p0
|
||||
%patch418 -p0
|
||||
%patch419 -p0
|
||||
%patch420 -p0
|
||||
%patch421 -p0
|
||||
%patch422 -p0
|
||||
%patch423 -p0
|
||||
%patch424 -p0
|
||||
%patch425 -p0
|
||||
%patch426 -p0
|
||||
%patch427 -p0
|
||||
%patch428 -p0
|
||||
%patch429 -p0
|
||||
%patch430 -p0
|
||||
%patch431 -p0
|
||||
%patch432 -p0
|
||||
%patch433 -p0
|
||||
%patch434 -p0
|
||||
|
||||
|
||||
# install spell files
|
||||
@ -1439,6 +1521,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 07 2012 Karsten Hopp <karsten@redhat.com> 7.3.434-1
|
||||
- patchlevel 434
|
||||
|
||||
* Tue Feb 07 2012 Karsten Hopp <karsten@redhat.com> 7.3.393-3
|
||||
- update spec file template, bugzilla 736774
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user