- Updated to revision 516, fixes the following problems
* When generating ja.sjis.po the header is not correctly adjusted. * Users are not aware their encryption is weak. * "-fwrapv" argument breaks use of cproto. * Generating proto for if_ruby.c uses type not defined elsewhere. * Crash because reference count is wrong for list returned by getreg(). * Memory access error. (Dominique Pelle) * In a help buffer the global 'foldmethod' is used. (Paul Marshall) * Completing a function name containing a # does not work. Issue 253. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=241
This commit is contained in:
parent
6ad7d2b4d5
commit
c8dca8ff2d
4
_service
4
_service
@ -3,8 +3,8 @@
|
|||||||
<param name="scm">hg</param>
|
<param name="scm">hg</param>
|
||||||
<param name="url">https://code.google.com/p/vim</param>
|
<param name="url">https://code.google.com/p/vim</param>
|
||||||
<param name="filename">vim</param>
|
<param name="filename">vim</param>
|
||||||
<param name="versionprefix">7.4.507.hg</param>
|
<param name="versionprefix">7.4.516.hg</param>
|
||||||
<param name="revision">v7-4-507</param>
|
<param name="revision">v7-4-516</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7406b2a575f25e0ff982589270df947816d58feb8f0d81c25c3e23d527146f2c
|
|
||||||
size 7751388
|
|
3
vim-7.4.516.hg.6367.tar.xz
Normal file
3
vim-7.4.516.hg.6367.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2851e1aa2bcb92581ec5d303063d3b6fec908c80b6862e7658c2ad46dd0f0f40
|
||||||
|
size 7750580
|
15
vim.changes
15
vim.changes
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 18 11:50:40 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to revision 516, fixes the following problems
|
||||||
|
* When generating ja.sjis.po the header is not correctly adjusted.
|
||||||
|
* Users are not aware their encryption is weak.
|
||||||
|
* "-fwrapv" argument breaks use of cproto.
|
||||||
|
* Generating proto for if_ruby.c uses type not defined elsewhere.
|
||||||
|
* Crash because reference count is wrong for list returned by
|
||||||
|
getreg().
|
||||||
|
* Memory access error. (Dominique Pelle)
|
||||||
|
* In a help buffer the global 'foldmethod' is used. (Paul Marshall)
|
||||||
|
* Completing a function name containing a # does not work. Issue
|
||||||
|
253.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 6 10:54:25 UTC 2014 - idonmez@suse.com
|
Thu Nov 6 10:54:25 UTC 2014 - idonmez@suse.com
|
||||||
|
|
||||||
|
4
vim.spec
4
vim.spec
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 7.4
|
%define pkg_version 7.4
|
||||||
%define patchlevel 507
|
%define patchlevel 516
|
||||||
%define revision 6349
|
%define revision 6367
|
||||||
%define VIM_SUBDIR vim74
|
%define VIM_SUBDIR vim74
|
||||||
%define site_runtimepath /usr/share/vim/site
|
%define site_runtimepath /usr/share/vim/site
|
||||||
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}
|
||||||
|
Loading…
Reference in New Issue
Block a user