- patchlevel 712

This commit is contained in:
Karsten Hopp 2012-11-12 15:31:27 +01:00
parent af81361af1
commit 722559bee4
3 changed files with 376 additions and 3 deletions

View File

@ -713,3 +713,33 @@ Individual patches for Vim 7.3:
2190 7.3.680 some files missing in the list of distributed files 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 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 1791 7.3.682 (after 7.3.677) compiler complains about incompatible types
2578 7.3.683 ":python" may crash when vimbindeval() returns None
4714 7.3.684 "make test" does not delete lua.vim
1827 7.3.685 no test for what patch 7.3.673 fixes
2226 7.3.686 cannot use CTRL-\ e mapping when entering an expression
1386 7.3.687 test 16 fails when $DISPLAY is not set
5283 7.3.688 Python 3.3 is not supported
2266 7.3.689 MzScheme and Lua may use a NULL string
1806 7.3.690 crash with directory name equal to maximum path length
1910 7.3.691 state specific to the Python thread is discarded
1598 7.3.692 can't build GTK version with GTK 2.0
5071 7.3.693 can't make 'softtabstop' follow 'shiftwidth'
4631 7.3.694 'shiftwidth' is not so easy to use in indent files
3710 7.3.695 balloon cannot show multi-byte text
2994 7.3.696 message about added spell language can be wrong
6108 7.3.697 leaking resources when setting GUI font
2742 7.3.698 Python 3 does not preserve state beween commands
2522 7.3.699 manually set 'ttymouse' is overruled by automatic detection
2214 7.3.700 cannot detect URXVT and SGR mouse support
2616 7.3.701 MS-Windows: Crash with stack overflow when setting 'encoding'
1352 7.3.702 nmake from VS6 service pack 6 is not recognized
3326 7.3.703 when 'undofile' is reset the hash is computed unnecessarily
2906 7.3.704 repeating "cgn" does not always work correctly
2581 7.3.705 mouse features are not in alphabetical order
1638 7.3.706 (after 7.3.697) can't build Motif version
4088 7.3.707 (after 7.3.701) library name with non-latin characters fails
3001 7.3.708 filler lines above the first line may be hidden
1513 7.3.709 compiler warning for unused argument
1685 7.3.710 (after 7.3.704) "fn" is broken
7579 7.3.711 (after 7.3.688) vim.current.buffer is not available
1474 7.3.712 nmake from VS2010 SP1 is not recognized

View File

@ -2,7 +2,7 @@
debug="" debug=""
#debug="echo" #debug="echo"
cd $HOME/src/fedora/rpms/vim/master/ cd `dirname $0`
LANG=C LANG=C
SPEC=vim.spec SPEC=vim.spec

347
vim.spec
View File

@ -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 682 %define patchlevel 712
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
@ -738,6 +738,176 @@ 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 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 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 Patch682: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.682
Patch683: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.683
Patch684: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.684
Patch685: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.685
Patch686: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.686
Patch687: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.687
Patch688: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.688
Patch689: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.689
Patch690: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.690
Patch691: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.691
Patch692: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.692
Patch693: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.693
Patch694: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.694
Patch695: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.695
Patch696: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.696
Patch697: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.697
Patch698: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.698
Patch699: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.699
Patch700: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.700
Patch701: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.701
Patch702: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.702
Patch703: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.703
Patch704: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.704
Patch705: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.705
Patch706: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.706
Patch707: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.707
Patch708: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.708
Patch709: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.709
Patch710: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.710
Patch711: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.711
Patch712: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.712
Patch683: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.683
Patch684: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.684
Patch685: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.685
Patch686: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.686
Patch687: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.687
Patch688: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.688
Patch689: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.689
Patch690: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.690
Patch691: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.691
Patch692: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.692
Patch693: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.693
Patch694: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.694
Patch695: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.695
Patch696: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.696
Patch697: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.697
Patch698: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.698
Patch699: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.699
Patch700: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.700
Patch701: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.701
Patch702: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.702
Patch703: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.703
Patch704: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.704
Patch705: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.705
Patch706: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.706
Patch707: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.707
Patch708: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.708
Patch709: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.709
Patch710: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.710
Patch711: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.711
Patch712: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.712
Patch684: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.684
Patch685: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.685
Patch686: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.686
Patch687: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.687
Patch688: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.688
Patch689: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.689
Patch690: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.690
Patch691: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.691
Patch692: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.692
Patch693: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.693
Patch694: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.694
Patch695: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.695
Patch696: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.696
Patch697: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.697
Patch698: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.698
Patch699: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.699
Patch700: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.700
Patch701: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.701
Patch702: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.702
Patch703: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.703
Patch704: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.704
Patch705: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.705
Patch706: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.706
Patch707: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.707
Patch708: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.708
Patch709: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.709
Patch710: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.710
Patch711: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.711
Patch712: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.712
Patch685: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.685
Patch686: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.686
Patch687: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.687
Patch688: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.688
Patch689: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.689
Patch690: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.690
Patch691: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.691
Patch692: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.692
Patch693: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.693
Patch694: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.694
Patch695: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.695
Patch696: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.696
Patch697: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.697
Patch698: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.698
Patch699: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.699
Patch700: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.700
Patch701: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.701
Patch702: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.702
Patch703: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.703
Patch704: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.704
Patch705: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.705
Patch706: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.706
Patch707: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.707
Patch708: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.708
Patch709: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.709
Patch710: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.710
Patch711: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.711
Patch712: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.712
Patch686: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.686
Patch687: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.687
Patch688: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.688
Patch689: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.689
Patch690: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.690
Patch691: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.691
Patch692: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.692
Patch693: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.693
Patch694: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.694
Patch695: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.695
Patch696: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.696
Patch697: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.697
Patch698: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.698
Patch699: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.699
Patch700: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.700
Patch701: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.701
Patch702: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.702
Patch703: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.703
Patch704: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.704
Patch705: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.705
Patch706: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.706
Patch707: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.707
Patch708: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.708
Patch709: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.709
Patch710: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.710
Patch711: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.711
Patch712: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.712
Patch687: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.687
Patch688: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.688
Patch689: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.689
Patch690: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.690
Patch691: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.691
Patch692: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.692
Patch693: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.693
Patch694: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.694
Patch695: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.695
Patch696: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.696
Patch697: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.697
Patch698: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.698
Patch699: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.699
Patch700: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.700
Patch701: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.701
Patch702: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.702
Patch703: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.703
Patch704: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.704
Patch705: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.705
Patch706: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.706
Patch707: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.707
Patch708: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.708
Patch709: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.709
Patch710: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.710
Patch711: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.711
Patch712: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.712
Patch3000: vim-7.3-syntax.patch Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -1566,6 +1736,176 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch680 -p0 %patch680 -p0
%patch681 -p0 %patch681 -p0
%patch682 -p0 %patch682 -p0
%patch683 -p0
%patch684 -p0
%patch685 -p0
%patch686 -p0
%patch687 -p0
%patch688 -p0
%patch689 -p0
%patch690 -p0
%patch691 -p0
%patch692 -p0
%patch693 -p0
%patch694 -p0
%patch695 -p0
%patch696 -p0
%patch697 -p0
%patch698 -p0
%patch699 -p0
%patch700 -p0
%patch701 -p0
%patch702 -p0
%patch703 -p0
%patch704 -p0
%patch705 -p0
%patch706 -p0
%patch707 -p0
%patch708 -p0
%patch709 -p0
%patch710 -p0
%patch711 -p0
%patch712 -p0
%patch683 -p0
%patch684 -p0
%patch685 -p0
%patch686 -p0
%patch687 -p0
%patch688 -p0
%patch689 -p0
%patch690 -p0
%patch691 -p0
%patch692 -p0
%patch693 -p0
%patch694 -p0
%patch695 -p0
%patch696 -p0
%patch697 -p0
%patch698 -p0
%patch699 -p0
%patch700 -p0
%patch701 -p0
%patch702 -p0
%patch703 -p0
%patch704 -p0
%patch705 -p0
%patch706 -p0
%patch707 -p0
%patch708 -p0
%patch709 -p0
%patch710 -p0
%patch711 -p0
%patch712 -p0
%patch684 -p0
%patch685 -p0
%patch686 -p0
%patch687 -p0
%patch688 -p0
%patch689 -p0
%patch690 -p0
%patch691 -p0
%patch692 -p0
%patch693 -p0
%patch694 -p0
%patch695 -p0
%patch696 -p0
%patch697 -p0
%patch698 -p0
%patch699 -p0
%patch700 -p0
%patch701 -p0
%patch702 -p0
%patch703 -p0
%patch704 -p0
%patch705 -p0
%patch706 -p0
%patch707 -p0
%patch708 -p0
%patch709 -p0
%patch710 -p0
%patch711 -p0
%patch712 -p0
%patch685 -p0
%patch686 -p0
%patch687 -p0
%patch688 -p0
%patch689 -p0
%patch690 -p0
%patch691 -p0
%patch692 -p0
%patch693 -p0
%patch694 -p0
%patch695 -p0
%patch696 -p0
%patch697 -p0
%patch698 -p0
%patch699 -p0
%patch700 -p0
%patch701 -p0
%patch702 -p0
%patch703 -p0
%patch704 -p0
%patch705 -p0
%patch706 -p0
%patch707 -p0
%patch708 -p0
%patch709 -p0
%patch710 -p0
%patch711 -p0
%patch712 -p0
%patch686 -p0
%patch687 -p0
%patch688 -p0
%patch689 -p0
%patch690 -p0
%patch691 -p0
%patch692 -p0
%patch693 -p0
%patch694 -p0
%patch695 -p0
%patch696 -p0
%patch697 -p0
%patch698 -p0
%patch699 -p0
%patch700 -p0
%patch701 -p0
%patch702 -p0
%patch703 -p0
%patch704 -p0
%patch705 -p0
%patch706 -p0
%patch707 -p0
%patch708 -p0
%patch709 -p0
%patch710 -p0
%patch711 -p0
%patch712 -p0
%patch687 -p0
%patch688 -p0
%patch689 -p0
%patch690 -p0
%patch691 -p0
%patch692 -p0
%patch693 -p0
%patch694 -p0
%patch695 -p0
%patch696 -p0
%patch697 -p0
%patch698 -p0
%patch699 -p0
%patch700 -p0
%patch701 -p0
%patch702 -p0
%patch703 -p0
%patch704 -p0
%patch705 -p0
%patch706 -p0
%patch707 -p0
%patch708 -p0
%patch709 -p0
%patch710 -p0
%patch711 -p0
%patch712 -p0
# install spell files # install spell files
@ -2031,6 +2371,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Mon Nov 12 2012 Karsten Hopp <karsten@redhat.com> 7.3.712-1
- patchlevel 712
* Mon Nov 12 2012 Karsten Hopp <karsten@redhat.com> 7.3.682-2 * Mon Nov 12 2012 Karsten Hopp <karsten@redhat.com> 7.3.682-2
- fix vim.csh syntax - fix vim.csh syntax