rpms/vim/devel README.patches,1.35,1.36 vim.spec,1.80,1.81

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 10 09:26:33 UTC 2005


Author: karsten

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

Modified Files:
	README.patches vim.spec 
Log Message:
- patchlevel 90
- next attempt to fix perl requirements, add perl-epoch (#145475)



Index: README.patches
===================================================================
RCS file: /cvs/dist/rpms/vim/devel/README.patches,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- README.patches	9 Aug 2005 18:03:19 -0000	1.35
+++ README.patches	10 Oct 2005 09:26:30 -0000	1.36
@@ -111,3 +111,7 @@
   6773  6.3.084  (extra) Cygwin: update src makefile and add src/po makefile
   3408  6.3.085  crash in syntax highlighting
  10618  6.3.086  (extra) Russian translation has a few mistakes
+  1471  6.3.087  Win32: crash when expanding file name when there isn't one
+  2269  6.3.088  editing ".in" causes error E218
+  2223  6.3.089  session file can't handle current directory with spaces
+  1484  6.3.090  crash with very large value for 'columns' or 'lines'


Index: vim.spec
===================================================================
RCS file: /cvs/dist/rpms/vim/devel/vim.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- vim.spec	8 Sep 2005 10:12:54 -0000	1.80
+++ vim.spec	10 Oct 2005 09:26:30 -0000	1.81
@@ -23,12 +23,12 @@
 
 %define baseversion 6.3
 %define vimdir vim63
-%define patchlevel 086
+%define patchlevel 090
 
 Summary: The VIM editor.
 Name: vim
 Version: %{baseversion}.%{patchlevel}
-Release: 5
+Release: 1
 License: freeware
 Group: Applications/Editors
 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
@@ -141,6 +141,10 @@
 Patch084: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.084
 Patch085: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.085
 Patch086: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.086
+Patch087: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.087
+Patch088: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.088
+Patch089: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.089
+Patch090: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.090
 
 Patch3000: vim-6.1-syntax.patch
 Patch3001: vim-6.2-rh1.patch
@@ -209,7 +213,8 @@
 Summary: A version of the VIM editor which includes recent enhancements.
 Group: Applications/Editors
 Requires: vim-common = %{epoch}:%{version}-%{release}
-Requires: %(perl -le 'printf("perl >= %vd\n",$^V);')
+#Requires: %(perl -le 'printf("perl >= %vd\n",$^V);')
+Requires: perl >= %(rpm -q --qf "%%{epoch}:%%{version}\n" perl)
 Obsoletes: vim-color
 
 %description enhanced
@@ -362,6 +367,11 @@
 #%patch084 -p0
 %patch085 -p0
 %patch086 -p0
+# Win32:
+#%patch087 -p0
+%patch088 -p0
+%patch089 -p0
+%patch090 -p0
 
 
 %patch3000 -p1
@@ -668,6 +678,10 @@
 %endif
 
 %changelog
+* Mon Oct 10 2005 Karsten Hopp <karsten at redhat.de> 6.3.090-1
+- patchlevel 90
+- next attempt to fix perl requirements, add perl-epoch (#145475)
+
 * Thu Sep 08 2005 Karsten Hopp <karsten at redhat.de> 6.3.086-5
 - fix path to csupport templates
 - point user at README.csupport so that defaults can be set




More information about the fedora-cvs-commits mailing list