From dcf0a8835bb74619d021740559113a1cc3438533 Mon Sep 17 00:00:00 2001 From: Raven Date: Mon, 10 Mar 2025 15:13:50 +0600 Subject: [PATCH] gitea: 1.23.5 --- base/gitea/gitea.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/base/gitea/gitea.spec b/base/gitea/gitea.spec index 983dd9f..9bc2776 100644 --- a/base/gitea/gitea.spec +++ b/base/gitea/gitea.spec @@ -2,7 +2,7 @@ %global _default_patch_fuzz 2 Name: gitea -Version: 1.23.4 +Version: 1.23.5 Release: 1%{dist} Summary: Git with a cup of tea, painless self-hosted git service License: MIT @@ -16,7 +16,7 @@ Source12: app-gitea.ini Patch0: make-version.patch Requires: git-core BuildRequires: git -BuildRequires: golang >= 1.23 +BuildRequires: golang >= 1.23.6 BuildRequires: make BuildRequires: pam-devel BuildRequires: pkgconfig(sqlite3) @@ -97,6 +97,9 @@ cp -r options public templates %{buildroot}%{_datadir}/%{name}/web %{_sysusersdir}/%{name}.conf %changelog +* Mon Mar 10 2025 Raven - 1.23.5-1 +- update to 1.23.5 + * Fri Feb 21 2025 Raven - 1.23.4-1 - update to 1.23.4