Compare commits

...

2 Commits

Author SHA256 Message Date
1c3a1835e8 mapi-header-php 1.5 2025-01-23 01:55:13 +01:00
f6b9af4b36 mapi-header-php 1.4 2024-10-08 20:13:19 +02:00
7 changed files with 33 additions and 23 deletions

BIN
1.5.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

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.3.0.a04f1af) unstable; urgency=low
mapi-header-php (1.4.0.db15bd0-0) unstable; urgency=low
* Initial package.
-- grommunio <support@grommunio.com> Mon, 25 Jan 2021 10:00:00 +0100
-- grommunio <support@grommunio.com> Tue, 08 Oct 2024 20:00:00 +0200

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bfd03a1386e1da93f83ba13da10bfa7458c526f56b144286dbd7f9a51651779
size 87824

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
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>
- Update to release 1.4
* Conditionally provide
``PR_EC_WEBAPP_PERSISTENT_SETTINGS_JSON``,
``PR_EC_RECIPIENT_HISTORY_JSON`` if they is not already made
available from mapi.so
* Occurrence exceptions are treated as localtime
* Fix erroneous end time for never-ending recurrences
* Fix duplicate participants appearing in meeting objects
* Do not process meeting requests locate in the "Sent Items"
folder
-------------------------------------------------------------------
Wed Nov 1 09:22:32 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

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

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,14 @@
%define _empty_manifest_terminate_build 0
Name: mapi-header-php
Version: 1.3.0.a04f1af
Version: 1.5
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/archive/refs/tags/%version.tar.gz
BuildArch: noarch
%description
@ -34,7 +34,7 @@ PHP files shared between grommunio-web, grommunio-sync and other PHP
applications from the groupware suite.
%prep
%autosetup
%autosetup -p1
%build