]> git.pld-linux.org Git - packages/vim.git/commitdiff
updated to 7.4.812
authorElan Ruusamäe <glen@delfi.ee>
Sun, 9 Aug 2015 13:23:53 +0000 (16:23 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 9 Aug 2015 16:38:53 +0000 (19:38 +0300)
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
vim.spec

diff --git a/sources b/sources
index 3cd5cf14fb50e75bbafb72d9a8992b982ada8a51..eb83944e7726238588e24b7a610cdf32addd7b31 100644 (file)
--- 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
index ba394098799af9d8f267a792a92a1c2482d78a76..303011fbd4926d22c60e838c69f7d28a92e7ad2d 100644 (file)
--- 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
This page took 0.260708 seconds and 4 git commands to generate.