From 2c482c747e86dbee55968a1bf46657c869e14de1644c5909d34e901098acc55e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Sep 2022 07:32:29 +0000 Subject: [PATCH 1/2] Accepting request 1002615 from GNOME:Next GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already) OBS-URL: https://build.opensuse.org/request/show/1002615 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=269 --- evolution-ews-3.44.4.tar.xz | 3 --- evolution-ews-3.45.3.tar.xz | 3 +++ evolution-ews.changes | 23 +++++++++++++++++++++++ evolution-ews.spec | 6 +++--- 4 files changed, 29 insertions(+), 6 deletions(-) delete mode 100644 evolution-ews-3.44.4.tar.xz create mode 100644 evolution-ews-3.45.3.tar.xz diff --git a/evolution-ews-3.44.4.tar.xz b/evolution-ews-3.44.4.tar.xz deleted file mode 100644 index f63079b..0000000 --- a/evolution-ews-3.44.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f182b05a13ac1b7b33b08fb066e8395caa95ba7da808886aa91b1429d6d7db3 -size 691396 diff --git a/evolution-ews-3.45.3.tar.xz b/evolution-ews-3.45.3.tar.xz new file mode 100644 index 0000000..76dbc7b --- /dev/null +++ b/evolution-ews-3.45.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:600ca440eba93ef7ea2880f8985873c5980a484ed52a056e36bd3d98453e4017 +size 691724 diff --git a/evolution-ews.changes b/evolution-ews.changes index 4b65cb4..6000fac 100644 --- a/evolution-ews.changes +++ b/evolution-ews.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Fri Sep 2 07:33:44 UTC 2022 - Bjørn Lie + +- Update to version 3.45.3: + + Updated translations. + +------------------------------------------------------------------- +Fri Aug 5 16:54:30 UTC 2022 - Bjørn Lie + +- Update to version 3.45.2: + + Remove false runtime check in + ews_connection_notification_start_thread(). + + Microsoft365: Split iCalendar component manipulation code into + separate file. + + Use uhttpmock 0.9 for internal tests. + + Bug Fixes: + - Calendar: + . Ability to create Online meeting. + . Fix occurrence index counter. + + Updated translations. +- Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0) + following upstream changes. + ------------------------------------------------------------------- Fri Aug 5 09:05:11 UTC 2022 - Bjørn Lie diff --git a/evolution-ews.spec b/evolution-ews.spec index 6bff153..6a7dfd7 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -20,13 +20,13 @@ %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+') Name: evolution-ews -Version: 3.44.4 +Version: 3.45.3 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: https://download.gnome.org/sources/evolution-ews/3.44/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/evolution-ews/3.45/%{name}-%{version}.tar.xz BuildRequires: c++_compiler BuildRequires: cmake @@ -49,7 +49,7 @@ BuildRequires: pkgconfig(libedataserver-1.2) >= %{_version} BuildRequires: pkgconfig(libemail-engine) >= %{_version} BuildRequires: pkgconfig(libical) BuildRequires: pkgconfig(libmspack) >= 0.4 -BuildRequires: pkgconfig(libsoup-2.4) >= 2.42 +BuildRequires: pkgconfig(libsoup-3.0) %description The EWS Exchange Connector for Evolution provides a Exchange From 2b35fea672d0b56858539b192daa799020fc9ae5fd6f4447ff1563e9c848b206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 19 Sep 2022 16:14:56 +0000 Subject: [PATCH 2/2] Accepting request 1004041 from GNOME:Next New stable release OBS-URL: https://build.opensuse.org/request/show/1004041 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=270 --- evolution-ews-3.45.3.tar.xz | 3 --- evolution-ews-3.46.0.tar.xz | 3 +++ evolution-ews.changes | 6 ++++++ evolution-ews.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 evolution-ews-3.45.3.tar.xz create mode 100644 evolution-ews-3.46.0.tar.xz diff --git a/evolution-ews-3.45.3.tar.xz b/evolution-ews-3.45.3.tar.xz deleted file mode 100644 index 76dbc7b..0000000 --- a/evolution-ews-3.45.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:600ca440eba93ef7ea2880f8985873c5980a484ed52a056e36bd3d98453e4017 -size 691724 diff --git a/evolution-ews-3.46.0.tar.xz b/evolution-ews-3.46.0.tar.xz new file mode 100644 index 0000000..891b578 --- /dev/null +++ b/evolution-ews-3.46.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd97ba205cc45bad12997bee1348a2f91d8b02d714583d79f4fae1794dac1b80 +size 691740 diff --git a/evolution-ews.changes b/evolution-ews.changes index 6000fac..af643be 100644 --- a/evolution-ews.changes +++ b/evolution-ews.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 16 07:06:20 UTC 2022 - Bjørn Lie + +- Update to version 3.46.0: + + Updated translations. + ------------------------------------------------------------------- Fri Sep 2 07:33:44 UTC 2022 - Bjørn Lie diff --git a/evolution-ews.spec b/evolution-ews.spec index 6a7dfd7..2606907 100644 --- a/evolution-ews.spec +++ b/evolution-ews.spec @@ -20,13 +20,13 @@ %define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+') Name: evolution-ews -Version: 3.45.3 +Version: 3.46.0 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: https://download.gnome.org/sources/evolution-ews/3.45/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/evolution-ews/3.46/%{name}-%{version}.tar.xz BuildRequires: c++_compiler BuildRequires: cmake