- patchlevel 987
This commit is contained in:
parent
5589d698c9
commit
5106782ad7
@ -976,3 +976,46 @@ Individual patches for Vim 7.3:
|
|||||||
5470 7.3.942 Python: SEGV in Buffer functions
|
5470 7.3.942 Python: SEGV in Buffer functions
|
||||||
6867 7.3.943 Python: Negative indices were failing
|
6867 7.3.943 Python: Negative indices were failing
|
||||||
2283 7.3.944 external program receives the termrespone
|
2283 7.3.944 external program receives the termrespone
|
||||||
|
16738 7.3.945 Python: List of buffers is not very useful
|
||||||
|
3029 7.3.946 sometimes keys starting with <Esc>[ ar not working
|
||||||
|
17613 7.3.947 Python: No iterator for vim.list and vim.bufferlist
|
||||||
|
11841 7.3.948 cannot build with Python 2.2
|
||||||
|
25668 7.3.949 Python: no easy access to tabpages
|
||||||
|
5750 7.3.950 Python: Stack trace printer can't handle messages
|
||||||
|
15906 7.3.951 Python exceptions have problems
|
||||||
|
5245 7.3.952 Python: It's not easy to change window/buffer/tabpage
|
||||||
|
3924 7.3.953 Python: string exceptions are deprecated
|
||||||
|
2374 7.3.954 No check if PyObject_IsTrue fails
|
||||||
|
12291 7.3.955 Python: Not enough tests
|
||||||
|
5261 7.3.956 Python vim.bindeval() causes SIGABRT
|
||||||
|
9959 7.3.957 Python does not have a "do" command like Perl or Lua
|
||||||
|
1772 7.3.958 Python: Iteration destructor not set
|
||||||
|
2058 7.3.959 (after 7.3.957) missing error number
|
||||||
|
1366 7.3.960 compiler warning for unused variable
|
||||||
|
3054 7.3.961 tests 86 and 87 fail when using another language than English
|
||||||
|
8389 7.3.962 Python tests are not portable
|
||||||
|
18867 7.3.963 setting curbuf without curwin causes trouble
|
||||||
|
13179 7.3.964 Python: not so easy to access tab pages
|
||||||
|
8088 7.3.965 Python garbage collection not working properly
|
||||||
|
10038 7.3.966 there is ":py3do" but no ":pydo"
|
||||||
|
3304 7.3.967 (after 7.3.965) build fails on Mac OSX
|
||||||
|
2100 7.3.968 multi-byte support is only available with "big" features
|
||||||
|
1603 7.3.969 can't built with Python 3 and without Python 2
|
||||||
|
184170 7.3.970 pattern matching is slow, include the NFA engine
|
||||||
|
4337 7.3.971 no support for VS2012 static code analysis
|
||||||
|
3720 7.3.972 cursor not restored properly after InsertEnter autocommand
|
||||||
|
3881 7.3.973 (after 7.3.970) compiler warnings, crash on startup
|
||||||
|
4775 7.3.974 can't build with ruby 1.8.5
|
||||||
|
2301 7.3.975 (after 7.3.970) crash in regexp parsing
|
||||||
|
2254 7.3.976 (after 7.3.970) can't build with HP-UX
|
||||||
|
7028 7.3.977 compiler warnings, white space, uncommented for testing
|
||||||
|
4535 7.3.978 regexp debug logs don't have a good name
|
||||||
|
2268 7.3.979 complex NFA regexp doesn't work
|
||||||
|
3597 7.3.980 regexp logs contain garbage; character classes don't work
|
||||||
|
3105 7.3.981 old regexp engine fails on \i, \I, \f and \F with mbyte chars
|
||||||
|
2800 7.3.982 \p does not work on multi-byte chars in new regexp engine
|
||||||
|
2675 7.3.983 uneccessary temp variable
|
||||||
|
1706 7.3.984 Visual mapping using CTRL-G works differently from Insert mode
|
||||||
|
1691 7.3.985 GTK vim not started as gvim has WM_CLASS property wrong
|
||||||
|
2113 7.3.986 test 95 doesn't pass when 'encoding' isn't utf-8
|
||||||
|
6338 7.3.987 no easy to run an individual test; test 64 may fail
|
||||||
|
93
vim.spec
93
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 944
|
%define patchlevel 987
|
||||||
|
|
||||||
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
|
||||||
@ -1000,6 +1000,49 @@ 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
|
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
|
Patch943: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.943
|
||||||
Patch944: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.944
|
Patch944: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.944
|
||||||
|
Patch945: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.945
|
||||||
|
Patch946: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.946
|
||||||
|
Patch947: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.947
|
||||||
|
Patch948: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.948
|
||||||
|
Patch949: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.949
|
||||||
|
Patch950: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.950
|
||||||
|
Patch951: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.951
|
||||||
|
Patch952: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.952
|
||||||
|
Patch953: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.953
|
||||||
|
Patch954: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.954
|
||||||
|
Patch955: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.955
|
||||||
|
Patch956: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.956
|
||||||
|
Patch957: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.957
|
||||||
|
Patch958: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.958
|
||||||
|
Patch959: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.959
|
||||||
|
Patch960: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.960
|
||||||
|
Patch961: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.961
|
||||||
|
Patch962: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.962
|
||||||
|
Patch963: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.963
|
||||||
|
Patch964: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.964
|
||||||
|
Patch965: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.965
|
||||||
|
Patch966: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.966
|
||||||
|
Patch967: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.967
|
||||||
|
Patch968: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.968
|
||||||
|
Patch969: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.969
|
||||||
|
Patch970: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.970
|
||||||
|
Patch971: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.971
|
||||||
|
Patch972: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.972
|
||||||
|
Patch973: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.973
|
||||||
|
Patch974: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.974
|
||||||
|
Patch975: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.975
|
||||||
|
Patch976: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.976
|
||||||
|
Patch977: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.977
|
||||||
|
Patch978: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.978
|
||||||
|
Patch979: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.979
|
||||||
|
Patch980: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.980
|
||||||
|
Patch981: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.981
|
||||||
|
Patch982: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.982
|
||||||
|
Patch983: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.983
|
||||||
|
Patch984: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.984
|
||||||
|
Patch985: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.985
|
||||||
|
Patch986: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.986
|
||||||
|
Patch987: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.987
|
||||||
|
|
||||||
Patch3000: vim-7.3-syntax.patch
|
Patch3000: vim-7.3-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -2090,6 +2133,49 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch942 -p0
|
%patch942 -p0
|
||||||
%patch943 -p0
|
%patch943 -p0
|
||||||
%patch944 -p0
|
%patch944 -p0
|
||||||
|
%patch945 -p0
|
||||||
|
%patch946 -p0
|
||||||
|
%patch947 -p0
|
||||||
|
%patch948 -p0
|
||||||
|
%patch949 -p0
|
||||||
|
%patch950 -p0
|
||||||
|
%patch951 -p0
|
||||||
|
%patch952 -p0
|
||||||
|
%patch953 -p0
|
||||||
|
%patch954 -p0
|
||||||
|
%patch955 -p0
|
||||||
|
%patch956 -p0
|
||||||
|
%patch957 -p0
|
||||||
|
%patch958 -p0
|
||||||
|
%patch959 -p0
|
||||||
|
%patch960 -p0
|
||||||
|
%patch961 -p0
|
||||||
|
%patch962 -p0
|
||||||
|
%patch963 -p0
|
||||||
|
%patch964 -p0
|
||||||
|
%patch965 -p0
|
||||||
|
%patch966 -p0
|
||||||
|
%patch967 -p0
|
||||||
|
%patch968 -p0
|
||||||
|
%patch969 -p0
|
||||||
|
%patch970 -p0
|
||||||
|
%patch971 -p0
|
||||||
|
%patch972 -p0
|
||||||
|
%patch973 -p0
|
||||||
|
%patch974 -p0
|
||||||
|
%patch975 -p0
|
||||||
|
%patch976 -p0
|
||||||
|
%patch977 -p0
|
||||||
|
%patch978 -p0
|
||||||
|
%patch979 -p0
|
||||||
|
%patch980 -p0
|
||||||
|
%patch981 -p0
|
||||||
|
%patch982 -p0
|
||||||
|
%patch983 -p0
|
||||||
|
%patch984 -p0
|
||||||
|
%patch985 -p0
|
||||||
|
%patch986 -p0
|
||||||
|
%patch987 -p0
|
||||||
|
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
@ -2584,6 +2670,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 21 2013 Karsten Hopp <karsten@redhat.com> 7.3.987-1
|
||||||
|
- patchlevel 987
|
||||||
|
|
||||||
* Tue May 21 2013 Karsten Hopp <karsten@redhat.com> 7.3.944-2
|
* Tue May 21 2013 Karsten Hopp <karsten@redhat.com> 7.3.944-2
|
||||||
- consistent use of macros in spec file
|
- consistent use of macros in spec file
|
||||||
- add some links to man pages
|
- add some links to man pages
|
||||||
|
Loading…
Reference in New Issue
Block a user