summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2015-05-12 13:54:44 +0200
committerVít Ondruch <vondruch@redhat.com>2015-05-12 13:55:42 +0200
commit15858d8b3e5eca7c29af4c6fb54d65d6b06e9e12 (patch)
tree61d1946e081a42d6465d5e8e2e4363c8db854bec
parentffe4f95c4f3707288ba1c893c050e3f6c201b17e (diff)
downloadvim-fugitive-master.tar.gz
vim-fugitive-master.tar.xz
vim-fugitive-master.zip
Remove something like RPM macro from description.HEADmaster
-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.