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
This commit is contained in:
parent
2e2afa7fe8
commit
2c482c747e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f182b05a13ac1b7b33b08fb066e8395caa95ba7da808886aa91b1429d6d7db3
|
||||
size 691396
|
3
evolution-ews-3.45.3.tar.xz
Normal file
3
evolution-ews-3.45.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:600ca440eba93ef7ea2880f8985873c5980a484ed52a056e36bd3d98453e4017
|
||||
size 691724
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
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.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
|
||||
|
Loading…
Reference in New Issue
Block a user