updated to 1.2

- resolves #1268172
This commit is contained in:
Nikola Forró 2015-10-02 11:28:31 +02:00
commit 546e88a7ae
3 changed files with 7 additions and 3 deletions

2
.gitignore vendored
View file

@ -1 +1 @@
/v1.1.tar.gz
/v1.2.tar.gz

View file

@ -1 +1 @@
780a36bafa2fb30dc24d2d2c6e01d47c v1.1.tar.gz
40b536343a598b42861d30d248112e24 v1.2.tar.gz

View file

@ -2,7 +2,7 @@
%global appdata_dir %{_datadir}/appdata
Name: vim-go
Version: 1.1
Version: 1.2
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
* Fri Oct 02 2015 Nikola Forró <nforro@redhat.com> - 1.2-1
- Updated to 1.2
Resolves #1268172
* Wed Jul 29 2015 Nikola Forró <nforro@redhat.com> - 1.1-1
- Updated to 1.1
- Added license file