Accepting request 1176675 from GNOME:Factory
- Update to version 3.52.2: + Bug Fixes: - m365: Accepting event sends mail to each recipient. + Miscellaneous: - m365: Calendar: Correct read of file attachments. - m365: Calendar: Read detached and deleted instances of event series. - m365: Calendar: Write detached and deleted instances of event series. - m365: Calendar: Fix a memory leak when loading event/task. + Updated translations. (forwarded request 1176668 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1176675 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-ews?expand=0&rev=142
This commit is contained in:
commit
1042c48ea4
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/evolution-ews.git</param>
|
||||
<param name="revision">3.52.1</param>
|
||||
<param name="revision">3.52.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14a8a6df95e2c2b38477a289d9f30dd6e56d5a0bafd4d4c8996831bce0d636bd
|
||||
size 12376077
|
3
evolution-ews-3.52.2.obscpio
Normal file
3
evolution-ews-3.52.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cfb7c9d9fcd3ab028cf1905e2bf689c7b4dbca74e8a8a5aa016e266bc45a775
|
||||
size 12443661
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 24 07:07:59 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 3.52.2:
|
||||
+ Bug Fixes:
|
||||
- m365: Accepting event sends mail to each recipient.
|
||||
+ Miscellaneous:
|
||||
- m365: Calendar: Correct read of file attachments.
|
||||
- m365: Calendar: Read detached and deleted instances of event
|
||||
series.
|
||||
- m365: Calendar: Write detached and deleted instances of event
|
||||
series.
|
||||
- m365: Calendar: Fix a memory leak when loading event/task.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 19 13:01:38 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: evolution-ews
|
||||
version: 3.52.1
|
||||
mtime: 1713507769
|
||||
commit: d73d2a84a2133adec8a5fa5b4357cc36bb8509da
|
||||
version: 3.52.2
|
||||
mtime: 1716529548
|
||||
commit: 7b264050ab9e09b559cce664fb4ea697f6a8aa98
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
|
||||
|
||||
Name: evolution-ews
|
||||
Version: 3.52.1
|
||||
Version: 3.52.2
|
||||
Release: 0
|
||||
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
||||
License: LGPL-2.1-only
|
||||
|
Loading…
Reference in New Issue
Block a user