commit vim for openSUSE:Factory
Hello community, here is the log from the commit of package vim for openSUSE:Factory checked in at Thu Feb 26 15:49:57 CET 2009. -------- --- vim/vim.changes 2009-02-25 16:57:29.000000000 +0100 +++ /mounts/work_src_done/STABLE/vim/vim.changes 2009-02-26 14:39:06.612000648 +0100 @@ -1,0 +2,5 @@ +Thu Feb 26 14:38:19 CET 2009 - werner@suse.de + +- Add file type detection to personal vimrc skeleton (bnc#404013) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim.spec ++++++ --- /var/tmp/diff_new_pack.Y24140/_old 2009-02-26 15:49:41.000000000 +0100 +++ /var/tmp/diff_new_pack.Y24140/_new 2009-02-26 15:49:41.000000000 +0100 @@ -20,7 +20,7 @@ Name: vim Version: 7.2 -Release: 10 +Release: 11 # License: Other uncritical OpenSource License; http://vimdoc.sourceforge.net/htmldoc/uganda.html#license Group: Productivity/Editors/Vi @@ -696,6 +696,8 @@ %endif %changelog +* Thu Feb 26 2009 werner@suse.de +- Add file type detection to personal vimrc skeleton (bnc#404013) * Wed Feb 25 2009 werner@suse.de - Upto version 7.2.127 - Be sure that lib64 is found by configure ++++++ dot.vimrc ++++++ --- /var/tmp/diff_new_pack.Y24140/_old 2009-02-26 15:49:41.000000000 +0100 +++ /var/tmp/diff_new_pack.Y24140/_new 2009-02-26 15:49:41.000000000 +0100 @@ -24,6 +24,10 @@ exe "%s/specRPM_CREATION_DATE/" . strftime("%a\ %b\ %d\ %Y") . "/ge" exe "%s/specRPM_CREATION_AUTHOR_MAIL/" . login . "@" . hostname . "/ge" exe "%s/specRPM_CREATION_NAME/" . expand("%:t:r") . "/ge" + setf spec endfunction autocmd BufNewFile *.spec call SKEL_spec() +" filetypes +filetype plugin on +filetype indent on " ~/.vimrc ends here ++++++ spec.skeleton ++++++ --- /var/tmp/diff_new_pack.Y24140/_old 2009-02-26 15:49:41.000000000 +0100 +++ /var/tmp/diff_new_pack.Y24140/_new 2009-02-26 15:49:41.000000000 +0100 @@ -5,7 +5,7 @@ # norootforbuild -Name: specRPM_CREATION_NAME +Name: specRPM_CREATION_NAME Version: Release: Summary: @@ -25,6 +25,7 @@ Authors: -------- Name Surname + %prep %setup @@ -42,8 +43,8 @@ %postun %files -%defattr(-,root,root,0755) +%defattr(-,root,root) %doc ChangeLog README COPYING %changelog -* specRPM_CREATION_DATE - specRPM_CREATION_AUTHOR_MAIL +* specRPM_CREATION_DATE specRPM_CREATION_AUTHOR_MAIL ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@Hilbert.suse.de