From 863571492e1f479d70b5fd8e9ab5ff02f4542d35 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Mon, 10 May 2021 19:53:17 +0200 Subject: [PATCH] Update for nginx and gitea --- centos/SPECS/nginx.spec | 5 ++++- fedora/SPECS/gitea.spec | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/centos/SPECS/nginx.spec b/centos/SPECS/nginx.spec index 05663de..be58277 100644 --- a/centos/SPECS/nginx.spec +++ b/centos/SPECS/nginx.spec @@ -22,7 +22,7 @@ Name: nginx Epoch: 1 -Version: 1.19.8 +Version: 1.19.10 Release: 1%{?dist} Summary: A high performance web server and reverse proxy server @@ -694,6 +694,9 @@ fi [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog +* Mon Apr 3 2021 Daniel Steiner +- Upadate to version 1.19.10 on CentOS 8. + * Mon Mar 29 2021 Daniel Steiner - Upadate to version 1.19.8 on CentOS 8. diff --git a/fedora/SPECS/gitea.spec b/fedora/SPECS/gitea.spec index 6b1fd05..4cf49bd 100644 --- a/fedora/SPECS/gitea.spec +++ b/fedora/SPECS/gitea.spec @@ -1,5 +1,5 @@ Name: gitea -Version: 1.14.1 +Version: 1.14.2 Release: 1%{?dist} Summary: Gitea is a painless self-hosted Git service. %define MyVersion %version @@ -82,6 +82,9 @@ getent passwd gitea > /dev/null || \ %changelog +* Mon May 10 2021 Daniel Steiner +- Update to version 1.14.2. + * Thu Apr 22 2021 Daniel Steiner - Update to version 1.14.1.