- patchlevel 682
This commit is contained in:
parent
e873ec2d9e
commit
acfd5fdb8c
@ -669,3 +669,47 @@ Individual patches for Vim 7.3:
|
|||||||
4539 7.3.636 (after 7.3.625) "gn" fails for some zero-width matches
|
4539 7.3.636 (after 7.3.625) "gn" fails for some zero-width matches
|
||||||
3117 7.3.637 cannot catch error caused by a foldopen when there is no fold
|
3117 7.3.637 cannot catch error caused by a foldopen when there is no fold
|
||||||
1783 7.3.638 unecessary redraw of the previous character
|
1783 7.3.638 unecessary redraw of the previous character
|
||||||
|
31440 7.3.639 it's not easy to build Vim on Windows with XPM support
|
||||||
|
455297 7.3.640 binary files for 7.3.639
|
||||||
|
2219 7.3.641 ":mkview" uses ":normal" instead of ":normal!" for folds
|
||||||
|
1810 7.3.642 segfault with specific autocommands
|
||||||
|
2060 7.3.643 MS-Windows: 'lines' is wrong when starting up maximized
|
||||||
|
1925 7.3.644 dead code for BeOS GUI
|
||||||
|
2910 7.3.645 no tests for patch 7.3.625 and 7.3.637
|
||||||
|
2353 7.3.646 undo file unusable after reloading a buffer
|
||||||
|
5213 7.3.647 "gnd" doesn't work correctly in Visual mode
|
||||||
|
3831 7.3.648 crash when using a very long file name
|
||||||
|
2256 7.3.649 with 'clipboard' set to "unnamed" small deletes go to "1
|
||||||
|
1679 7.3.650 Completing ":help \{-" gives error and messes up command line
|
||||||
|
3120 7.3.651 Completing ":help \{-" gives error message
|
||||||
|
2304 7.3.652 workaround for Python crash isn't perfect
|
||||||
|
7986 7.3.653 lacking XPM support for MingW, 32 and 64 objects mixed up
|
||||||
|
3301 7.3.654 creating Vim dictionary from Python an empty key might be used
|
||||||
|
88812 7.3.655 64 bit MingW xpm .a file is missing
|
||||||
|
3106 7.3.656 internal error in :pyeval
|
||||||
|
6680 7.3.657 Python bindings silently truncate string values containing NUL
|
||||||
|
4244 7.3.658 NUL bytes truncate strings when converted from Python
|
||||||
|
6242 7.3.659 recent Python changes are not tested
|
||||||
|
1448 7.3.660 ":help !" jumps to help for ":!"
|
||||||
|
5339 7.3.661 (after 7.3.652) SEGV in Python code
|
||||||
|
3126 7.3.662 can't build Ruby interface with Ruby 1.9.3
|
||||||
|
1498 7.3.663 end of color scheme name not clear in E185
|
||||||
|
2171 7.3.664 buffer overflow in unescaping multi-byte characters
|
||||||
|
2414 7.3.665 MSVC 11 is not supported
|
||||||
|
3195 7.3.666 Win32.mak can't be found
|
||||||
|
3213 7.3.667 unused variables in Perl interface
|
||||||
|
2763 7.3.668 loading Perl dynamically still uses static library
|
||||||
|
4757 7.3.669 when building with Cygwin loading Python dynamically fails
|
||||||
|
2318 7.3.670 tiny memory leak when throwing exception in Python
|
||||||
|
8213 7.3.671 more Python code can be shared between Python 2 and 3
|
||||||
|
22436 7.3.672 not possible to lock/unlock lists in Python interface
|
||||||
|
1967 7.3.673 "gN" while 'selection' is "exclusive" misses one character
|
||||||
|
10873 7.3.674 can't compile with Lua/dyn on Cygwin
|
||||||
|
1597 7.3.675 accessing uninitialized memory with a very long file name
|
||||||
|
2721 7.3.676 Ruby compilation on Windows 32 bit doesn't work
|
||||||
|
8428 7.3.677 buf_spname() is used inconsistently
|
||||||
|
2887 7.3.678 Ruby .so name may not be correct
|
||||||
|
11455 7.3.679 Ruby detection uses Config, newer Ruby versions use RbConfig
|
||||||
|
2190 7.3.680 some files missing in the list of distributed files
|
||||||
|
2014 7.3.681 list of distributed files picks up backup files
|
||||||
|
1791 7.3.682 (after 7.3.677) compiler complains about incompatible types
|
||||||
|
95
vim.spec
95
vim.spec
@ -18,13 +18,13 @@
|
|||||||
#used for pre-releases:
|
#used for pre-releases:
|
||||||
%define beta %{nil}
|
%define beta %{nil}
|
||||||
%define vimdir vim73%{?beta}
|
%define vimdir vim73%{?beta}
|
||||||
%define patchlevel 638
|
%define patchlevel 682
|
||||||
|
|
||||||
Summary: The VIM editor
|
Summary: The VIM editor
|
||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{beta}%{patchlevel}
|
Version: %{baseversion}.%{beta}%{patchlevel}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Vim
|
License: Vim
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
|
||||||
@ -694,6 +694,50 @@ Patch635: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.635
|
|||||||
Patch636: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.636
|
Patch636: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.636
|
||||||
Patch637: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.637
|
Patch637: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.637
|
||||||
Patch638: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.638
|
Patch638: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.638
|
||||||
|
Patch639: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.639
|
||||||
|
Patch640: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.640
|
||||||
|
Patch641: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.641
|
||||||
|
Patch642: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.642
|
||||||
|
Patch643: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.643
|
||||||
|
Patch644: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.644
|
||||||
|
Patch645: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.645
|
||||||
|
Patch646: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.646
|
||||||
|
Patch647: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.647
|
||||||
|
Patch648: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.648
|
||||||
|
Patch649: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.649
|
||||||
|
Patch650: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.650
|
||||||
|
Patch651: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.651
|
||||||
|
Patch652: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.652
|
||||||
|
Patch653: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.653
|
||||||
|
Patch654: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.654
|
||||||
|
Patch655: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.655
|
||||||
|
Patch656: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.656
|
||||||
|
Patch657: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.657
|
||||||
|
Patch658: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.658
|
||||||
|
Patch659: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.659
|
||||||
|
Patch660: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.660
|
||||||
|
Patch661: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.661
|
||||||
|
Patch662: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.662
|
||||||
|
Patch663: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.663
|
||||||
|
Patch664: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.664
|
||||||
|
Patch665: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.665
|
||||||
|
Patch666: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.666
|
||||||
|
Patch667: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.667
|
||||||
|
Patch668: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.668
|
||||||
|
Patch669: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.669
|
||||||
|
Patch670: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.670
|
||||||
|
Patch671: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.671
|
||||||
|
Patch672: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.672
|
||||||
|
Patch673: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.673
|
||||||
|
Patch674: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.674
|
||||||
|
Patch675: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.675
|
||||||
|
Patch676: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.676
|
||||||
|
Patch677: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.677
|
||||||
|
Patch678: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.678
|
||||||
|
Patch679: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.679
|
||||||
|
Patch680: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.680
|
||||||
|
Patch681: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.681
|
||||||
|
Patch682: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.682
|
||||||
|
|
||||||
Patch3000: vim-7.3-syntax.patch
|
Patch3000: vim-7.3-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1478,6 +1522,50 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch636 -p0
|
%patch636 -p0
|
||||||
%patch637 -p0
|
%patch637 -p0
|
||||||
%patch638 -p0
|
%patch638 -p0
|
||||||
|
%patch639 -p0
|
||||||
|
%patch640 -p0
|
||||||
|
%patch641 -p0
|
||||||
|
%patch642 -p0
|
||||||
|
%patch643 -p0
|
||||||
|
%patch644 -p0
|
||||||
|
%patch645 -p0
|
||||||
|
%patch646 -p0
|
||||||
|
%patch647 -p0
|
||||||
|
%patch648 -p0
|
||||||
|
%patch649 -p0
|
||||||
|
%patch650 -p0
|
||||||
|
%patch651 -p0
|
||||||
|
%patch652 -p0
|
||||||
|
%patch653 -p0
|
||||||
|
%patch654 -p0
|
||||||
|
%patch655 -p0
|
||||||
|
%patch656 -p0
|
||||||
|
%patch657 -p0
|
||||||
|
%patch658 -p0
|
||||||
|
%patch659 -p0
|
||||||
|
%patch660 -p0
|
||||||
|
%patch661 -p0
|
||||||
|
%patch662 -p0
|
||||||
|
%patch663 -p0
|
||||||
|
%patch664 -p0
|
||||||
|
%patch665 -p0
|
||||||
|
%patch666 -p0
|
||||||
|
%patch667 -p0
|
||||||
|
%patch668 -p0
|
||||||
|
%patch669 -p0
|
||||||
|
%patch670 -p0
|
||||||
|
%patch671 -p0
|
||||||
|
%patch672 -p0
|
||||||
|
%patch673 -p0
|
||||||
|
%patch674 -p0
|
||||||
|
%patch675 -p0
|
||||||
|
%patch676 -p0
|
||||||
|
%patch677 -p0
|
||||||
|
%patch678 -p0
|
||||||
|
%patch679 -p0
|
||||||
|
%patch680 -p0
|
||||||
|
%patch681 -p0
|
||||||
|
%patch682 -p0
|
||||||
|
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
@ -1935,6 +2023,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 05 2012 Karsten Hopp <karsten@redhat.com> 7.3.682-1
|
||||||
|
- patchlevel 682
|
||||||
|
|
||||||
* Tue Aug 28 2012 Karsten Hopp <karsten@redhat.com> 7.3.638-2
|
* Tue Aug 28 2012 Karsten Hopp <karsten@redhat.com> 7.3.638-2
|
||||||
- fix some man page typos (#668894, #675480)
|
- fix some man page typos (#668894, #675480)
|
||||||
- own usr/share/vim/vimfiles/doc/tags (#845564)
|
- own usr/share/vim/vimfiles/doc/tags (#845564)
|
||||||
|
Loading…
Reference in New Issue
Block a user