diff --git a/.gitignore b/.gitignore index 8d4ff19..f3255c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /hugo-0.27.1.tar.gz /hugo-0.29.tar.gz +/hugo-0.30.tar.gz diff --git a/hugo.spec b/hugo.spec index d32cf0a..d26ee07 100644 --- a/hugo.spec +++ b/hugo.spec @@ -45,7 +45,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: hugo -Version: 0.29 +Version: 0.30 Release: 1%{?dist} Summary: A Fast and Flexible Static Site Generator built with love in GoLang License: ASL 2.0 and MIT @@ -61,6 +61,11 @@ BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} # main.go BuildRequires: golang(github.com/spf13/jwalterweatherman) +# magefile.go +# No need in BRing these +# BuildRequires: golang(github.com/magefile/mage/mg) +# BuildRequires: golang(github.com/magefile/mage/sh) + # Remaining dependencies not included in main packages BuildRequires: golang(github.com/yosssi/ace) BuildRequires: golang(golang.org/x/text/unicode/norm) @@ -363,6 +368,7 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath} %gotest %{import_path}/hugolib %gotest %{import_path}/i18n %gotest %{import_path}/media +%gotest %{import_path}/metrics %gotest %{import_path}/output %gotest %{import_path}/parser %gotest %{import_path}/related @@ -416,6 +422,9 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath} %endif %changelog +* Tue Oct 17 2017 Athos Ribeiro - 0.30-1 +- Update Version + * Wed Oct 11 2017 Athos Ribeiro - 0.29-1 - Update Version diff --git a/sources b/sources index a4ea9f6..dbe6203 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (hugo-0.29.tar.gz) = 1e54dbb6a8da832ea6d89cff79232ac3a3bec22b221f11d0ad0002b97c7f834d9658337d70a4f501e0ad881bebed5511f481a2cc594e1770e0201c8a17143ed7 +SHA512 (hugo-0.30.tar.gz) = 1e54dbb6a8da832ea6d89cff79232ac3a3bec22b221f11d0ad0002b97c7f834d9658337d70a4f501e0ad881bebed5511f481a2cc594e1770e0201c8a17143ed7