New version of gitea and apache httpd

This commit is contained in:
2019-04-07 08:27:04 +02:00
parent f685af9308
commit a0fb33da30
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
Name: gitea Name: gitea
Version: 1.7.4 Version: 1.7.5
Release: 1%{?dist} Release: 1%{?dist}
Summary: Gitea is a painless self-hosted Git service. Summary: Gitea is a painless self-hosted Git service.
%define MyVersion %version %define MyVersion %version
@@ -66,6 +66,9 @@ getent passwd gitea > /dev/null || \
%changelog %changelog
* Sun Apr 7 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Update to version 1.7.5.
* Fri Mar 15 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org> * Fri Mar 15 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Update to version 1.7.4. - Update to version 1.7.4.

View File

@@ -7,7 +7,7 @@
Summary: Apache HTTP Server Summary: Apache HTTP Server
Name: httpd Name: httpd
Version: 2.4.37 Version: 2.4.39
Release: 1%{?dist} Release: 1%{?dist}
URL: http://httpd.apache.org/ URL: http://httpd.apache.org/
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 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 %{_rpmconfigdir}/macros.d/macros.httpd
%changelog %changelog
* Sun Apr 7 2019 Daniel Steiner <dsteiner@redhat.com> - 2.4.39-1
- Upgrade to newest version (2.4.39).
* Mon Dec 10 2018 Daniel Steiner <dsteiner@redhat.com> - 2.4.37-1 * Mon Dec 10 2018 Daniel Steiner <dsteiner@redhat.com> - 2.4.37-1
- Upgrade to newest version (2.4.37). - Upgrade to newest version (2.4.37).