From d2231763af4d2615125f6fabdc37b4b1d3053cac Mon Sep 17 00:00:00 2001 From: Nikola Forró Date: Mar 17 2016 08:27:09 +0000 Subject: update to 1.5 - resolves #1318468 --- diff --git a/.gitignore b/.gitignore index efea28a..cde4660 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /v1.2.tar.gz /v1.3.tar.gz /v1.4.tar.gz +/v1.5.tar.gz diff --git a/sources b/sources index bb28afd..227558c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1437b2930942d3ce217b6fd2172d3b26 v1.4.tar.gz +acf9f19bfee7d46da1dd6ed650fe304a v1.5.tar.gz diff --git a/vim-go-1.4-mode-fix.patch b/vim-go-1.4-mode-fix.patch deleted file mode 100644 index 60ec4ce..0000000 --- a/vim-go-1.4-mode-fix.patch +++ /dev/null @@ -1,21 +0,0 @@ -From b6f2cfa3d9a4b0febf142958bbaad2d928551486 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Nikola=20Forr=C3=B3?= -Date: Thu, 21 Jan 2016 09:26:51 +0100 -Subject: [PATCH] Fix mode of non-executable files - ---- - doc/vim-go.txt | 0 - ftplugin/go/commands.vim | 0 - 2 files changed, 0 insertions(+), 0 deletions(-) - mode change 100755 => 100644 doc/vim-go.txt - mode change 100755 => 100644 ftplugin/go/commands.vim - -diff --git a/doc/vim-go.txt b/doc/vim-go.txt -old mode 100755 -new mode 100644 -diff --git a/ftplugin/go/commands.vim b/ftplugin/go/commands.vim -old mode 100755 -new mode 100644 --- -2.4.3 - diff --git a/vim-go.spec b/vim-go.spec index 7fc9b46..389cc75 100644 --- a/vim-go.spec +++ b/vim-go.spec @@ -2,8 +2,8 @@ %global appdata_dir %{_datadir}/appdata Name: vim-go -Version: 1.4 -Release: 3%{?dist} +Version: 1.5 +Release: 1%{?dist} Summary: Go development plugin for Vim Group: Applications/Editors @@ -12,8 +12,6 @@ URL: https://github.com/fatih/vim-go Source0: https://github.com/fatih/vim-go/archive/v%{version}.tar.gz Source1: %{name}.metainfo.xml -Patch0: vim-go-1.4-mode-fix.patch - # if %%go_arches is undefined, require golang %if %{?go_arches:0}%{!?go_arches:1} BuildRequires: golang @@ -44,7 +42,6 @@ feature can be disabled/enabled easily. %prep %setup -q -%patch0 -p1 %build @@ -83,6 +80,10 @@ vim -c ":helptags %{vimfiles_root}/doc" -c ":q" &> /dev/null || : %changelog +* Thu Mar 17 2016 Nikola Forró - 1.5-1 +- Update to 1.5 + Resolves #1318468 + * Fri Feb 05 2016 Fedora Release Engineering - 1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild