Update golang-github-kyokomi-emoji dep version

Signed-off-by: Athos Ribeiro <athoscr@fedoraproject.org>
This commit is contained in:
Athos Ribeiro 2020-04-18 12:28:52 +02:00
parent fe85840911
commit f29b07c974
1 changed files with 5 additions and 2 deletions

View File

@ -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 worlds 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 <athoscr@fedoraproject.org> - 0.69.0-2
- Update golang-github-kyokomi-emoji required version
* Sat Apr 18 2020 Athos Ribeiro <athoscr@fedoraproject.org> - 0.69.0-1
- Update to latest version