From 1ddc35383fa28fa70041d376e0bafb49068371aa72b7aa2a696e9f9ac4370d01 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 21 Mar 2022 08:34:52 +0000 Subject: [PATCH] Accepting request 962781 from GNOME:Next GNOME 42 - here we come OBS-URL: https://build.opensuse.org/request/show/962781 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-ews?expand=0&rev=257 --- evolution-ews-3.42.4.tar.xz | 3 --- evolution-ews-3.44.0.tar.xz | 3 +++ evolution-ews.changes | 39 +++++++++++++++++++++++++++++++++++++ evolution-ews.spec | 4 ++-- 4 files changed, 44 insertions(+), 5 deletions(-) delete mode 100644 evolution-ews-3.42.4.tar.xz create mode 100644 evolution-ews-3.44.0.tar.xz diff --git a/evolution-ews-3.42.4.tar.xz b/evolution-ews-3.42.4.tar.xz deleted file mode 100644 index 27306ab..0000000 --- a/evolution-ews-3.42.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:829216e060574f4182b55ed0f047dd11e2b9ea00800a2f8f27f8dbc1091541b9 -size 686236 diff --git a/evolution-ews-3.44.0.tar.xz b/evolution-ews-3.44.0.tar.xz new file mode 100644 index 0000000..6bebeb8 --- /dev/null +++ b/evolution-ews-3.44.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab80a0e9e2ce767fb9e84aee065d0eb5ef502cd79b2e2ca451eca84292297a80 +size 688444 diff --git a/evolution-ews.changes b/evolution-ews.changes index d25cdc7..b3baba3 100644 --- a/evolution-ews.changes +++ b/evolution-ews.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Fri Mar 18 09:55:12 UTC 2022 - Bjørn Lie + +- Update to version 3.44.0: + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 4 10:05:27 UTC 2022 - Bjørn Lie + +- Update to version 3.43.3: + + Bugs Fixed: glgo#GNOME/evolution-ews!7: OAuth2: Remove + prompt=login parameter from auth URL. + +------------------------------------------------------------------- +Fri Feb 11 11:58:54 UTC 2022 - Bjørn Lie + +- Update to version 3.43.2: + + Misc: Correct response print in debug output + + Retry on Unauthorized response when server disconnected + + e-ews-connection: Clear cached connection before sending a + request + + Bugs fixed: glgo#GNOME/evolution-ews#77 + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 11 10:49:22 UTC 2022 - Bjørn Lie + +- Update to version 3.43.1: + + ConfigLookup: + - Change values saved to the lookup result + - Remove duplicated 'if' + + Addressbook: Fix two memory leaks + + Use `g_assert_true()` instead of `g_assert()` in the unit test + + Bugs fixed: glgo#GNOME/evolution-ews#3, + glgo#GNOME/evolution-ews#163, glgo#GNOME/evolution-ews#165, + glgo#GNOME/evolution-ews#166, glgo#GNOME/evolution-ews#174, + glgo#GNOME/evolution-ews#1637. + + Updated translations. + ------------------------------------------------------------------- Fri Feb 11 10:49:20 UTC 2022 - Bjørn Lie diff --git a/evolution-ews.spec b/evolution-ews.spec index b742500..48499f5 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.42.4 +Version: 3.44.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.42/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/evolution-ews/3.44/%{name}-%{version}.tar.xz BuildRequires: c++_compiler BuildRequires: cmake