- patchlevel 797
This commit is contained in:
parent
9e1281362a
commit
93b11c4c89
@ -816,3 +816,15 @@ Individual patches for Vim 7.3:
|
|||||||
1329 7.3.783 crash when mark is not set
|
1329 7.3.783 crash when mark is not set
|
||||||
1914 7.3.784 (after 7.3.781) error when 'guifontwide' has a comma
|
1914 7.3.784 (after 7.3.781) error when 'guifontwide' has a comma
|
||||||
3145 7.3.785 (after 7.3.776) crash with specific use of search pattern
|
3145 7.3.785 (after 7.3.776) crash with specific use of search pattern
|
||||||
|
2928 7.3.786 Python threads don't run in the background (issue 103)
|
||||||
|
4304 7.3.787 with 'relativenumber' can't see the absolute line number
|
||||||
|
1481 7.3.788 when only using patches build fails on missing nl.po
|
||||||
|
5078 7.3.789 (after 7.3.776) "\k" in regexp does not work in other window
|
||||||
|
1727 7.3.790 after reloading a buffer the modelines are not processed
|
||||||
|
61514 7.3.791 MzScheme interface doesn't work propely
|
||||||
|
4000 7.3.792 ":substitute" works differently without confirmation
|
||||||
|
1768 7.3.793 (after 7.3.792) new :substutite behavior is not tested
|
||||||
|
1999 7.3.794 tiny build fails
|
||||||
|
5967 7.3.795 MzScheme does not build with tiny features
|
||||||
|
3027 7.3.796 "/[^\n]" does match at a line break
|
||||||
|
2040 7.3.797 (after 7.3.792) compiler warning for size_t to int conversion
|
||||||
|
29
vim.spec
29
vim.spec
@ -18,7 +18,7 @@
|
|||||||
#used for pre-releases:
|
#used for pre-releases:
|
||||||
%define beta %{nil}
|
%define beta %{nil}
|
||||||
%define vimdir vim73%{?beta}
|
%define vimdir vim73%{?beta}
|
||||||
%define patchlevel 785
|
%define patchlevel 797
|
||||||
|
|
||||||
Summary: The VIM editor
|
Summary: The VIM editor
|
||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
@ -842,6 +842,18 @@ Patch782: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.782
|
|||||||
Patch783: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.783
|
Patch783: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.783
|
||||||
Patch784: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.784
|
Patch784: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.784
|
||||||
Patch785: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.785
|
Patch785: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.785
|
||||||
|
Patch786: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.786
|
||||||
|
Patch787: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.787
|
||||||
|
Patch788: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.788
|
||||||
|
Patch789: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.789
|
||||||
|
Patch790: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.790
|
||||||
|
Patch791: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.791
|
||||||
|
Patch792: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.792
|
||||||
|
Patch793: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.793
|
||||||
|
Patch794: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.794
|
||||||
|
Patch795: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.795
|
||||||
|
Patch796: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.796
|
||||||
|
Patch797: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.797
|
||||||
|
|
||||||
Patch3000: vim-7.3-syntax.patch
|
Patch3000: vim-7.3-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1773,6 +1785,18 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch783 -p0
|
%patch783 -p0
|
||||||
%patch784 -p0
|
%patch784 -p0
|
||||||
%patch785 -p0
|
%patch785 -p0
|
||||||
|
%patch786 -p0
|
||||||
|
%patch787 -p0
|
||||||
|
%patch788 -p0
|
||||||
|
%patch789 -p0
|
||||||
|
%patch790 -p0
|
||||||
|
%patch791 -p0
|
||||||
|
%patch792 -p0
|
||||||
|
%patch793 -p0
|
||||||
|
%patch794 -p0
|
||||||
|
%patch795 -p0
|
||||||
|
%patch796 -p0
|
||||||
|
%patch797 -p0
|
||||||
|
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
@ -2245,6 +2269,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 31 2013 Karsten Hopp <karsten@redhat.com> 7.3.797-1
|
||||||
|
- patchlevel 797
|
||||||
|
|
||||||
* Mon Jan 28 2013 Karsten Hopp <karsten@redhat.com> 7.3.785-1
|
* Mon Jan 28 2013 Karsten Hopp <karsten@redhat.com> 7.3.785-1
|
||||||
- patchlevel 785
|
- patchlevel 785
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user