diff --git a/fedora/SPECS/gitea.spec b/fedora/SPECS/gitea.spec index 53790b2..5266411 100644 --- a/fedora/SPECS/gitea.spec +++ b/fedora/SPECS/gitea.spec @@ -1,5 +1,5 @@ Name: gitea -Version: 1.12.1 +Version: 1.12.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 +* Fri Jul 17 2020 Daniel Steiner +- Update to version 1.12.2. + * Fri Jul 3 2020 Daniel Steiner - Update to version 1.12.1. diff --git a/fedora/SPECS/nginx.spec b/fedora/SPECS/nginx.spec index 6bda0ef..13dd59b 100644 --- a/fedora/SPECS/nginx.spec +++ b/fedora/SPECS/nginx.spec @@ -19,7 +19,7 @@ Name: nginx Epoch: 1 -Version: 1.18.0 +Version: 1.19.1 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 Jul 17 2020 Daniel Steiner +- Updated to mainline version 1.19.1. + * Sat May 2 2020 Daniel Steiner - Updated to mainline version 1.18.0.