From 546e88a7aecceffb6025fbf398f732e23ba49fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 2 Oct 2015 11:28:31 +0200 Subject: [PATCH] updated to 1.2 - resolves #1268172 --- .gitignore | 2 +- sources | 2 +- vim-go.spec | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2d67de1..55b0981 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/v1.1.tar.gz +/v1.2.tar.gz diff --git a/sources b/sources index 62d33d8..5f488b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -780a36bafa2fb30dc24d2d2c6e01d47c v1.1.tar.gz +40b536343a598b42861d30d248112e24 v1.2.tar.gz diff --git a/vim-go.spec b/vim-go.spec index f9f3236..b293435 100644 --- a/vim-go.spec +++ b/vim-go.spec @@ -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ó - 1.2-1 +- Updated to 1.2 + Resolves #1268172 + * Wed Jul 29 2015 Nikola Forró - 1.1-1 - Updated to 1.1 - Added license file