diff --git a/centos/SPECS/gitea.spec b/centos/SPECS/gitea.spec index 68177f7..15cf199 100644 --- a/centos/SPECS/gitea.spec +++ b/centos/SPECS/gitea.spec @@ -1,5 +1,5 @@ Name: gitea -Version: 1.7.4 +Version: 1.7.5 Release: 1%{?dist} Summary: Gitea is a painless self-hosted Git service. %define MyVersion %version @@ -66,6 +66,9 @@ getent passwd gitea > /dev/null || \ %changelog +* Sun Apr 7 2019 Daniel Steiner +- Update to version 1.7.5. + * Fri Mar 15 2019 Daniel Steiner - Update to version 1.7.4. diff --git a/centos/SPECS/httpd.spec b/centos/SPECS/httpd.spec index 717230a..977f411 100644 --- a/centos/SPECS/httpd.spec +++ b/centos/SPECS/httpd.spec @@ -7,7 +7,7 @@ Summary: Apache HTTP Server Name: httpd -Version: 2.4.37 +Version: 2.4.39 Release: 1%{?dist} URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 @@ -686,6 +686,9 @@ rm -rf $RPM_BUILD_ROOT %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Sun Apr 7 2019 Daniel Steiner - 2.4.39-1 +- Upgrade to newest version (2.4.39). + * Mon Dec 10 2018 Daniel Steiner - 2.4.37-1 - Upgrade to newest version (2.4.37).