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.