devel/vim README.patches,1.77,1.78 vim.spec,1.167,1.168

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Wed Jun 27 08:32:47 UTC 2007


Author: karsten

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

Modified Files:
	README.patches vim.spec 
Log Message:
Patchlevel 12


Index: README.patches
===================================================================
RCS file: /cvs/extras/devel/vim/README.patches,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- README.patches	5 Jun 2007 10:37:55 -0000	1.77
+++ README.patches	27 Jun 2007 08:32:12 -0000	1.78
@@ -27,3 +27,13 @@
   SIZE  NAME     FIXES
   2404  7.1.001  can't build with Gnome GUI
   2011  7.1.002  Oracle Pro*C/C++ files are not detected
+  1529  7.1.003  (extra) Win32: menu entries end up in message history
+  2481  7.1.004  crash when editing a directory
+  3841  7.1.005  "cit" used on <foo></foo> deletes <foo>
+  2941  7.1.006  when reading from stdin 'modified' can't be reset in autocmd
+  6458  7.1.007  (extra) Mac: context menu does not work, scrollbars not dimmed
+  2631  7.1.008  getfsize() returns an invalid number for very big files
+  1881  7.1.009  diff mode: tab to spaces change not highlighted correctly
+  2796  7.1.010  Gnome: tab pages are not included in the saved session
+  1934  7.1.011  buffer overflow when $VIMRUNTIME is very long
+  1904  7.1.012  ":let &tw = 'asdf'" does not give an error message


Index: vim.spec
===================================================================
RCS file: /cvs/extras/devel/vim/vim.spec,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- vim.spec	5 Jun 2007 10:46:37 -0000	1.167
+++ vim.spec	27 Jun 2007 08:32:12 -0000	1.168
@@ -15,7 +15,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim71%{?beta}
-%define patchlevel 2
+%define patchlevel 12
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -53,6 +53,16 @@
 # for i in `seq 1 14`; do printf "Patch%03d: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.%03d\n" $i $i; done
 Patch001: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.001
 Patch002: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.002
+# Win32: Patch003: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.003
+Patch004: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.004
+Patch005: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.005
+Patch006: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.006
+#Mac: Patch007: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.007
+Patch008: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.008
+Patch009: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.009
+Patch010: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.010
+Patch011: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.011
+Patch012: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.012
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -187,6 +197,16 @@
 # for i in `seq 1 14`; do printf "%%patch%03d -p0 \n" $i; done
 %patch001 -p0
 %patch002 -p0
+#Win 32: patch003 -p0
+%patch004 -p0
+%patch005 -p0
+%patch006 -p0
+#Mac: patch007 -p0
+%patch008 -p0
+%patch009 -p0
+%patch010 -p0
+%patch011 -p0
+%patch012 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -572,7 +592,10 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
-* Mon Jun 04 2007 Karsten Hopp <karsten at redhat.com> 7.1.%{nil}2-1
+* Wed Jun 27 2007 Karsten Hopp <karsten at redhat.com> 7.1.12-1
+- Patchlevel 12
+
+* Mon Jun 04 2007 Karsten Hopp <karsten at redhat.com> 7.1.2-1
 - vim 7.1
 - drop 240 patches
 




More information about the fedora-extras-commits mailing list