[info=eeb2b7384a1ee7fd6d8ece0536cffd4780a43fb8ce9c28c78f66c769d66ca72d]

OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=96
This commit is contained in:
OBS User unknown 2024-10-08 17:55:45 +00:00 committed by Git OBS Bridge
parent 6d5073a93f
commit 5819edb002
9 changed files with 35 additions and 16 deletions

View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:e6e8ee2144b7c1d76dfbdf44290b9d8166f7213bad4e5fec8bffe9f9e8657502 oid sha256:9bd2e33e7bda79fafc6e5dbc2ae9e8b9c1f028b321fb5f2e34695a98fe5b39f5
size 256 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 * The build process is supposed to replace the entries here
automatically from data present in gromox.changes. automatically from data present in gromox.changes.
But if you see this message in installed systems, But if you see this message in installed systems,
that would indicate a problem in debtransform(1). 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> Tue Oct 1 14:13:21 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -19,7 +19,7 @@
%define _libexecdir %_prefix/libexec %define _libexecdir %_prefix/libexec
Name: gromox Name: gromox
Version: 2.33 Version: 2.34
Release: 0 Release: 0
Summary: Groupware server backend with RPC, IMAP,POP3, PHP-MAPI support 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 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 Source2: https://github.com/grommunio/gromox/releases/download/%name-%version/%name-%version.tar.asc
Source8: %name.keyring Source8: %name.keyring
BuildRequires: fdupes BuildRequires: fdupes
%if 0%{?suse_version} && 0%{?suse_version} < 1600
BuildRequires: gcc12-c++
%else
BuildRequires: gcc-c++ BuildRequires: gcc-c++
%endif
%if 0%{?suse_version} %if 0%{?suse_version}
BuildRequires: libmysqlclient-devel >= 5.6 BuildRequires: libmysqlclient-devel >= 5.6
BuildRequires: openldap2-devel BuildRequires: openldap2-devel
@ -119,6 +123,10 @@ ready-to-run installation of Gromox.
%build %build
%configure %configure
%if 0%{?suse_version} && 0%{?suse_version} < 1600
CC=gcc-12 CXX=g++-12 \
%endif
%nil
%make_build V=1 %make_build V=1
%install %install