- patchlevel 943
This commit is contained in:
parent
50f7bcc497
commit
47a0a0118e
@ -963,3 +963,15 @@ Individual patches for Vim 7.3:
|
|||||||
4270 7.3.929 (after 7.3.924) unused variable, not freeing unused string
|
4270 7.3.929 (after 7.3.924) unused variable, not freeing unused string
|
||||||
1375 7.3.930 MSVC 2012 update is not recognized
|
1375 7.3.930 MSVC 2012 update is not recognized
|
||||||
1915 7.3.931 no completion for :xmap and :smap
|
1915 7.3.931 no completion for :xmap and :smap
|
||||||
|
1388 7.3.932 compiler warning for uninitialized variable
|
||||||
|
4739 7.3.933 Ruby on Mac crashes due to GC failure
|
||||||
|
2023 7.3.934 E381 and E380 make the user think nothing happened
|
||||||
|
3655 7.3.935 (after 7.3.933) Ruby init stack differs on 64 bit systems
|
||||||
|
23271 7.3.936 (after 7.3.935) Ruby missing piece for static 64 bit linking
|
||||||
|
16512 7.3.937 more can be shared between Python 2 and 3
|
||||||
|
4418 7.3.938 Python: not so easy to get the window number
|
||||||
|
2053 7.3.939 Using Py_BuildValue is inefficient sometimes
|
||||||
|
3030 7.3.940 Python: Can't get position of window
|
||||||
|
32095 7.3.941 Python: Stuff in if_py_both.h is ordered badly
|
||||||
|
5470 7.3.942 Python: SEGV in Buffer functions
|
||||||
|
6867 7.3.943 Python: Negative indices were failing
|
||||||
|
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 931
|
%define patchlevel 943
|
||||||
|
|
||||||
Summary: The VIM editor
|
Summary: The VIM editor
|
||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
@ -987,6 +987,18 @@ Patch928: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.928
|
|||||||
Patch929: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.929
|
Patch929: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.929
|
||||||
Patch930: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.930
|
Patch930: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.930
|
||||||
Patch931: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.931
|
Patch931: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.931
|
||||||
|
Patch932: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.932
|
||||||
|
Patch933: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.933
|
||||||
|
Patch934: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.934
|
||||||
|
Patch935: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.935
|
||||||
|
Patch936: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.936
|
||||||
|
Patch937: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.937
|
||||||
|
Patch938: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.938
|
||||||
|
Patch939: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.939
|
||||||
|
Patch940: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.940
|
||||||
|
Patch941: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.941
|
||||||
|
Patch942: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.942
|
||||||
|
Patch943: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.943
|
||||||
|
|
||||||
Patch3000: vim-7.3-syntax.patch
|
Patch3000: vim-7.3-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -2064,6 +2076,18 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch929 -p0
|
%patch929 -p0
|
||||||
%patch930 -p0
|
%patch930 -p0
|
||||||
%patch931 -p0
|
%patch931 -p0
|
||||||
|
%patch932 -p0
|
||||||
|
%patch933 -p0
|
||||||
|
%patch934 -p0
|
||||||
|
%patch935 -p0
|
||||||
|
%patch936 -p0
|
||||||
|
%patch937 -p0
|
||||||
|
%patch938 -p0
|
||||||
|
%patch939 -p0
|
||||||
|
%patch940 -p0
|
||||||
|
%patch941 -p0
|
||||||
|
%patch942 -p0
|
||||||
|
%patch943 -p0
|
||||||
|
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
@ -2540,6 +2564,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 13 2013 Karsten Hopp <karsten@redhat.com> 7.3.943-1
|
||||||
|
- patchlevel 943
|
||||||
|
|
||||||
* Wed May 08 2013 Karsten Hopp <karsten@redhat.com> 7.3.931-1
|
* Wed May 08 2013 Karsten Hopp <karsten@redhat.com> 7.3.931-1
|
||||||
- patchlevel 931
|
- patchlevel 931
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user