diff --git a/fedora/SPECS/gitea.spec b/fedora/SPECS/gitea.spec index 66e86c0..b99e76e 100644 --- a/fedora/SPECS/gitea.spec +++ b/fedora/SPECS/gitea.spec @@ -1,5 +1,5 @@ Name: gitea -Version: 1.10.3 +Version: 1.11.1 Release: 1%{?dist} Summary: Gitea is a painless self-hosted Git service. %define MyVersion %version @@ -7,7 +7,6 @@ Summary: Gitea is a painless self-hosted Git service. License: MIT URL: https://gitea.io -#Source0: https://github.com/go-gitea/gitea/archive/%{version}.tar.gz Source0: %name-%MyVersion.tar.gz Source1: gitea.service @@ -82,6 +81,9 @@ getent passwd gitea > /dev/null || \ %changelog +* Sat Feb 22 2020 Daniel Steiner +- Update to version 1.11.1. + * Sat Jan 25 2020 Daniel Steiner - Update to version 1.10.3.