Compare commits

...

2 Commits

Author SHA1 Message Date
2fd6707a14 gitea: upgrade to 1.20.7 2024-02-27 11:03:57 +06:00
951e608faa rspamd: update to 3.8.4 2024-02-27 10:53:46 +06:00
2 changed files with 10 additions and 8 deletions

View File

@ -2,8 +2,8 @@
%global _default_patch_fuzz 2
Name: gitea
Version: 1.21.6
Release: 2%{dist}
Version: 1.21.7
Release: 1%{dist}
Summary: Git with a cup of tea, painless self-hosted git service
License: MIT
Group: Development/Other
@ -87,6 +87,9 @@ cp -r options public templates %{buildroot}%{_datadir}/%{name}/web
%{_sysusersdir}/%{name}.conf
%changelog
* Tue Feb 27 2024 Raven <raven@sysadmins.ws> - 1.21.7-1
- update to 1.20.7
* Mon Feb 26 2024 Raven <raven@sysadmins.ws> - 1.21.6-2
- fix overwriting of gitea.service.d/port.conf

View File

@ -26,7 +26,7 @@ Name: rspamd
Conflicts: rspamd-asan
Provides: rspamd
Version: 3.8.1
Version: 3.8.4
Release: 1%{?dist}
Summary: Rapid spam filtering system
Group: System Environment/Daemons
@ -85,11 +85,7 @@ BuildRequires: glib2-devel
%endif
BuildRequires: openblas-devel
%if 0%{?rhel} >= 9
BuildRequires: openssl-devel
%else
BuildRequires: openssl3-devel
%endif
BuildRequires: pkgconfig(openssl) >= 3.0
BuildRequires: pcre2-devel
BuildRequires: ragel
BuildRequires: sqlite-devel
@ -310,6 +306,9 @@ fi
%dir %{_localstatedir}/log/rspamd
%changelog
* Tue Feb 27 2024 Raven <raven@sysadmins.ws> - 3.8.4-1
- update to 3.8.4
* Tue Feb 20 2024 Raven <raven@sysadmins.ws> - 3.8.1-1
- update to 3.8.1