update to 1.8

- resolves #1361932
This commit is contained in:
Nikola Forró 2016-08-01 11:42:02 +02:00
commit f2bf393441
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@
/v1.5.tar.gz
/v1.6.tar.gz
/v1.7.1.tar.gz
/v1.8.tar.gz

View file

@ -1 +1 @@
a443a79220da958eeafcf05b0c43427e v1.7.1.tar.gz
7e529023382b0b7897fe0455de328c25 v1.8.tar.gz

View file

@ -2,7 +2,7 @@
%global appdata_dir %{_datadir}/appdata
Name: vim-go
Version: 1.7.1
Version: 1.8
Release: 1%{?dist}
Summary: Go development plugin for Vim
Group: Applications/Editors
@ -80,6 +80,10 @@ vim -c ":helptags %{vimfiles_root}/doc" -c ":q" &> /dev/null || :
%changelog
* Mon Aug 01 2016 Nikola Forró <nforro@redhat.com> - 1.8-1
- Update to 1.8
Resolves #1361932
* Wed Jun 08 2016 Nikola Forró <nforro@redhat.com> - 1.7.1-1
- Update to 1.7.1
Resolves #1343269