rpms/vim/devel README.patches,1.69,1.70 vim.spec,1.156,1.157

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 23 10:52:20 UTC 2007


Author: karsten

Update of /cvs/dist/rpms/vim/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5346

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


Index: README.patches
===================================================================
RCS file: /cvs/dist/rpms/vim/devel/README.patches,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- README.patches	12 Dec 2006 09:35:43 -0000	1.69
+++ README.patches	23 Jan 2007 10:52:18 -0000	1.70
@@ -208,3 +208,13 @@
   1781  7.0.176  ":emenu" isn't executed directly, breaks the crypt key prompt
   4292  7.0.177  key from mapping at press-enter prompt would be remapped
   1565  7.0.178  comparing utf-8 strings with 'ic' may look past NUL bytes
+  1744  7.0.179  crash when recovering without a swap file name
+  3061  7.0.180  (extra) VMS: build problem and problem with swap files
+  1790  7.0.181  when reloading a buffer an extra empty line may appear
+  2768  7.0.182  cannot reach every point in the undo tree after using "g-"
+  4142  7.0.183  accessing memory already freed after ":redir => var" ":let"
+  2400  7.0.184  cscope interface doesn't work with mlcscope
+  2927  7.0.185  multi-byte chars in message get attributes from previous char
+  1731  7.0.186  ml_get error when doing "/\_s*/e" with utf-8 'encoding'
+  7601  7.0.187  can't properly source a remote script
+  1602  7.0.188  (after 7.0.186) warning for wrong pointer type


Index: vim.spec
===================================================================
RCS file: /cvs/dist/rpms/vim/devel/vim.spec,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- vim.spec	8 Jan 2007 15:49:23 -0000	1.156
+++ vim.spec	23 Jan 2007 10:52:18 -0000	1.157
@@ -16,7 +16,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim70%{?beta}
-%define patchlevel 178
+%define patchlevel 188
 
 Summary: The VIM editor.
 Name: vim
@@ -229,7 +229,16 @@
 Patch176: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.176
 Patch177: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.177
 Patch178: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.178
-
+Patch179: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.179
+Patch180: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.180
+Patch181: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.181
+Patch182: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.182
+Patch183: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.183
+Patch184: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.184
+Patch185: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.185
+Patch186: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.186
+Patch187: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.187
+Patch188: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.188
 
 Patch3000: vim-7.0-syntax.patch
 #Patch3001: vim-6.2-rh1.patch
@@ -574,6 +583,17 @@
 %patch176 -p0
 %patch177 -p0
 %patch178 -p0
+%patch179 -p0
+# VMS:
+#patch180 -p0
+%patch181 -p0
+%patch182 -p0
+%patch183 -p0
+%patch184 -p0
+%patch185 -p0
+%patch186 -p0
+%patch187 -p0
+%patch188 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -970,6 +990,9 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Tue Jan 23 2007 Karsten Hopp <karsten at redhat.com> 7.0.188-3
+- patchlevel 188
+
 * Mon Jan 08 2007 Karsten Hopp <karsten at redhat.com> 7.0.178-3
 - enable filetype plugin
 




More information about the fedora-cvs-commits mailing list