- patchlevel 584
This commit is contained in:
parent
e1d7cbfaa8
commit
b301d04303
@ -587,3 +587,31 @@ Individual patches for Vim 7.3:
|
||||
1660 7.3.554 compiler warning for unused argument
|
||||
7968 7.3.555 building on IBM z/OS fails
|
||||
2194 7.3.556 compiler warnings on 64 bit Windows
|
||||
2958 7.3.557 crash when an autocommand wipes out a buffer when it is hidden
|
||||
2956 7.3.558 (after 7.3.552) memory access error
|
||||
3483 7.3.559 home_replace() does not work with 8.3 filename
|
||||
1551 7.3.560 get an error for a locked argument in extend()
|
||||
1511 7.3.561 refresh: always in a complete function breaks the "." command
|
||||
1659 7.3.562 ":profdel" works when the +profile feature is disabled
|
||||
2742 7.3.563 (after 7.3.557) can't build with tiny features
|
||||
1785 7.3.564 (after 7.3.559) warning for pointer conversion
|
||||
1806 7.3.565 can't generate proto file for Python 3
|
||||
2363 7.3.566 (after 7.3.561) redo works incorrectly without refresh:always
|
||||
1739 7.3.567 missing copyright notice
|
||||
3890 7.3.568 bad indents for #ifdefs
|
||||
133265 7.3.569 evaluating Vim expression in Python is insufficient
|
||||
4659 7.3.570 ":vimgrep" does not obey 'wildignore'
|
||||
3915 7.3.571 duplicated condition
|
||||
1915 7.3.572 duplicate statement in if and else
|
||||
1419 7.3.573 using array index before bounds checking
|
||||
2491 7.3.574 a CTRL-L character is not pasted on the search command line
|
||||
1586 7.3.575 "ygt" tries to yank instead of giving an error
|
||||
7301 7.3.576 formatting of lists inside comments is not right yet
|
||||
6542 7.3.577 size of memory does not fit in 32 bit unsigned
|
||||
2025 7.3.578 misplaced declaration.
|
||||
7644 7.3.579 (after 7.3.569) can't compile with Python 2.5
|
||||
1517 7.3.580 warning on 64 bit MS-Windows
|
||||
4236 7.3.581 problems compiling with Python
|
||||
1342 7.3.582 missing pieces in test OK file
|
||||
3125 7.3.583 PyObject_NextNotImplemented is not defined before Python 2.7
|
||||
4088 7.3.584 PyCObject is not always defined
|
||||
|
63
vim.spec
63
vim.spec
@ -18,13 +18,13 @@
|
||||
#used for pre-releases:
|
||||
%define beta %{nil}
|
||||
%define vimdir vim73%{?beta}
|
||||
%define patchlevel 556
|
||||
%define patchlevel 584
|
||||
|
||||
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
|
||||
@ -612,6 +612,34 @@ Patch553: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.553
|
||||
Patch554: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.554
|
||||
Patch555: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.555
|
||||
Patch556: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.556
|
||||
Patch557: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.557
|
||||
Patch558: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.558
|
||||
Patch559: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.559
|
||||
Patch560: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.560
|
||||
Patch561: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.561
|
||||
Patch562: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.562
|
||||
Patch563: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.563
|
||||
Patch564: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.564
|
||||
Patch565: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.565
|
||||
Patch566: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.566
|
||||
Patch567: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.567
|
||||
Patch568: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.568
|
||||
Patch569: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.569
|
||||
Patch570: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.570
|
||||
Patch571: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.571
|
||||
Patch572: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.572
|
||||
Patch573: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.573
|
||||
Patch574: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.574
|
||||
Patch575: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.575
|
||||
Patch576: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.576
|
||||
Patch577: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.577
|
||||
Patch578: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.578
|
||||
Patch579: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.579
|
||||
Patch580: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.580
|
||||
Patch581: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.581
|
||||
Patch582: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.582
|
||||
Patch583: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.583
|
||||
Patch584: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.584
|
||||
|
||||
Patch3000: vim-7.3-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -1314,6 +1342,34 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch554 -p0
|
||||
%patch555 -p0
|
||||
%patch556 -p0
|
||||
%patch557 -p0
|
||||
%patch558 -p0
|
||||
%patch559 -p0
|
||||
%patch560 -p0
|
||||
%patch561 -p0
|
||||
%patch562 -p0
|
||||
%patch563 -p0
|
||||
%patch564 -p0
|
||||
%patch565 -p0
|
||||
%patch566 -p0
|
||||
%patch567 -p0
|
||||
%patch568 -p0
|
||||
%patch569 -p0
|
||||
%patch570 -p0
|
||||
%patch571 -p0
|
||||
%patch572 -p0
|
||||
%patch573 -p0
|
||||
%patch574 -p0
|
||||
%patch575 -p0
|
||||
%patch576 -p0
|
||||
%patch577 -p0
|
||||
%patch578 -p0
|
||||
%patch579 -p0
|
||||
%patch580 -p0
|
||||
%patch581 -p0
|
||||
%patch582 -p0
|
||||
%patch583 -p0
|
||||
%patch584 -p0
|
||||
|
||||
|
||||
# install spell files
|
||||
@ -1770,6 +1826,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 02 2012 Karsten Hopp <karsten@redhat.com> 7.3.584-1
|
||||
- patchlevel 584
|
||||
|
||||
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 2:7.3.556-2
|
||||
- Perl 5.16 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user