packages: vim/vim.spec, vim/vim-ft-mib.patch (NEW) - recognize files in ~/....
glen
glen at pld-linux.org
Tue Oct 20 17:39:42 CEST 2009
Author: glen Date: Tue Oct 20 15:39:42 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- recognize files in ~/.snmp/mibs, /usr/share/snmp/mibs
---- Files affected:
packages/vim:
vim.spec (1.484 -> 1.485) , vim-ft-mib.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/vim/vim.spec
diff -u packages/vim/vim.spec:1.484 packages/vim/vim.spec:1.485
--- packages/vim/vim.spec:1.484 Wed Oct 7 22:11:12 2009
+++ packages/vim/vim.spec Tue Oct 20 17:39:37 2009
@@ -27,7 +27,7 @@
Summary(uk.UTF-8): Visual editor IMproved - Єдино Вірний Редактор :)
Name: vim
Version: %{ver}.%{patchlevel}
-Release: 1
+Release: 2
Epoch: 4
License: Charityware
Group: Applications/Editors/Vim
@@ -99,6 +99,7 @@
Patch112: %{name}-localedir.patch
Patch113: %{name}-locales.patch
Patch114: %{name}-rtdir.patch
+Patch115: %{name}-ft-mib.patch
URL: http://www.vim.org/
BuildRequires: acl-devel
BuildRequires: autoconf
@@ -705,6 +706,7 @@
%patch112 -p1
%patch113 -p1
%patch114 -p1
+%patch115 -p1
install %{SOURCE20} runtime/syntax
install %{SOURCE22} runtime/syntax
@@ -1351,6 +1353,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.485 2009/10/20 15:39:37 glen
+- recognize files in ~/.snmp/mibs, /usr/share/snmp/mibs
+
Revision 1.484 2009/10/07 20:11:12 glen
- up to 7.2.267
================================================================
Index: packages/vim/vim-ft-mib.patch
diff -u /dev/null packages/vim/vim-ft-mib.patch:1.1
--- /dev/null Tue Oct 20 17:39:42 2009
+++ packages/vim/vim-ft-mib.patch Tue Oct 20 17:39:37 2009
@@ -0,0 +1,11 @@
+--- vim72/runtime/filetype.vim~ 2009-10-20 18:35:37.000000000 +0300
++++ vim72/runtime/filetype.vim 2009-10-20 18:36:20.600517648 +0300
+@@ -1818,7 +1818,7 @@
+ au BufNewFile,BufRead *.sno,*.spt setf snobol4
+
+ " SNMP MIB files
+-au BufNewFile,BufRead *.mib,*.my setf mib
++au BufNewFile,BufRead *.mib,*.my,*/mibs/*.txt setf mib
+
+ " Snort Configuration
+ au BufNewFile,BufRead *.hog,snort.conf,vision.conf setf hog
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim/vim.spec?r1=1.484&r2=1.485&f=u
More information about the pld-cvs-commit
mailing list