[packages/vim] updated to 7.4.812
glen
glen at pld-linux.org
Sun Aug 9 18:39:06 CEST 2015
commit 7dd11cc8349a6929f22f50f040e8bdf6560d3fb4
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Aug 9 16:23:53 2015 +0300
updated to 7.4.812
7.4.797 crash when using more command line lines than 'maxcombine'
7.4.798 repeating a change in Visual mode does not work as expected
7.4.799 accessing memory before an allocated block
7.4.800 using freed memory when triggering CmdUndefined autocommands
7.4.801 (after 7.4.769) ":diffoff" test could catch more problems
7.4.803 C indent does not support C11 raw strings
7.4.804 Xxd doesn't have a license notice
7.4.805 ruler shows "Bot" when there are only filler lines missing
7.4.806 CTRL-A in Visual mode fails with "alpha" in 'nrformat'
7.4.807 (after 7.4.798) after CTRL-V CTRL-A mode isn't updated
7.4.808 on MS-Windows 10 IME input doen't work correctly
7.4.810 sequence of commands using buffers in diff mode gives E749
7.4.811 invalid memory access when using "exe 'sc'"
7.4.812 Gcc sanitizer complains about using NULL pointer to memmove()
sources | 14 ++++++++++++++
vim.spec | 8 ++++++--
2 files changed, 20 insertions(+), 2 deletions(-)
---
diff --git a/vim.spec b/vim.spec
index ba39409..303011f 100644
--- a/vim.spec
+++ b/vim.spec
@@ -28,7 +28,7 @@
# VCS Commits: https://code.google.com/p/vim/source/browse/
%define ver 7.4
-%define patchlevel 796
+%define patchlevel 812
%define rel 1
Summary: Vi IMproved - a Vi clone
Summary(de.UTF-8): VIsual editor iMproved
@@ -740,7 +740,11 @@ jak również GUI GTK+2.
%setup -q -n %{name}74
# official patches
-%patchset_patch 1 %{patchlevel}
+# patches 7.4.802, 7.4.809 do not apply
+# 7.4.802 does not apply and 7.4.809 attempts to revert 7.4.802
+%patchset_patch 1 801
+%patchset_patch 803 808
+%patchset_patch 810 %{patchlevel}
%patch0 -p1
%patch1 -p1
diff --git a/sources b/sources
index 3cd5cf1..eb83944 100644
--- a/sources
+++ b/sources
@@ -794,3 +794,17 @@ f507e53e8a3a22066399e0ed614ec8d0 7.4.790
04cc6737f5bccb649885483d5b446251 7.4.794
6d579c61edb9348c4244858853004417 7.4.795
d2e2b90c49cd63d8cd9b204ef4b5e424 7.4.796
+c34f5fdbd87873cbed1f900a4b8ee211 7.4.797
+8c4f881a05a2a2e383038276ef8f562d 7.4.798
+a3a4152f5fac2d1c4c258c6a055985a9 7.4.799
+1e9c5f9bfc7c44bcf495da568733de12 7.4.800
+ba9637853a4ff0d074f6e63c25faee68 7.4.801
+3b557065c180d85cbbc6f0a4fe921678 7.4.803
+586ab61ce26e23c986abec4dca7fdb46 7.4.804
+ecc55b065dd27f035c8f16e6f353463a 7.4.805
+84ac596d8bace0e284033bed5befacc0 7.4.806
+ef26a941e78f4a4d8f6cf8af3697fe79 7.4.807
+f3eedfc8d7d33959e0a3d709bd753ec4 7.4.808
+679755b0f194f26951f6be6b03e7762d 7.4.810
+192933f5e30a481683be115d63b876fb 7.4.811
+abcbee938367033022c30fbf2322c59d 7.4.812
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/7dd11cc8349a6929f22f50f040e8bdf6560d3fb4
More information about the pld-cvs-commit
mailing list