2 Commits

Author SHA256 Message Date
78714ce32b mapi-header-php 1.6 2025-03-27 02:07:50 +01:00
1c3a1835e8 mapi-header-php 1.5 2025-01-23 01:55:13 +01:00
9 changed files with 50 additions and 23 deletions

View File

@@ -1,13 +0,0 @@
<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/grommunio/mapi-header-php</param>
<param name="revision">master</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual"/>
</services>

View File

@@ -1,5 +1,5 @@
mapi-header-php (1.4.0.db15bd0-0) unstable; urgency=low
mapi-header-php (1.5-0) unstable; urgency=low
* Initial package.
-- grommunio <support@grommunio.com> Tue, 08 Oct 2024 20:00:00 +0200
-- grommunio <support@grommunio.com> Thu, Jan 23 2025 00:00:00 +0200

BIN
mapi-header-php-1.4.0.db15bd0.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZ7WU0gAKCRCutpQaL5yZ
RFl0AQDPuW72LBkZxHwSJwKWvYb3pMmgZCp5cNHSrm5KWlnpngEAhnl/CT4Z/P2v
6tV3U3+YunYxvZvFT5Fe+jRr4xO/wQQ=
=LOjH
-----END PGP SIGNATURE-----

BIN
mapi-header-php-1.6.tar.zst (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Mar 26 23:38:42 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.6
* Add PidTagWlinkSection/PR_WLINK_SECTION value definitions
* Util to convert restriction consts into strings
* Fix invitees disappearing from meetings with resources
-------------------------------------------------------------------
Thu Jan 23 00:28:59 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.5
* Added defines for USER_PRIVILEGE bits exposed through
PR_EC_ENABLED_FEATURES_L.
* Fix invited participants disappearing from meetings when
their tracking status is cleared.
-------------------------------------------------------------------
Tue Oct 8 18:07:56 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
Format: 1.0
Source: mapi-header-php
Architecture: any
Version: 1.4.0.db15bd0
Version: 1.5
DEBTRANSFORM-RELEASE: 1
Maintainer: Grommunio <null@grommunio.com>
Homepage: https://grommunio.com

13
mapi-header-php.keyring Normal file
View File

@@ -0,0 +1,13 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEZgh6SxYJKwYBBAHaRw8BAQdA1luEX2LWdc7GOs5yPM7dbdT+vpFBIiZDYT5+
gu8QyX+0IEphbiBFbmdlbGhhcmR0IDxqZW5nZWxoQGluYWkuZGU+iJUEExYKAD0W
IQQr2lY+nd5Gr3HMFx2utpQaL5yZRAUCZgh6SwIbAwUJCWYBgAQLCQgHBRUKCQgL
BRYCAwEAAh4FAheAAAoJEK62lBovnJlE3a4BAJqaDko3Ouehjef/fenl9MoR57cY
R1P3t+35rn4BthF2AP4l9g4ThCqKppji7/j0hSsoKFDK07NmUvzXmydqu8z0ALg4
BGYIeksSCisGAQQBl1UBBQEBB0DuC8BZYQ/7Kao8laJUOYjp+UprZxDJnz0a+uI0
n1anMAMBCAeIfgQYFgoAJhYhBCvaVj6d3kavccwXHa62lBovnJlEBQJmCHpLAhsM
BQkJZgGAAAoJEK62lBovnJlEpJ8BAOomwoXHkBEdxK0DU6ClRH/JO//kUeDZYmQI
VNVav7TPAQC9UA3iHYE3w+4ryEhwg4egAU1HUpyPige3TpMzjwRAAg==
=y4FN
-----END PGP PUBLIC KEY BLOCK-----

View File

@@ -1,7 +1,7 @@
#
# spec file for package mapi-header-php
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,17 @@
%define _empty_manifest_terminate_build 0
Name: mapi-header-php
Version: 1.4.0.db15bd0
Version: 1.6
Release: 0
Summary: Common PHP MAPI header files for grommunio
License: AGPL-3.0-or-later
Group: Productivity/Networking/Email/Servers
URL: https://grommunio.com/
#Git-Clone: https://github.com/grommunio/mapi-header-php
Source: %name-%version.tar.xz
Source: https://github.com/grommunio/mapi-header-php/releases/download/%version/mapi-header-php-%version.tar.zst
Source2: https://github.com/grommunio/mapi-header-php/releases/download/%version/mapi-header-php-%version.tar.asc
Source3: %name.keyring
BuildRequires: zstd
BuildArch: noarch
%description
@@ -34,7 +37,7 @@ PHP files shared between grommunio-web, grommunio-sync and other PHP
applications from the groupware suite.
%prep
%autosetup
%autosetup -p1
%build