Update to version 0.36.1
This commit is contained in:
parent
54b42d276c
commit
3d9ceb1e04
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/hugo-0.30.2.tar.gz
|
||||
/hugo-0.31.tar.gz
|
||||
/hugo-0.31.1.tar.gz
|
||||
/hugo-0.36.1.tar.gz
|
||||
|
40
hugo.spec
40
hugo.spec
@ -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.31.1 tag
|
||||
%global commit c1c04d74a0b2b061857350e35720c9dde99f4fac
|
||||
# This commit is the 0.36.1 tag
|
||||
%global commit 25e88ccabe9b04c42ffb43528c86743f623fac46
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: hugo
|
||||
Version: 0.31.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.36.1
|
||||
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}
|
||||
@ -74,7 +74,6 @@ BuildRequires: golang(github.com/BurntSushi/toml)
|
||||
BuildRequires: golang(github.com/hashicorp/go-immutable-radix)
|
||||
BuildRequires: golang(github.com/russross/blackfriday)
|
||||
BuildRequires: golang(golang.org/x/text/transform)
|
||||
BuildRequires: golang(github.com/dchest/cssmin)
|
||||
BuildRequires: golang(github.com/markbates/inflect)
|
||||
BuildRequires: golang(gopkg.in/yaml.v2)
|
||||
BuildRequires: golang(github.com/mitchellh/mapstructure)
|
||||
@ -82,7 +81,6 @@ BuildRequires: golang(github.com/spf13/viper)
|
||||
BuildRequires: golang(github.com/fsnotify/fsnotify)
|
||||
BuildRequires: golang(github.com/spf13/fsync)
|
||||
BuildRequires: golang(github.com/alecthomas/chroma)
|
||||
BuildRequires: golang(github.com/kardianos/osext)
|
||||
BuildRequires: golang(github.com/spf13/afero)
|
||||
BuildRequires: golang(github.com/spf13/cast)
|
||||
BuildRequires: golang(github.com/alecthomas/chroma/lexers)
|
||||
@ -103,6 +101,12 @@ BuildRequires: golang(github.com/alecthomas/chroma/formatters)
|
||||
BuildRequires: golang(github.com/spf13/cobra)
|
||||
BuildRequires: golang(github.com/bep/gitmap)
|
||||
BuildRequires: golang(golang.org/x/image/webp)
|
||||
BuildRequires: golang(github.com/disintegration/imaging)
|
||||
BuildRequires: golang(github.com/gobwas/glob)
|
||||
BuildRequires: golang(github.com/muesli/smartcrop)
|
||||
BuildRequires: golang(github.com/olekukonko/tablewriter)
|
||||
BuildRequires: golang(golang.org/x/net/context)
|
||||
BuildRequires: golang(golang.org/x/sync/errgroup)
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -126,13 +130,11 @@ BuildRequires: golang(github.com/alecthomas/chroma/styles)
|
||||
BuildRequires: golang(github.com/bep/gitmap)
|
||||
BuildRequires: golang(github.com/markbates/inflect)
|
||||
BuildRequires: golang(github.com/chaseadamsio/goorgeous)
|
||||
BuildRequires: golang(github.com/dchest/cssmin)
|
||||
BuildRequires: golang(github.com/eknkc/amber)
|
||||
BuildRequires: golang(github.com/fsnotify/fsnotify)
|
||||
BuildRequires: golang(github.com/gorilla/websocket)
|
||||
BuildRequires: golang(github.com/hashicorp/go-immutable-radix)
|
||||
BuildRequires: golang(github.com/jdkato/prose/transform)
|
||||
BuildRequires: golang(github.com/kardianos/osext)
|
||||
BuildRequires: golang(github.com/kyokomi/emoji)
|
||||
BuildRequires: golang(github.com/miekg/mmark)
|
||||
BuildRequires: golang(github.com/mitchellh/mapstructure)
|
||||
@ -153,6 +155,12 @@ BuildRequires: golang(golang.org/x/text/transform)
|
||||
BuildRequires: golang(golang.org/x/text/unicode/norm)
|
||||
BuildRequires: golang(gopkg.in/yaml.v2)
|
||||
BuildRequires: golang(golang.org/x/image/webp)
|
||||
BuildRequires: golang(github.com/disintegration/imaging)
|
||||
BuildRequires: golang(github.com/gobwas/glob)
|
||||
BuildRequires: golang(github.com/muesli/smartcrop)
|
||||
BuildRequires: golang(github.com/olekukonko/tablewriter)
|
||||
BuildRequires: golang(golang.org/x/net/context)
|
||||
BuildRequires: golang(golang.org/x/sync/errgroup)
|
||||
%endif
|
||||
|
||||
Requires: golang(github.com/BurntSushi/toml)
|
||||
@ -165,13 +173,11 @@ Requires: golang(github.com/alecthomas/chroma/styles)
|
||||
Requires: golang(github.com/bep/gitmap)
|
||||
Requires: golang(github.com/markbates/inflect)
|
||||
Requires: golang(github.com/chaseadamsio/goorgeous)
|
||||
Requires: golang(github.com/dchest/cssmin)
|
||||
Requires: golang(github.com/eknkc/amber)
|
||||
Requires: golang(github.com/fsnotify/fsnotify)
|
||||
Requires: golang(github.com/gorilla/websocket)
|
||||
Requires: golang(github.com/hashicorp/go-immutable-radix)
|
||||
Requires: golang(github.com/jdkato/prose/transform)
|
||||
Requires: golang(github.com/kardianos/osext)
|
||||
Requires: golang(github.com/kyokomi/emoji)
|
||||
Requires: golang(github.com/miekg/mmark)
|
||||
Requires: golang(github.com/mitchellh/mapstructure)
|
||||
@ -192,6 +198,12 @@ Requires: golang(golang.org/x/text/transform)
|
||||
Requires: golang(golang.org/x/text/unicode/norm)
|
||||
Requires: golang(gopkg.in/yaml.v2)
|
||||
Requires: golang(golang.org/x/image/webp)
|
||||
Requires: golang(github.com/disintegration/imaging)
|
||||
Requires: golang(github.com/gobwas/glob)
|
||||
Requires: golang(github.com/muesli/smartcrop)
|
||||
Requires: golang(github.com/olekukonko/tablewriter)
|
||||
Requires: golang(golang.org/x/net/context)
|
||||
Requires: golang(golang.org/x/sync/errgroup)
|
||||
|
||||
Provides: golang(%{import_path}/bufferpool) = %{version}-%{release}
|
||||
Provides: golang(%{import_path}/cache) = %{version}-%{release}
|
||||
@ -237,6 +249,7 @@ Provides: golang(%{import_path}/tpl/urls) = %{version}-%{release}
|
||||
Provides: golang(%{import_path}/transform) = %{version}-%{release}
|
||||
Provides: golang(%{import_path}/utils) = %{version}-%{release}
|
||||
Provides: golang(%{import_path}/watcher) = %{version}-%{release}
|
||||
Provides: golang(%{import_path}/resource) = %{version}-%{release}
|
||||
|
||||
%description -n golang-%{provider}-%{project}-%{repo}-devel
|
||||
%{summary}
|
||||
@ -401,6 +414,7 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
|
||||
%gotest %{import_path}/tpl/transform
|
||||
%gotest %{import_path}/tpl/urls
|
||||
%gotest %{import_path}/transform
|
||||
%gotest %{import_path}/resource
|
||||
%endif
|
||||
|
||||
#define license tag if not already defined
|
||||
@ -425,6 +439,12 @@ export GOPATH=%{buildroot}/%{gopath}:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 16 2018 Athos Ribeiro <athoscr@fedoraproject.org> - 0.36.1-1
|
||||
- Update version
|
||||
|
||||
* Tue Feb 13 2018 Athos Ribeiro <athoscr@fedoraproject.org> - 0.36-1
|
||||
- Update version
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.31.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (hugo-0.31.1.tar.gz) = 55edaf5c92263973d5152dcf79d912f767105db1fd172c4afd9c9e27b3e95ca958500799b8d9c4c5e4510884ea432d3da2e1fae6d81a58ed1b297905c21d3018
|
||||
SHA512 (hugo-0.36.1.tar.gz) = 15ead4af7aeffdbcf542194b6b2243885987d374f7e4d98662f3a50f6146b2a1c771bdbedbd32405582fdffee8baa704077643d0e032ab45b733bf7ce9d1f9f0
|
||||
|
Loading…
Reference in New Issue
Block a user