Accepting request 1073154 from GNOME:Factory

New stable release (forwarded request 1072606 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1073154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=244
This commit is contained in:
Dominique Leuenberger 2023-03-24 14:16:47 +00:00 committed by Git OBS Bridge
commit 81cc2e3b8d
4 changed files with 78 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a59b254145c59facd7c7b5382db78dc5f0ed1f6a6e9b8fe7d5e75959f93c0cc8
size 4889000

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f25f73331edf53909be40f412b2a86939270327517616303f322de157083c35
size 4898148

View File

@ -1,3 +1,73 @@
-------------------------------------------------------------------
Fri Mar 17 12:14:08 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.48.0:
+ e-cal-util: Check for duplicate UIDs when generating alarms
+ EReminderWatcher: Ensure correct default timezone set on
ECalClient
+ ci:
- Use CCache and store the flatpak-builder cache
- ci: Run the CI for the current commit
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 3 08:22:10 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.47.3:
+ OAuth2 credentials prompter: Log what URI is being opened in
the WebKitWebView.
+ Bugs fixed:
- alarm-notify: Incorrectly handles changes in recurring
events.
- build: Make it possible to override C++ standard.
- libedataserverui: Tweak lookout of the Trust Prompt dialog.
+ Updated translations.
- Pass ENABLE_OAUTH2_WEBKITGTK4=ON to cmake, and drop
pkgconfig(webkit2gtk-5.0) and add pkgconfig(webkitgtk-6.0)
BuildRequires.
-------------------------------------------------------------------
Mon Feb 27 17:19:05 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.47.2:
+ IMAPx: Utilize normalization of the Inbox folder name.
+ OAuth2 Credentials Prompter: Allow pasting the whole URL as an
authorization code.
+ Enable GitLab CI for easier testing of the changes.
+ OAuth2: Show errors returned by the server in the prompt
window.
+ Parse URI strings into GUri in a relaxed mode.
+ OAuth2: Extract returned information from URI query or
fragment.
+ IMAPx: Folder refresh could remove new message from local
summary.
+ Updated translations.
-------------------------------------------------------------------
Mon Feb 27 16:14:47 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 3.47.1:
+ Handle negative value for GUri's port.
+ Stored values are never read.
+ Fix memory leaks found by clang static analyzer.
+ EVCard: Slightly speed up vCard parsing and export to text.
+ camel-db.c: Rearrange transaction handling.
+ CamelDB: Fix an uninitialized variable warning.
+ build: Add a check for localtime_r().
+ build: Update check for elfutils/libdwfl.h.
+ Add EXTENSIONS_DIR compile time option.
+ Replace use of g_source_set_name_by_id().
+ Add ECacheKeys helper object for ref-counted data stored in an
ECache table.
+ Calendar: Extract categories parsing into a utility function.
+ Contacts: Add 'categories' backend property with a list of used
categories.
+ Fix a crash under source_registry_object_added_no_owner().
+ ESoupAuthBearer: Add debug prints.
+ Updated translations.
- Pass -DENABLE_OAUTH2_WEBKITGTK4=OFF to meson: we don't yet have a
webkitgtk-gtk4-build-with-oauth2.
-------------------------------------------------------------------
Fri Feb 10 09:19:50 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -32,13 +32,13 @@
%bcond_without introspection
Name: evolution-data-server
Version: 3.46.4
Version: 3.48.0
Release: 0
Summary: Evolution Data Server
License: LGPL-2.0-only
Group: Development/Libraries/GNOME
URL: https://wiki.gnome.org/Apps/Evolution
Source0: https://download.gnome.org/sources/evolution-data-server/3.46/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/evolution-data-server/3.48/%{name}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: db-devel
@ -73,8 +73,8 @@ BuildRequires: pkgconfig(libsecret-unstable) >= 0.5
BuildRequires: pkgconfig(libsoup-3.0) >= 2.58
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(protobuf) >= 2.4
BuildRequires: pkgconfig(webkit2gtk-4.1) >= 2.34.0
BuildRequires: pkgconfig(webkit2gtk-5.0) >= 2.36.0
BuildRequires: pkgconfig(webkit2gtk-4.1)
BuildRequires: pkgconfig(webkitgtk-6.0)
Requires: mozilla-nss
# typelib-1_0-ECalendar-1_2 was dropped with e-d-s 3.7.3 due to libical not being introspecatble.
Obsoletes: typelib-1_0-ECalendar-1_2 <= %{version}
@ -345,6 +345,7 @@ This package contains developer documentation.
-DENABLE_SMIME=ON \
-DENABLE_UOA=OFF \
-DCMAKE_SKIP_INSTALL_RPATH=OFF \
-DENABLE_OAUTH2_WEBKITGTK4=ON \
%{?with_introspection:\
-DENABLE_VALA_BINDINGS=ON \
-DENABLE_INTROSPECTION=ON} \