Accepting request 1206384 from server:mail

- Update to release 2.34

OBS-URL: https://build.opensuse.org/request/show/1206384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gromox?expand=0&rev=36
This commit is contained in:
Ana Guerrero 2024-10-09 20:12:22 +00:00 committed by Git OBS Bridge
commit 90d7319ab9
9 changed files with 36 additions and 17 deletions

View File

@ -1,4 +1,4 @@
mtime: 1727813761
commit: 3493ed7aa4f92b3a927f3c0f660daf92e70be4732dc0da77f4b9bb8f05ef0a2f
mtime: 1728411261
commit: cc345f88432cf95111be4b4453707448701142ce36438794c307db79bab02063
url: https://src.opensuse.org/jengelh/gromox
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6e8ee2144b7c1d76dfbdf44290b9d8166f7213bad4e5fec8bffe9f9e8657502
oid sha256:524f2aed082779213afd212ef1434e4b58336c0288fa742889c4162594beb07a
size 256

View File

@ -1,8 +1,8 @@
gromox (2.33-0) unstable; urgency=low
gromox (2.34-0) unstable; urgency=low
* The build process is supposed to replace the entries here
automatically from data present in gromox.changes.
But if you see this message in installed systems,
that would indicate a problem in debtransform(1).
-- Gromox <null@gromox.com> Tue, 01 Oct 2024 16:10:00 +0200
-- Gromox <null@gromox.com> Tue, 08 Oct 2024 17:10:00 +0200

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZvwDbwAKCRCutpQaL5yZ
RM7aAQDV5+4fPgZtkSuIBaE4sjzcaHHO2HUkQmM0g678ZdmvowD/XfIpADF/vY48
ZsQ6NjyGkLUT5J8XONAml59hfpCJgQA=
=qt6v
-----END PGP SIGNATURE-----

BIN
gromox-2.33.tar.zst (Stored with Git LFS)

Binary file not shown.

7
gromox-2.34.tar.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZwVSnwAKCRCutpQaL5yZ
RJCKAQCgdiSugh1hTpyNY3GmwJky8jJi3PsYWhEdM3jtzMqk3gD+Lfptqi+46ec4
X/NvAaw0xD5/s3tm2MVcaRIPeMYK5QI=
=ZklD
-----END PGP SIGNATURE-----

BIN
gromox-2.34.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Oct 8 15:20:02 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.34
* php_mapi: cure crash occurring with mapi_getidsfromnames
* midb: resolve "inside a readonly TXN" warnings during message
deletion
* exmdb: emit notifications only after SQL transactions are
complete
* imap: resolve unstable EXPUNGE observability
-------------------------------------------------------------------
Tue Oct 1 14:13:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,7 +19,7 @@
%define _libexecdir %_prefix/libexec
Name: gromox
Version: 2.33
Version: 2.34
Release: 0
Summary: Groupware server backend with RPC, IMAP,POP3, PHP-MAPI support
License: AGPL-3.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later
@ -29,7 +29,11 @@ Source: https://github.com/grommunio/gromox/releases/download/%name-%ver
Source2: https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.asc
Source8: %name.keyring
BuildRequires: fdupes
%if 0%{?suse_version} && 0%{?suse_version} < 1600
BuildRequires: gcc12-c++
%else
BuildRequires: gcc-c++
%endif
%if 0%{?suse_version}
BuildRequires: libmysqlclient-devel >= 5.6
BuildRequires: openldap2-devel
@ -118,7 +122,11 @@ ready-to-run installation of Gromox.
%autosetup -p1
%build
%configure
%configure \
%if 0%{?suse_version} && 0%{?suse_version} < 1600
CC=gcc-12 CXX=g++-12 \
%endif
%nil
%make_build V=1
%install