[vim] - patchlevel 179

Karsten Hopp karsten at fedoraproject.org
Sat Feb 15 10:57:50 UTC 2014


commit c2fa5d074718b1dcb163e08a1adcee9543cc9c51
Author: Karsten Hopp <karsten at redhat.com>
Date:   Sat Feb 15 11:57:01 2014 +0100

    - patchlevel 179

 README.patches |   19 +++++++++++++++++++
 vim.spec       |   43 ++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 61 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index 7d0f450..3c19cc8 100644
--- a/README.patches
+++ b/README.patches
@@ -184,3 +184,22 @@ Individual patches for Vim 7.4:
   4006  7.4.158  pattern containing \zs not handled correctly by substitute()
   3819  7.4.159  completion hangs when using the current buffer after keywords
   2026  7.4.160  Win32: Crash when executing external command
+  2296  7.4.161  crash in Python exception handling
+  1395  7.4.162  running tests in shadow dir doesn't work
+  2083  7.4.163  (after 7.4.142) MS-Windows 7 input doesn't work properly
+  2050  7.4.164  problem with event handling on Windows 8
+  2313  7.4.165  by default, after closing a buffer changes can't be undone
+  1685  7.4.166  auto-loading a function for code that won't be executed
+  7150  7.4.167  (after 7.4.149) fixes are not tested
+  2549  7.4.168  can't compile with Ruby 2.1.0
+  1656  7.4.169  ":sleep" puts cursor in the wrong column
+  3474  7.4.170  some help tags don't work with ":help"
+ 21030  7.4.171  redo does not set v:count and v:count1
+  9545  7.4.172  blowfish code says OFB, but it's doing CFB
+  2110  7.4.173  when using scrollbind the cursor can end up below last line
+  2945  7.4.174  compiler warnings for Python interface
+  5133  7.4.175  wrong fall-back to non-wide function if wide function fails
+  2606  7.4.176  Python: Dictionary.update() thows an unexpected error
+  1491  7.4.177  compiler warning for unused variable
+  1957  7.4.178  the J command does not update '[ and '] marks
+  1675  7.4.179  Compiler warning for type-punned pointer
diff --git a/vim.spec b/vim.spec
index 4b698f0..71f0414 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 160
+%define patchlevel 179
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -207,6 +207,25 @@ Patch157: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.157
 Patch158: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.158
 Patch159: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.159
 Patch160: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.160
+Patch161: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.161
+Patch162: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.162
+Patch163: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.163
+Patch164: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.164
+Patch165: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.165
+Patch166: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.166
+Patch167: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.167
+Patch168: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.168
+Patch169: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.169
+Patch170: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.170
+Patch171: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.171
+Patch172: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.172
+Patch173: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.173
+Patch174: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.174
+Patch175: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.175
+Patch176: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.176
+Patch177: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.177
+Patch178: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.178
+Patch179: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.179
 
 Patch3000: vim-7.4-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -512,6 +531,25 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch158 -p0
 %patch159 -p0
 %patch160 -p0
+%patch161 -p0
+%patch162 -p0
+%patch163 -p0
+%patch164 -p0
+%patch165 -p0
+%patch166 -p0
+%patch167 -p0
+%patch168 -p0
+%patch169 -p0
+%patch170 -p0
+%patch171 -p0
+%patch172 -p0
+%patch173 -p0
+%patch174 -p0
+%patch175 -p0
+%patch176 -p0
+%patch177 -p0
+%patch178 -p0
+%patch179 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -1012,6 +1050,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sat Feb 15 2014 Karsten Hopp <karsten at redhat.com> 7.4.179-1
+- patchlevel 179
+
 * Wed Jan 29 2014 Karsten Hopp <karsten at redhat.com> 7.4.160-1
 - patchlevel 160
 


More information about the scm-commits mailing list