- Update to version 3.54.2:

+ Bug Fixes: m365: Calendar color reset on calendar list refresh.
  + Miscellaneous: m365: Fix cancel of an instance of a recurring
    meeting.
  + Updated translations.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=309
This commit is contained in:
Bjørn Lie 2024-11-22 13:09:16 +00:00 committed by Git OBS Bridge
commit 96ee09660c
11 changed files with 2633 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<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.54.2</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">disable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

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

View File

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

View File

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

View File

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

View File

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

2463
evolution-ews.changes Normal file

File diff suppressed because it is too large Load Diff

4
evolution-ews.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: evolution-ews
version: 3.54.2
mtime: 1732262309
commit: 95515273791b0afe4f5692af4b0430afc9f16545

108
evolution-ews.spec Normal file
View File

@ -0,0 +1,108 @@
#
# spec file for package evolution-ews
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# _version needs to be %%{version} stripped to major.minor.micro only...
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
Name: evolution-ews
Version: 3.54.2
Release: 0
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
License: LGPL-2.1-only
Group: Productivity/Networking/Email/Clients
URL: https://wiki.gnome.org/Apps/Evolution
Source0: %{name}-%{version}.tar.zst
BuildRequires: c++_compiler
BuildRequires: cmake >= 3.15
BuildRequires: fdupes
BuildRequires: intltool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(camel-1.2) >= %{_version}
BuildRequires: pkgconfig(evolution-calendar-3.0) >= %{_version}
BuildRequires: pkgconfig(evolution-data-server-1.2) >= %{_version}
BuildRequires: pkgconfig(evolution-mail-3.0) >= %{_version}
BuildRequires: pkgconfig(evolution-shell-3.0) >= %{_version}
BuildRequires: pkgconfig(glib-2.0) >= 2.46
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10
BuildRequires: pkgconfig(libebackend-1.2) >= %{_version}
BuildRequires: pkgconfig(libebook-1.2) >= %{_version}
BuildRequires: pkgconfig(libecal-2.0) >= %{_version}
BuildRequires: pkgconfig(libedata-book-1.2) >= %{_version}
BuildRequires: pkgconfig(libedata-cal-2.0) >= %{_version}
BuildRequires: pkgconfig(libedataserver-1.2) >= %{_version}
BuildRequires: pkgconfig(libemail-engine) >= %{_version}
BuildRequires: pkgconfig(libical)
BuildRequires: pkgconfig(libmspack) >= 0.4
BuildRequires: pkgconfig(libsoup-3.0)
%description
The EWS Exchange Connector for Evolution provides a Exchange
backend from evolution-data-server as well as plugins for Evolution
to access Exchange features.
The EWS Exchange Connector is using the Exchange Web Services
interface and is therefore compatible with Exchange 2007 and later.
Provides exchange connectivity for exchange server 2007 and later
using exchange web services protocol.
%lang_package
%prep
%autosetup -p1
%build
%cmake \
-DCMAKE_SKIP_INSTALL_RPATH=OFF \
-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON
%cmake_build
%install
%cmake_install
%find_lang %{name} %{?no_lang_C}
%fdupes %{buildroot}%{_datadir}
%files
%license COPYING
%doc README
%{_libdir}/evolution-data-server/addressbook-backends/libebookbackendews.so
%{_libdir}/evolution-data-server/addressbook-backends/libebookbackendmicrosoft365.so
%{_libdir}/evolution-data-server/calendar-backends/libecalbackendews.so
%{_libdir}/evolution-data-server/calendar-backends/libecalbackendmicrosoft365.so
%{_libdir}/evolution-data-server/camel-providers/libcamelews.so
%{_libdir}/evolution-data-server/camel-providers/libcamelews.urls
%{_libdir}/evolution-data-server/camel-providers/libcamelmicrosoft365.so
%{_libdir}/evolution-data-server/camel-providers/libcamelmicrosoft365.urls
%{_libdir}/evolution-data-server/registry-modules/module-ews-backend.so
%{_libdir}/evolution-data-server/registry-modules/module-microsoft365-backend.so
%{_libdir}/evolution-ews/libevolution-ews-common.so
%{_libdir}/evolution-ews/libevolution-microsoft365.so
%{_libdir}/evolution/modules/module-ews-configuration.so
%{_libdir}/evolution/modules/module-microsoft365-configuration.so
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/libcamelews-priv.so
%{_libdir}/%{name}/libevolution-ews.so
%{_datadir}/evolution/errors/module-ews-configuration.error
%dir %{_datadir}/evolution-data-server/ews
%{_datadir}/evolution-data-server/ews/windowsZones.xml
%{_datadir}/metainfo/org.gnome.Evolution-ews.metainfo.xml
%files lang -f evolution-ews.lang
%changelog