Accepting request 1004779 from GNOME:Factory
- Update to version 3.46.0: + Updated translations. - Update to version 3.45.3: + Updated translations. - 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. OBS-URL: https://build.opensuse.org/request/show/1004779 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-ews?expand=0&rev=128
This commit is contained in:
commit
dfc03eae21
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f182b05a13ac1b7b33b08fb066e8395caa95ba7da808886aa91b1429d6d7db3
|
||||
size 691396
|
3
evolution-ews-3.46.0.tar.xz
Normal file
3
evolution-ews-3.46.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd97ba205cc45bad12997bee1348a2f91d8b02d714583d79f4fae1794dac1b80
|
||||
size 691740
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 16 07:06:20 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.46.0:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 07:33:44 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 3.45.3:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 16:54:30 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -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.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.44/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/evolution-ews/3.46/%{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
|
||||
|
Loading…
Reference in New Issue
Block a user