devel/vim README.patches,1.91,1.92 vim.spec,1.183,1.184

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Mon Jan 14 12:42:52 UTC 2008


Author: karsten

Update of /cvs/extras/devel/vim
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13597

Modified Files:
	README.patches vim.spec 
Log Message:
- patchlevel 228


Index: README.patches
===================================================================
RCS file: /cvs/extras/devel/vim/README.patches,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- README.patches	10 Jan 2008 10:14:44 -0000	1.91
+++ README.patches	14 Jan 2008 12:42:17 -0000	1.92
@@ -245,3 +245,17 @@
   1491  7.1.212  accessing a byte before a line
   1750  7.1.213  aborting ":tabedit" from the ATTENTION dialog leaves tab open
   8399  7.1.214  ":1s/g\n\zs1//" deletes characters from the first line
+  6476  7.1.215  it's difficult to figure out the nesting of syntax items
+  2360  7.1.216  variants of --remote-tab are not mentioned for "vim --help"
+  7103  7.1.217  the "help-tags" tag may be missing from runtime/doc/tags
+  1864  7.1.218  syntax region without "keepend" could be truncated
+ 12134  7.1.219  (after 7.1.215) synstack() doesn't work for one char region
+  3928  7.1.220  cursor may end up on trail byte after ")"
+  1978  7.1.221  when inserting a "(" the following highlighting may be wrong
+  3531  7.1.222  (after 7.1.217) wildcards of ":helptags" are not expanded
+  8138  7.1.223  glob() doesn't handle "'" when 'shell' is "sh" or "bash"
+  2131  7.1.224  "vim -F -o one two" sets 'rightleft' in one window only
+  1767  7.1.225  using unitialized value when XGetWMNormalHints() fails
+  1957  7.1.226  command line completion fails for a file name with a '&' char
+  5595  7.1.227  hang in syntax HL when moving over a ")"
+  1678  7.1.228  with 'foldmethod' "indent" fold can't be closed after "3>>"


Index: vim.spec
===================================================================
RCS file: /cvs/extras/devel/vim/vim.spec,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- vim.spec	10 Jan 2008 10:14:44 -0000	1.183
+++ vim.spec	14 Jan 2008 12:42:17 -0000	1.184
@@ -1,6 +1,8 @@
 # used for CVS snapshots:
 %define CVSDATE %{nil}
+%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
+%endif
 %define desktop_file 1
 %if %{desktop_file}
 %define desktop_file_utils_version 0.2.93
@@ -15,7 +17,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim71%{?beta}
-%define patchlevel 214
+%define patchlevel 228
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -265,6 +267,20 @@
 Patch212: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.212
 Patch213: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.213
 Patch214: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.214
+Patch215: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.215
+Patch216: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.216
+Patch217: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.217
+Patch218: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.218
+Patch219: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.219
+Patch220: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.220
+Patch221: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.221
+Patch222: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.222
+Patch223: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.223
+Patch224: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.224
+Patch225: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.225
+Patch226: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.226
+Patch227: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.227
+Patch228: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.228
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -608,9 +624,23 @@
 %patch209 -p0 
 %patch210 -p0 
 %patch211 -p0 
-%patch212 -p0 
-%patch213 -p0 
-%patch214 -p0 
+%patch212 -p0
+%patch213 -p0
+%patch214 -p0
+%patch215 -p0
+%patch216 -p0
+%patch217 -p0
+%patch218 -p0
+%patch219 -p0
+%patch220 -p0
+%patch221 -p0
+%patch222 -p0
+%patch223 -p0
+%patch224 -p0
+%patch225 -p0
+%patch226 -p0
+%patch227 -p0
+%patch228 -p0
 
 
 # install spell files
@@ -997,6 +1027,10 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Mon Jan 14 2008 Karsten Hopp <karsten at redhat.com> 7.1.228-1
+- patchlevel 228
+- allow overwriting WITH_SELING at build time (#427710)
+
 * Thu Jan 10 2008 Karsten Hopp <karsten at redhat.com> 7.1.214-1
 - patchlevel 214
 




More information about the fedora-extras-commits mailing list