diff --git a/README.patches b/README.patches index dc198b3..c407164 100644 --- a/README.patches +++ b/README.patches @@ -722,3 +722,24 @@ Individual patches for Vim 7.3: 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 diff --git a/vim.spec b/vim.spec index 8bf941f..80801bb 100644 --- a/vim.spec +++ b/vim.spec @@ -18,7 +18,7 @@ #used for pre-releases: %define beta %{nil} %define vimdir vim73%{?beta} -%define patchlevel 691 +%define patchlevel 712 Summary: The VIM editor URL: http://www.vim.org/ @@ -747,6 +747,27 @@ 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 Patch3002: vim-7.1-nowarnings.patch @@ -1584,6 +1605,27 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %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 @@ -2046,6 +2088,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/icons/hicolor/*/apps/* %changelog +* Tue Oct 23 2012 Karsten Hopp 7.3.712-1 +- patchlevel 712 + * Mon Oct 15 2012 Karsten Hopp 7.3.691-1 - patchlevel 691