Accepting request 1190637 from server:mail
- Update to 3.9.1 - [Test] Use actions/setup-node by @moisseev in #5058 - [Feature] Treat SPF +all in a special way by @vstakhov in #5059 - [Test] Migrate ESLint to 9.7.0 by @moisseev in #5063 - Some tunes and fixes for GPT by @vstakhov in #5068 OBS-URL: https://build.opensuse.org/request/show/1190637 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rspamd?expand=0&rev=27
This commit is contained in:
commit
05aa6af59c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e7e1ba150f8535ec0f25647d56448257098d4791bdbf3a572f197bf169d73b1f
|
||||
size 5955138
|
3
rspamd-3.9.1.tar.gz
Normal file
3
rspamd-3.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c0e714389586b39def4fb809b0bff6436a1d605394ea3a591faff6e98b1ac2f
|
||||
size 5980094
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 10:21:39 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- Update to 3.9.1
|
||||
- [Test] Use actions/setup-node by @moisseev in #5058
|
||||
- [Feature] Treat SPF +all in a special way by @vstakhov in #5059
|
||||
- [Test] Migrate ESLint to 9.7.0 by @moisseev in #5063
|
||||
- Some tunes and fixes for GPT by @vstakhov in #5068
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 12 12:57:21 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -56,7 +56,7 @@
|
||||
%endif
|
||||
|
||||
Name: rspamd
|
||||
Version: 3.9.0
|
||||
Version: 3.9.1
|
||||
Release: 0
|
||||
Summary: Spam filtering system
|
||||
License: Apache-2.0
|
||||
@ -95,7 +95,7 @@ BuildRequires: openblas-devel
|
||||
%endif
|
||||
BuildRequires: pcre2-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(fmt)
|
||||
BuildRequires: pkgconfig(fmt) >= 11
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.28
|
||||
%if %{with ext_hiredis}
|
||||
BuildRequires: pkgconfig(hiredis)
|
||||
@ -105,8 +105,8 @@ BuildRequires: pkgconfig(libev)
|
||||
BuildRequires: pkgconfig(libnsl)
|
||||
%endif
|
||||
BuildRequires: ragel
|
||||
BuildRequires: pkgconfig(libsodium)
|
||||
BuildRequires: pkgconfig(libarchive) >= 3.0
|
||||
BuildRequires: pkgconfig(libsodium)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(sqlite3)
|
||||
%if %{with systemd}
|
||||
|
Loading…
x
Reference in New Issue
Block a user