From 2ecc846981dab9b2a3a4d13bd67e58cb52734606 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Tue, 26 Mar 2024 23:41:40 -0500 Subject: [PATCH] Version bump to 1.21.10 Signed-off-by: Jason Rothstein --- gitea.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gitea.spec b/gitea.spec index 9dd3d42..71c4426 100644 --- a/gitea.spec +++ b/gitea.spec @@ -10,7 +10,7 @@ ExclusiveArch: %{go_arches} %endif Name: gitea -Version: 1.21.9 +Version: 1.21.10 Release: 1%{?dist} Summary: Gitea: Git with a cup of tea @@ -36,11 +36,11 @@ Requires: git %build sed -i -e 's/-s -w //g' Makefile -unset LDFLAGS +LDFLAGS="" +export LDFLAGS make \ TAGS="bindata pam sqlite sqlite_unlock_notify"\ - DRONE_TAG="%{version}-%{release}" \ build sed -i \ @@ -93,6 +93,9 @@ fi %changelog +* Tue Mar 26 2024 Jason Rothstein +- version bump to 1.21.10 + * Tue Mar 26 2024 Jason Rothstein - version bump to 1.21.9