Hello community, here is the log from the commit of package vim checked in at Tue Oct 31 15:13:00 CET 2006. -------- --- vim/vim.changes 2006-10-24 12:49:40.000000000 +0200 +++ /mounts/work_src_done/STABLE/vim/vim.changes 2006-10-31 12:24:58.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Oct 31 12:22:31 CET 2006 - mkoenig@suse.de + +- enable grub mode for different root dir [#113647] + +------------------------------------------------------------------- New: ---- vim-7.0-grub.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim.spec ++++++ --- /var/tmp/diff_new_pack.E9BrrZ/_old 2006-10-31 15:11:56.000000000 +0100 +++ /var/tmp/diff_new_pack.E9BrrZ/_new 2006-10-31 15:11:56.000000000 +0100 @@ -18,7 +18,7 @@ Provides: vi_clone Autoreqprov: on Version: 7.0 -Release: 22 +Release: 23 %define VIM_SUBDIR vim70 Summary: Vi IMproved URL: http://www.vim.org/ @@ -53,6 +53,7 @@ Patch11: %{name}-7.0-mktemp_tutor.patch Patch12: %{name}-7.0-ruby_ldflags_configure.patch Patch13: %{name}-7.0-fstab_match_uuid.patch +Patch14: %{name}-7.0-grub.patch # tbd??? %name-6.3-ga-utf8.diff # tbd??? %name-6.3-initvals.diff # tbd??? vim64-svn-crash.patch @@ -142,6 +143,7 @@ %patch11 -p1 %patch12 -p1 %patch13 +%patch14 cp $RPM_SOURCE_DIR/vimrc_example* . cp $RPM_SOURCE_DIR/ANNOUNCEMENT* . rename no nb $RPM_BUILD_DIR/vim*/src/po/no.* @@ -338,6 +340,8 @@ /usr/bin/vim-enhanced %changelog -n vim +* Tue Oct 31 2006 - mkoenig@suse.de +- enable grub mode for different root dir [#113647] * Tue Oct 24 2006 - mkoenig@suse.de - added official patchs 077-146: * minor bugfixes ++++++ vim-7.0-grub.patch ++++++ --- runtime/filetype.vim +++ runtime/filetype.vim @@ -146,7 +146,7 @@ \ endif " Grub (must be before catch *.lst) -au BufNewFile,BufRead /boot/grub/menu.lst,/boot/grub/grub.conf,/etc/grub.conf setf grub +au BufNewFile,BufRead */boot/grub/menu.lst,*/boot/grub/grub.conf,*/etc/grub.conf setf grub " Assembly (all kinds) " *.lst is not pure assembly, it has two extra columns (address, byte codes) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de