Accepting request 963564 from GNOME:Factory
GNOME 42 - ready for impact OBS-URL: https://build.opensuse.org/request/show/963564 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-ews?expand=0&rev=122
This commit is contained in:
commit
cf33d29aee
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:829216e060574f4182b55ed0f047dd11e2b9ea00800a2f8f27f8dbc1091541b9
|
|
||||||
size 686236
|
|
3
evolution-ews-3.44.0.tar.xz
Normal file
3
evolution-ews-3.44.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ab80a0e9e2ce767fb9e84aee065d0eb5ef502cd79b2e2ca451eca84292297a80
|
||||||
|
size 688444
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 18 09:55:12 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.44.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 4 10:05:27 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
Fri Feb 11 10:49:20 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -20,13 +20,13 @@
|
|||||||
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
|
%define _version %(echo %{version} | grep -E -o '[0-9]+\.[0-9]+\.[0-9]+')
|
||||||
|
|
||||||
Name: evolution-ews
|
Name: evolution-ews
|
||||||
Version: 3.42.4
|
Version: 3.44.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
Summary: Exchange Connector for Evolution, compatible with Exchange 2007 and later
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
Group: Productivity/Networking/Email/Clients
|
Group: Productivity/Networking/Email/Clients
|
||||||
URL: https://wiki.gnome.org/Apps/Evolution
|
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: c++_compiler
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user