diff --git a/hugo.spec b/hugo.spec index 8c91793..b264216 100644 --- a/hugo.spec +++ b/hugo.spec @@ -17,7 +17,7 @@ and templates and renders them into a full HTML website.} %global godocs docs examples README.md CONTRIBUTING.md Name: hugo -Release: 1%{?dist} +Release: 2%{?dist} Summary: The world’s fastest framework for building websites # Upstream license specification: Apache-2.0 and MIT @@ -52,7 +52,7 @@ BuildRequires: golang(github.com/gobwas/glob/syntax) BuildRequires: golang(github.com/google/go-cmp/cmp) BuildRequires: golang(github.com/gorilla/websocket) >= 1.4.1 BuildRequires: golang(github.com/jdkato/prose/transform) >= 1.1.1 -BuildRequires: golang(github.com/kyokomi/emoji) >= 2.1.0 +BuildRequires: golang(github.com/kyokomi/emoji) >= 2.1.1 BuildRequires: golang(github.com/markbates/inflect) >= 1.0.0 BuildRequires: golang(github.com/mattn/go-isatty) >= 0.0.11 BuildRequires: golang(github.com/miekg/mmark) >= 1.3.6 @@ -187,6 +187,9 @@ install -Dp man/* -t %{buildroot}%{_mandir}/man1 %changelog +* Sat Apr 18 2020 Athos Ribeiro - 0.69.0-2 +- Update golang-github-kyokomi-emoji required version + * Sat Apr 18 2020 Athos Ribeiro - 0.69.0-1 - Update to latest version