diff --git a/vim-nerdtree.spec b/vim-nerdtree.spec index b5098d1..821d2a5 100644 --- a/vim-nerdtree.spec +++ b/vim-nerdtree.spec @@ -2,8 +2,9 @@ Name: vim-nerdtree Version: 4.2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A tree explorer plugin that owns your momma +Group: Application/Editors License: WTFPL URL: http://www.vim.org/scripts/script.php?script_id=1658 @@ -50,6 +51,9 @@ vim -c ":helptags %{vimfiles_root}/doc" -c :q &> /dev/null %changelog +* Fri May 04 2012 Bohuslav Kabrda - 4.2.0-5 +- Add the missing Group tag. + * Mon Apr 16 2012 Bohuslav Kabrda - 4.2.0-4 - Applied upstream patch as requested in RHBZ #812360. - Add post and postun Requires: vim (to generate helptags properly).