From 3d9ceb1e0457be444322eb59d4c48f5be9710d94 Mon Sep 17 00:00:00 2001 From: Athos Ribeiro Date: Fri, 16 Feb 2018 23:27:46 -0200 Subject: [PATCH] Update to version 0.36.1 --- .gitignore | 1 + hugo.spec | 40 ++++++++++++++++++++++++++++++---------- sources | 2 +- 3 files changed, 32 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 58b7d47..2c60fce 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/hugo.spec b/hugo.spec index 74ecebc..1fb32af 100644 --- a/hugo.spec +++ b/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 - 0.36.1-1 +- Update version + +* Tue Feb 13 2018 Athos Ribeiro - 0.36-1 +- Update version + * Wed Feb 07 2018 Fedora Release Engineering - 0.31.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild diff --git a/sources b/sources index 9e472ed..7ba8013 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (hugo-0.31.1.tar.gz) = 55edaf5c92263973d5152dcf79d912f767105db1fd172c4afd9c9e27b3e95ca958500799b8d9c4c5e4510884ea432d3da2e1fae6d81a58ed1b297905c21d3018 +SHA512 (hugo-0.36.1.tar.gz) = 15ead4af7aeffdbcf542194b6b2243885987d374f7e4d98662f3a50f6146b2a1c771bdbedbd32405582fdffee8baa704077643d0e032ab45b733bf7ce9d1f9f0