Compare commits

...

1 Commits

Author SHA1 Message Date
Athos Ribeiro b2fe9b9a29 WIP: Update version to Hugo 0.37 2018-03-01 13:50:18 -03:00
1 changed files with 9 additions and 6 deletions

View File

@ -40,13 +40,13 @@
# https://github.com/gohugoio/hugo
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
# This commit is the 0.36.1 tag
%global commit 25e88ccabe9b04c42ffb43528c86743f623fac46
# This commit is the 0.37 tag
%global commit 956a2dce8d9fd51f6c4f827bd2ae859a6f22ac6f
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: hugo
Version: 0.36.1
Release: 2%{?dist}
Version: 0.37
Release: 1%{?dist}
Summary: A Fast and Flexible Static Site Generator built with love in GoLang
License: ASL 2.0 and MIT
URL: https://%{provider_prefix}
@ -282,10 +282,10 @@ Requires: golang(github.com/stretchr/testify/require)
# These are used during hugolib tests
%%if 0%{?with_check}
BuildRequires: python-docutils
BuildRequires: python3-docutils
BuildRequires: python3-pygments
BuildRequires: rubygem-asciidoctor
Requires: python-docutils
Requires: python3-docutils
Requires: python3-pygments
Requires: rubygem-asciidoctor
%%endif
@ -441,6 +441,9 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
%endif
%changelog
* Thu Mar 01 2018 Athos Ribeiro <athoscr@fedoraproject.org> - 0.37-1
- Update version
* Wed Feb 21 2018 Athos Ribeiro <athoscr@fedoraproject.org> - 0.36.1-2
- Include resource/testdata in unit tests package