rpms/vim/FC-5 vim-7.0-syntax.patch,1.1,1.2 vim.spec,1.102,1.103

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jul 12 13:57:17 UTC 2006


Author: karsten

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

Modified Files:
	vim-7.0-syntax.patch vim.spec 
Log Message:
- fix a typo in http.conf syntax file

vim-7.0-syntax.patch:
 filetype.vim |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: vim-7.0-syntax.patch
===================================================================
RCS file: /cvs/dist/rpms/vim/FC-5/vim-7.0-syntax.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vim-7.0-syntax.patch	21 Jun 2006 13:24:03 -0000	1.1
+++ vim-7.0-syntax.patch	12 Jul 2006 13:57:14 -0000	1.2
@@ -5,7 +5,7 @@
  " Apache config file
  au BufNewFile,BufRead .htaccess			 setf apache
 -au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/apache2/*.conf* call s:StarSetf('apache')
-+au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/apache2/*.conf* auth_mysql.conf*,auth_pgsql.conf*,ssl.conf*,perl.conf*,php.conf*,python.conf*,squirrelmail.conf* call s:StarSetf('apache')
++au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/apache2/*.conf*,auth_mysql.conf*,auth_pgsql.conf*,ssl.conf*,perl.conf*,php.conf*,python.conf*,squirrelmail.conf* call s:StarSetf('apache')
  
  " XA65 MOS6510 cross assembler
  au BufNewFile,BufRead *.a65			setf a65


Index: vim.spec
===================================================================
RCS file: /cvs/dist/rpms/vim/FC-5/vim.spec,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- vim.spec	26 Jun 2006 15:17:48 -0000	1.102
+++ vim.spec	12 Jul 2006 13:57:14 -0000	1.103
@@ -29,7 +29,7 @@
 Summary: The VIM editor.
 Name: vim
 Version: %{baseversion}.%{beta}%{patchlevel}
-Release: 0.fc5
+Release: 0.fc5.1
 License: freeware
 Group: Applications/Editors
 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
@@ -596,6 +596,9 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Jul 12 2006 Karsten Hopp <karsten at redhat.de> 7.0.035-0.fc5.1
+- fix a typo in http.conf syntax file
+
 * Mon Jun 26 2006 Karsten Hopp <karsten at redhat.de> 7.0.035-0.fc5
 - patchlevel 35
 - remove conflicts with some man-page packages




More information about the fedora-cvs-commits mailing list