- patchlevel 822
This commit is contained in:
parent
965fba8223
commit
bcafa05778
@ -299,6 +299,7 @@ Individual patches for Vim 7.3:
|
|||||||
4017 7.3.265 storing search pattern in history without separator check
|
4017 7.3.265 storing search pattern in history without separator check
|
||||||
1677 7.3.266 in Gvim with iBus typing space in Insert mode doesn't work
|
1677 7.3.266 in Gvim with iBus typing space in Insert mode doesn't work
|
||||||
1784 7.3.267 Ruby on Mac OS X 10.7 may crash
|
1784 7.3.267 Ruby on Mac OS X 10.7 may crash
|
||||||
|
2093 7.3.268 Vim freezes when executing an external command with zsh
|
||||||
2871 7.3.269 'shellcmdflag' only works with one flag
|
2871 7.3.269 'shellcmdflag' only works with one flag
|
||||||
1514 7.3.270 illegal memory access
|
1514 7.3.270 illegal memory access
|
||||||
12980 7.3.271 code not following Vim coding style
|
12980 7.3.271 code not following Vim coding style
|
||||||
@ -828,3 +829,28 @@ Individual patches for Vim 7.3:
|
|||||||
5967 7.3.795 MzScheme does not build with tiny features
|
5967 7.3.795 MzScheme does not build with tiny features
|
||||||
3027 7.3.796 "/[^\n]" does match at a line break
|
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
|
2040 7.3.797 (after 7.3.792) compiler warning for size_t to int conversion
|
||||||
|
3208 7.3.798 (after 7.3.791) MzScheme: circular list works wrong
|
||||||
|
1666 7.3.799 the color column is not correct when entering a buffer
|
||||||
|
2085 7.3.800 the " mark is not adjusted when inserting lines
|
||||||
|
2053 7.3.801 ":window set nu?" displays the cursor line
|
||||||
|
1426 7.3.802 no error when setting 'isk' to a value ending in a comma
|
||||||
|
2523 7.3.803 (after 7.3.792) ":s/a/b/gc" is a no-op when typing 'q'
|
||||||
|
1373 7.3.804 (after 7.3.799) compiler warning for tiny build
|
||||||
|
3434 7.3.805 Lua version 5.2 is not detected properly on Arch Linux
|
||||||
|
4287 7.3.806 compiler warnings in Perl code when using Visual studio 2012
|
||||||
|
1620 7.3.807 popup menu does not work properly in some situations
|
||||||
|
8219 7.3.808 Python threads still do not work properly
|
||||||
|
1609 7.3.809 the dosinst.c program has a buffer overflow
|
||||||
|
8532 7.3.810 'relativenumber is reset unexpectedly
|
||||||
|
1867 7.3.811 useless termresponse parsing for SGR mouse
|
||||||
|
2481 7.3.812 when 'indentexpr' moves the cursor "curswant" not restored
|
||||||
|
2028 7.3.813 the CompleteDone event is not always triggered
|
||||||
|
4425 7.3.814 Win32 console: problem if 'enc' differs from current codepage
|
||||||
|
4694 7.3.815 building with Cygwin and Ruby doesn't work
|
||||||
|
12480 7.3.816 can't compute a hash
|
||||||
|
1567 7.3.817 test 89 fails with tiny and small features
|
||||||
|
4236 7.3.818 when test 40 fails it may leave files behind
|
||||||
|
16345 7.3.819 (CORRECTED) compiling without +eval and Python isn't working
|
||||||
|
3295 7.3.820 errors when building with small features and Lua, Perl or Ruby
|
||||||
|
2199 7.3.821 build with OLE and Cygwin is broken
|
||||||
|
4013 7.3.822 (after 7.3.799) crash when accessing freed buffer
|
||||||
|
57
vim.spec
57
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 797
|
%define patchlevel 822
|
||||||
|
|
||||||
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
|
||||||
@ -854,6 +854,31 @@ 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
|
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
|
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
|
Patch797: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.797
|
||||||
|
Patch798: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.798
|
||||||
|
Patch799: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.799
|
||||||
|
Patch800: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.800
|
||||||
|
Patch801: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.801
|
||||||
|
Patch802: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.802
|
||||||
|
Patch803: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.803
|
||||||
|
Patch804: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.804
|
||||||
|
Patch805: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.805
|
||||||
|
Patch806: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.806
|
||||||
|
Patch807: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.807
|
||||||
|
Patch808: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.808
|
||||||
|
Patch809: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.809
|
||||||
|
Patch810: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.810
|
||||||
|
Patch811: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.811
|
||||||
|
Patch812: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.812
|
||||||
|
Patch813: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.813
|
||||||
|
Patch814: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.814
|
||||||
|
Patch815: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.815
|
||||||
|
Patch816: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.816
|
||||||
|
Patch817: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.817
|
||||||
|
Patch818: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.818
|
||||||
|
Patch819: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.819
|
||||||
|
Patch820: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.820
|
||||||
|
Patch821: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.821
|
||||||
|
Patch822: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.822
|
||||||
|
|
||||||
Patch3000: vim-7.3-syntax.patch
|
Patch3000: vim-7.3-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1797,6 +1822,31 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch795 -p0
|
%patch795 -p0
|
||||||
%patch796 -p0
|
%patch796 -p0
|
||||||
%patch797 -p0
|
%patch797 -p0
|
||||||
|
%patch798 -p0
|
||||||
|
%patch799 -p0
|
||||||
|
%patch800 -p0
|
||||||
|
%patch801 -p0
|
||||||
|
%patch802 -p0
|
||||||
|
%patch803 -p0
|
||||||
|
%patch804 -p0
|
||||||
|
%patch805 -p0
|
||||||
|
%patch806 -p0
|
||||||
|
%patch807 -p0
|
||||||
|
%patch808 -p0
|
||||||
|
%patch809 -p0
|
||||||
|
%patch810 -p0
|
||||||
|
%patch811 -p0
|
||||||
|
%patch812 -p0
|
||||||
|
%patch813 -p0
|
||||||
|
%patch814 -p0
|
||||||
|
%patch815 -p0
|
||||||
|
%patch816 -p0
|
||||||
|
%patch817 -p0
|
||||||
|
%patch818 -p0
|
||||||
|
%patch819 -p0
|
||||||
|
%patch820 -p0
|
||||||
|
%patch821 -p0
|
||||||
|
%patch822 -p0
|
||||||
|
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
@ -2272,6 +2322,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 18 2013 Karsten Hopp <karsten@redhat.com> 7.3.822-1
|
||||||
|
- patchlevel 822
|
||||||
|
|
||||||
* Fri Feb 15 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 7.3.797-2
|
* Fri Feb 15 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 7.3.797-2
|
||||||
- Only use --vendor for desktop-file-install on F18 or less
|
- Only use --vendor for desktop-file-install on F18 or less
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user