summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim-fugitive.spec8
1 files changed, 5 insertions, 3 deletions
diff --git a/vim-fugitive.spec b/vim-fugitive.spec
index 6f87300..7cecc5e 100644
--- a/vim-fugitive.spec
+++ b/vim-fugitive.spec
@@ -6,7 +6,7 @@
Name: vim-fugitive
Version: 2.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A Git wrapper so awesome, it should be illegal
Group: Applications/Editors
License: Vim
@@ -52,8 +52,7 @@ the work tree and index versions of a file, making it like git-add when called
from a work tree file and like git-checkout when called from the index or a
blob in history.
-Add %{fugitive#statusline()} to 'statusline' to get an indicator with the
-current branch in (surprise!) your statusline.
+Add an indicator with the current branch in (surprise!) your statusline.
Oh, and of course there's :Git for running any arbitrary command.
@@ -86,5 +85,8 @@ vim -c ":helptags %{vimfiles}/doc" -c :q &> /dev/null
%changelog
+* Tue May 12 2015 Vít Ondruch <vondruch@redhat.com> - 2.2-2
+- Remove something like RPM macro from description.
+
* Tue May 12 2015 Vít Ondruch <vondruch@redhat.com> - 2.2-1
- Initial package.