- patchlevel 622
This commit is contained in:
parent
f6534e6dca
commit
bbcf5841c5
@ -635,3 +635,21 @@ Individual patches for Vim 7.3:
|
||||
1532 7.3.602 missing files in distribution
|
||||
11248 7.3.603 it is possible to add or replace builtin functions
|
||||
1861 7.3.604 inputdialog() doesn't use the cancel argument in the console
|
||||
2334 7.3.605 MS-Windows: Can't compile with older compilers
|
||||
2522 7.3.606 CTRL-P completion has a problem with multi-byte characters
|
||||
2139 7.3.607 with 8 color terminal selected menu item is black on black
|
||||
3847 7.3.608 winrestview() does not always restore the view correctly
|
||||
5843 7.3.609 file names in :checkpath! output are garbled
|
||||
12106 7.3.610 cannot operate on the text that a search pattern matches
|
||||
1895 7.3.611 can't use Vim dictionary as self argument in Python
|
||||
2081 7.3.612 auto formatting messes up text when 'fo' contains "2"
|
||||
6886 7.3.613 including Python's config.c in the build causes trouble
|
||||
5747 7.3.614 number arg gets turned into number while it should be string
|
||||
2915 7.3.615 completion does not recognized escaped spaces
|
||||
1289 7.3.616 (after 7.3.610) can't compile without +visual
|
||||
1781 7.3.617 (after 7.3.615) hang on completion
|
||||
10033 7.3.618 (after 7.3.616) still doesn't compile with small features
|
||||
1583 7.3.619 when executing a shell command Vim may become slow to respond
|
||||
4897 7.3.620 building with recent Ruby on Win32 doesn't work
|
||||
2259 7.3.621 compiler warnings on 64 bit windows
|
||||
1867 7.3.622 XPM library for Win32 can't be found
|
||||
|
41
vim.spec
41
vim.spec
@ -18,7 +18,7 @@
|
||||
#used for pre-releases:
|
||||
%define beta %{nil}
|
||||
%define vimdir vim73%{?beta}
|
||||
%define patchlevel 604
|
||||
%define patchlevel 622
|
||||
|
||||
Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
@ -660,6 +660,24 @@ Patch601: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.601
|
||||
Patch602: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.602
|
||||
Patch603: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.603
|
||||
Patch604: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.604
|
||||
Patch605: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.605
|
||||
Patch606: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.606
|
||||
Patch607: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.607
|
||||
Patch608: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.608
|
||||
Patch609: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.609
|
||||
Patch610: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.610
|
||||
Patch611: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.611
|
||||
Patch612: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.612
|
||||
Patch613: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.613
|
||||
Patch614: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.614
|
||||
Patch615: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.615
|
||||
Patch616: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.616
|
||||
Patch617: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.617
|
||||
Patch618: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.618
|
||||
Patch619: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.619
|
||||
Patch620: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.620
|
||||
Patch621: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.621
|
||||
Patch622: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.622
|
||||
|
||||
Patch3000: vim-7.3-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -1409,6 +1427,24 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch602 -p0
|
||||
%patch603 -p0
|
||||
%patch604 -p0
|
||||
%patch605 -p0
|
||||
%patch606 -p0
|
||||
%patch607 -p0
|
||||
%patch608 -p0
|
||||
%patch609 -p0
|
||||
%patch610 -p0
|
||||
%patch611 -p0
|
||||
%patch612 -p0
|
||||
%patch613 -p0
|
||||
%patch614 -p0
|
||||
%patch615 -p0
|
||||
%patch616 -p0
|
||||
%patch617 -p0
|
||||
%patch618 -p0
|
||||
%patch619 -p0
|
||||
%patch620 -p0
|
||||
%patch621 -p0
|
||||
%patch622 -p0
|
||||
|
||||
|
||||
# install spell files
|
||||
@ -1863,6 +1899,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 06 2012 Karsten Hopp <karsten@redhat.com> 7.3.622-1
|
||||
- patchlevel 622
|
||||
|
||||
* Mon Aug 06 2012 Karsten Hopp <karsten@redhat.com> 7.3.604-1
|
||||
- drop vim-6.1-rh3.patch, (bz #754801)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user