From 30bee1717bd7e08cd0549f25d7604c995a72fc89 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Sat, 22 Feb 2020 10:56:48 +0100 Subject: [PATCH] Update for gitea --- fedora/SPECS/gitea.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.