diff --git a/fedora/SPECS/gitea.spec b/fedora/SPECS/gitea.spec index 2440d08..fee7ab3 100644 --- a/fedora/SPECS/gitea.spec +++ b/fedora/SPECS/gitea.spec @@ -1,5 +1,5 @@ Name: gitea -Version: 1.11.1 +Version: 1.11.3 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 +* Fri Mar 27 2020 Daniel Steiner +- Update to version 1.11.3. + * Sat Feb 22 2020 Daniel Steiner - Update to version 1.11.1. diff --git a/fedora/SPECS/nginx.spec b/fedora/SPECS/nginx.spec index 5050e68..e55bce4 100644 --- a/fedora/SPECS/nginx.spec +++ b/fedora/SPECS/nginx.spec @@ -19,7 +19,7 @@ Name: nginx Epoch: 1 -Version: 1.17.8 +Version: 1.17.9 Release: 1%{?dist} Summary: A high performance web server and reverse proxy server @@ -569,6 +569,9 @@ fi [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* %changelog +* Fri Mar 27 2020 Daniel Steiner +- Updated to mainline version 1.17.9. + * Sat Feb 22 2020 Daniel Steiner - Updated to mainline version 1.17.8.