update to 1.11

- resolves #1411559
This commit is contained in:
Nikola Forró 2017-01-10 08:43:26 +01:00
commit ccf44ccc71
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@
/v1.8.tar.gz
/v1.9.tar.gz
/v1.10.tar.gz
/v1.11.tar.gz

View file

@ -1 +1 @@
c4eaaedd8f2719428a97ace385697efe v1.10.tar.gz
SHA512 (v1.11.tar.gz) = 659d349d4658e1470a24d6e97776d215c95cd77a89649f59181a4bf6418c291de8167b43d3789af1ed6a4d1d26eecab1964cc317fb55a8313e8b9a07739bcb07

View file

@ -2,7 +2,7 @@
%global appdata_dir %{_datadir}/appdata
Name: vim-go
Version: 1.10
Version: 1.11
Release: 1%{?dist}
Summary: Go development plugin for Vim
Group: Applications/Editors
@ -74,6 +74,10 @@ vim -c ":helptags %{vimfiles_root}/doc" -c ":q" &> /dev/null || :
%changelog
* Tue Jan 10 2017 Nikola Forró <nforro@redhat.com> - 1.11-1
- Update to 1.11
Resolves #1411559
* Tue Nov 29 2016 Nikola Forró <nforro@redhat.com> - 1.10-1
- Update to 1.10
Resolves #1398310