Update to 2019.1
Fixes #1675047 Signed-off-by: Robert-André Mauchin <zebob.m@gmail.com>
This commit is contained in:
parent
8e5f917df8
commit
8f5dd715b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/go-tools-2017.2.2.tar.gz
|
||||
/go-tools-2019.1.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
%global goipath honnef.co/go/tools
|
||||
%global forgeurl https://github.com/dominikh/go-tools
|
||||
Version: 2017.2.2
|
||||
Version: 2019.1
|
||||
|
||||
%global common_description %{expand:
|
||||
Tools and libraries for working with Go, including linters and static analysis.}
|
||||
@ -12,16 +12,18 @@ Tools and libraries for working with Go, including linters and static analysis.}
|
||||
%gometa
|
||||
|
||||
Name: %{goname}
|
||||
Release: 3%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools and libraries for working with Go, including linters and static analysis
|
||||
License: MIT and BSD
|
||||
URL: %{gourl}
|
||||
Source0: %{gourl}/archive/%{version}/go-tools-%{version}.tar.gz
|
||||
|
||||
BuildRequires: golang(github.com/kisielk/gotool)
|
||||
BuildRequires: golang(github.com/BurntSushi/toml)
|
||||
BuildRequires: golang(golang.org/x/tools/go/ast/astutil)
|
||||
BuildRequires: golang(golang.org/x/tools/go/loader)
|
||||
BuildRequires: golang(golang.org/x/tools/go/packages)
|
||||
BuildRequires: golang(golang.org/x/tools/go/types/typeutil)
|
||||
BuildRequires: golang(github.com/kisielk/gotool)
|
||||
|
||||
%description
|
||||
%{common_description}
|
||||
@ -74,6 +76,10 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 19 2019 Robert-André Mauchin <zebob.m@gmail.com> - 2019.1-1
|
||||
- Update to 2019.1
|
||||
- Fixes #1675047
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2017.2.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (go-tools-2017.2.2.tar.gz) = 8235d3b39aeb6e482404e5b75001980590ef575ec140db28f8b217e51b9c3538c94f5789f5135dbb5fbf4174fb34a3fdd045252c340bb8586c76faed89ee5a12
|
||||
SHA512 (go-tools-2019.1.tar.gz) = 025f66d8cf1444751121c9282dbccb98fdd9df935b2f78a6ceb7cd33ac9b6dd69ec7b2ced757cbc0fd14fceed4862f28ca9b22ea21213f897a4ffa9d1a30626a
|
||||
|
Loading…
x
Reference in New Issue
Block a user