[vim] - patchlevel 322

Karsten Hopp karsten at fedoraproject.org
Mon Sep 26 13:57:51 UTC 2011


commit f3ca875a345d2a42afd95ee9ad0c46b27925dca8
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Sep 26 15:58:58 2011 +0200

    - patchlevel 322

 README.patches |    7 +++++++
 vim.spec       |   19 ++++++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index 08d345c..1dc2a79 100644
--- a/README.patches
+++ b/README.patches
@@ -346,3 +346,10 @@ Individual patches for Vim 7.3:
   2141  7.3.313  (after 7.3.307) warning compiling with dynamic Python 3
   1740  7.3.314  (after 7.3.304) missing parenthesis
  13684  7.3.315  opening a window before forking causes problems for GTK
+  1499  7.3.316  (after 7.3.306) crash if 'colorcolumn' set and closing buffer
+  3918  7.3.317  Lua: debug.debug() may hang
+  2662  7.3.318  "C" on the last line deletes that line if it's blank
+  4573  7.3.319  redobuff doesn't always include completion leader changes
+  3363  7.3.320  0xa0 character in sourced file is hard to spot
+  7855  7.3.321  code not following Vim style
+  1585  7.3.322  #ifdef for PDP_RETVAL doesn't work, INT_PTR can be a typedef
diff --git a/vim.spec b/vim.spec
index a90284c..f988663 100644
--- a/vim.spec
+++ b/vim.spec
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim73%{?beta}
-%define patchlevel 315
+%define patchlevel 322
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -369,6 +369,13 @@ Patch312: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.312
 Patch313: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.313
 Patch314: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.314
 Patch315: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.315
+Patch316: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.316
+Patch317: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.317
+Patch318: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.318
+Patch319: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.319
+Patch320: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.320
+Patch321: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.321
+Patch322: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.322
 
 Patch3000: vim-7.3-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -826,6 +833,13 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch313 -p0
 %patch314 -p0
 %patch315 -p0
+%patch316 -p0
+%patch317 -p0
+%patch318 -p0
+%patch319 -p0
+%patch320 -p0
+%patch321 -p0
+%patch322 -p0
 
 
 # install spell files
@@ -1283,6 +1297,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Mon Sep 26 2011 Karsten Hopp <karsten at redhat.com> 7.3.322-1
+- patchlevel 322
+
 * Wed Sep 21 2011 Karsten Hopp <karsten at redhat.com> 7.3.315-1
 - patchlevel 315
 


More information about the scm-commits mailing list