Several updates

This commit is contained in:
2024-06-07 10:41:00 +02:00
parent b470b9011e
commit b10ad8668a
4 changed files with 23 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
Name: gitea Name: gitea
Version: 1.21.10 Version: 1.22.0
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
@@ -84,6 +84,12 @@ getent passwd gitea > /dev/null || \
%changelog %changelog
* Fri Jun 7 2024 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.22.0.
* Fri Apr 19 2024 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.21.11.
* Sat Apr 13 2024 Daniel Steiner <daniel.steiner@dsteiner.ch> * Sat Apr 13 2024 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.21.10. - Update to 1.21.10.

View File

@@ -1,10 +1,10 @@
Name: litmus Name: litmus
Version: 0.14 Version: 0.15
Release: 1%{?dist} Release: 1%{?dist}
Summary: WebDAV server compliance test suite Summary: WebDAV server compliance test suite
License: GPLv2+ License: GPLv2+
URL: https://notroj.github.io/litmus/ URL: https://notroj.github.io/litmus/
Source0: https://notroj.github.io/litmus/litmus-0.14.tar.gz Source0: https://notroj.github.io/litmus/%{name}-%{version}.tar.gz
BuildRequires: gcc, automake, make BuildRequires: gcc, automake, make
BuildRequires: neon-devel BuildRequires: neon-devel
@@ -35,6 +35,9 @@ make install DESTDIR=%{buildroot}
%doc COPYING FAQ README.md THANKS TODO %doc COPYING FAQ README.md THANKS TODO
%changelog %changelog
* Fri Apr 19 2024 Daniel Steiner <daniel.steiner@dsteiner.ch>
- update to 0.15
* Mon Jan 30 2023 Joe Orton <jorton@redhat.com> - 0.14-1 * Mon Jan 30 2023 Joe Orton <jorton@redhat.com> - 0.14-1
- update to 0.14 - update to 0.14

View File

@@ -21,7 +21,7 @@
Name: nginx Name: nginx
Epoch: 1 Epoch: 1
Version: 1.24.0 Version: 1.26.0
Release: 100%{?dist} Release: 100%{?dist}
Summary: A high performance web server and reverse proxy server Summary: A high performance web server and reverse proxy server
@@ -636,6 +636,9 @@ fi
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/* [ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
%changelog %changelog
* Sun May 12 2024 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Update to 1.26 version.
* Mon Nov 6 2023 Daniel Steiner <daniel.steiner@dsteiner.ch> * Mon Nov 6 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Stream real ip module added. - Stream real ip module added.

View File

@@ -1,5 +1,5 @@
Name: zabbix Name: zabbix
Version: 6.4.13 Version: 6.4.15
Release: %{?alphatag:%{?alphatag}.}release1%{?dist} Release: %{?alphatag:%{?alphatag}.}release1%{?dist}
Summary: The Enterprise-class open source monitoring solution Summary: The Enterprise-class open source monitoring solution
Group: Applications/Internet Group: Applications/Internet
@@ -1360,6 +1360,12 @@ if [ $1 = 0 ] && semodule -l | grep -q zabbix_policy; then semodule -r zabbix_po
# #
%changelog %changelog
* Fri May 31 2024 Zabbix Packager <daniel.steiner@dsteiner.ch>
- Version update to 6.4.15
* Wed Apr 24 2024 Zabbix Packager <daniel.steiner@dsteiner.ch>
- Version update to 6.4.14
* Tue Mar 26 2024 Zabbix Packager <daniel.steiner@dsteiner.ch> * Tue Mar 26 2024 Zabbix Packager <daniel.steiner@dsteiner.ch>
- Version update to 6.4.13 - Version update to 6.4.13