rpms/vim/devel README.patches,1.57,1.58 vim.spec,1.136,1.137

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 5 12:46:01 UTC 2006


Author: karsten

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

Modified Files:
	README.patches vim.spec 
Log Message:
- Patchlevel 83


Index: README.patches
===================================================================
RCS file: /cvs/dist/rpms/vim/devel/README.patches,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- README.patches	30 Aug 2006 12:47:22 -0000	1.57
+++ README.patches	5 Sep 2006 12:45:55 -0000	1.58
@@ -101,3 +101,10 @@
   6819  7.0.074  (extra) Win32: tooltips can be in the wrong encoding
   1495  7.0.075  winsaveview() could store wrong desired cursor column
   2635  7.0.076  (after 7.0.010) could not get spell files from non-ftp server
+  2799  7.0.077  crash when unletting a v: variable
+  1968  7.0.078  there are two error messages called E46
+ 51669  7.0.079  vimtutor doesn't work for Russian when 'encoding' is utf-8
+  1759  7.0.080  compile error when CFLAGS contains a backslash
+  2043  7.0.081  command line completion doesn't work for ":!/path"
+  2850  7.0.082  crash when using List or Dict argument and waiting for input
+  3001  7.0.083  mouse doesn't work for all entries with inputlist()


Index: vim.spec
===================================================================
RCS file: /cvs/dist/rpms/vim/devel/vim.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- vim.spec	30 Aug 2006 12:50:27 -0000	1.136
+++ vim.spec	5 Sep 2006 12:45:56 -0000	1.137
@@ -15,7 +15,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim70%{?beta}
-%define patchlevel 076
+%define patchlevel 083
 
 Summary: The VIM editor.
 Name: vim
@@ -121,6 +121,13 @@
 Patch074: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.074
 Patch075: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.075
 Patch076: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.076
+Patch077: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.077
+Patch078: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.078
+Patch079: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.079
+Patch080: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.080
+Patch081: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.081
+Patch082: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.082
+Patch083: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.083
 
 
 Patch3000: vim-7.0-syntax.patch
@@ -331,6 +338,13 @@
 #patch074 -p0
 %patch075 -p0
 %patch076 -p0
+%patch077 -p0
+%patch078 -p0
+%patch079 -p0
+%patch080 -p0
+%patch081 -p0
+%patch082 -p0
+%patch083 -p0
 
 %patch3000 -p1
 %patch3001 -p1
@@ -655,6 +669,9 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Mon Sep 04 2006 Karsten Hopp <karsten at redhat.de> 7.0.083-1
+- Patchlevel 83
+
 * Wed Aug 30 2006 Karsten Hopp <karsten at redhat.de> 7.0.076-1
 - Patchlevel 76
 




More information about the fedora-cvs-commits mailing list