From 2b9f638a5cc724a9b189442195ea568b5a8fa98496362546fd3686d4c48e64c2 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 13 Sep 2022 07:32:25 +0000 Subject: [PATCH] Accepting request 1002614 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/1002614 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=420 --- evolution-data-server-3.44.4.tar.xz | 3 -- evolution-data-server-3.45.3.tar.xz | 3 ++ evolution-data-server.changes | 80 +++++++++++++++++++++++++++++ evolution-data-server.spec | 64 +++++++++++++++++------ 4 files changed, 130 insertions(+), 20 deletions(-) delete mode 100644 evolution-data-server-3.44.4.tar.xz create mode 100644 evolution-data-server-3.45.3.tar.xz diff --git a/evolution-data-server-3.44.4.tar.xz b/evolution-data-server-3.44.4.tar.xz deleted file mode 100644 index fad1e11..0000000 --- a/evolution-data-server-3.44.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0c6658838d58ba46042a4b9e50a3bb1129691e4cdb84b5eba0bf330b2ccb2eb -size 4784388 diff --git a/evolution-data-server-3.45.3.tar.xz b/evolution-data-server-3.45.3.tar.xz new file mode 100644 index 0000000..e814b7a --- /dev/null +++ b/evolution-data-server-3.45.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae00d39d574d65d049c96adf1ee3030878b2f330a67136ab2d1557cce4a4ffe +size 4805556 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 26324fa..402a155 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,83 @@ +------------------------------------------------------------------- +Fri Sep 2 07:29:33 UTC 2022 - Bjørn Lie + +- Update to version 3.45.3: + + build: Correct use of manual NSS/NSPR build flags + + libedataserverui: Add a widget to show certificate information + + Replace GcrCertificateWidget with libedataserverui's + ECertificateWidget + + Bugs fixed: + - Camel: VACUUM cannot run from within a transaction + - e-cal-component.c: typo VTOTO -> VTODO +- Drop unused pkgconfig(gcr-4-gtk3) BuildRequires. + +------------------------------------------------------------------- +Tue Aug 9 11:33:10 UTC 2022 - Bjørn Lie + +- Update to version 3.45.2: + + Bump libsoup minimum version requirement to 3.1.1 + + CamelDataWrapper: Add function to construct it from data + + ESourceMailAccount: Add 'builtin' property + + Add functions to manipulate Google Task API + + e_soup_session_util_normalize_uri_path: Normalize path only + when not encoded + + Replace libgdata dependency with built-in functions + + Add camel_folder_get_full_display_name() + + CamelFolderSummary: Hide empty email address in user visible + strings + + Calendar: Correct handling of a "not modified" On The Web + calendar + + ESoupSession: Extract common auth failure code into a utility + function + + ESoupAuthBearer: Check for token expiration in + e_soup_auth_bearer_is_authenticated() + + EOAuth2Service: Correct free function for GBytes structure + + ESoupSession: Allow NULL source internally + + Check for non-zero value passed to g_flags_get_first_value() + + alarm-notify: Use themed icon instead of file icon for + notifications + + ESoupSession: Avoid downgrade of Bearer (OAuth2) auth for + authentication + + Bugs fixed: + - LDAP: Conditionally use displayName for file-as + - IMAPx: Unsubscribed folders in personal namespace hidden in + offline + - ESoupSession: Remember server fail response for detailed error + - ECalClient: Remove libical errors from components on write + - IMAPx: Unsubscribed folder always removed from the UI + - reminders-widget: Sort snooze times by duration +- Drop libdata dependency following upstream changes. + +------------------------------------------------------------------- +Mon Aug 8 14:17:05 UTC 2022 - Dominique Leuenberger + +- Update to version 3.45.1: + + The Evolution-Data-Server had been ported to libsoup3, which + means anything what uses it, and all of its dependencies, + should be libsoup3 too. + + Change how OAuth2 credentials are stored in the code. + + ESoupAuthBearer: Implement two more SoupAuth virtual methods. + + ERemindersWidget: Allow width shrink for small screens. + + e-module: Add debug prints about module loading. + + Fix few memory leaks discovered by Coverity scan. + + goa-ews: Handle certificate errors during autodiscover. + + GOA module: Prevent ESource removal on D-Bus reconnect or + registry reload. + + EExtensible: Introduce e_extensible_reload_extensions(). + + EDataFactory: Reload extensions on factory start. + + book/cal-meta-backend: Claim error on refresh call in Power + Saver mode. + + Calendar: Add functions to handle LANGUAGE parameter on + properties. + + e-cal-component: Fix a logic flaw in the foreach_property(). + + alarm-notify: Use localized summary/description properties, + if available. + + build: Look for WebKitGTK only when GTK/GTK4 is enabled. + + Correct libedataserverui4 main header file. + + ECredentialsPrompterImplPassword: Dialog not closed on + OK/Cancel click in gtk3. + + ESoupSession: Change handling of credentials. + ------------------------------------------------------------------- Fri Aug 5 09:00:24 UTC 2022 - Bjørn Lie diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 6440571..37852ff 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -19,25 +19,26 @@ %global with_docs 0 # Shared Library soNUMs, to make it easier for updates -%define so_camel 63 -%define so_ebackend 10 -%define so_edataserver 26 -%define so_edataserverui 3 -%define so_ebook 20 -%define so_ebook_contacts 3 -%define so_edata_book 26 -%define so_ecal 1 -%define so_edata_cal 1 +%define so_camel 64 +%define so_ebackend 11 +%define so_edataserver 27 +%define so_edataserverui 4 +%define so_edataserverui4 0 +%define so_ebook 21 +%define so_ebook_contacts 4 +%define so_edata_book 27 +%define so_ecal 2 +%define so_edata_cal 2 %bcond_without introspection Name: evolution-data-server -Version: 3.44.4 +Version: 3.45.3 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.44/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/evolution-data-server/3.45/%{name}-%{version}.tar.xz BuildRequires: cmake BuildRequires: db-devel @@ -61,20 +62,19 @@ BuildRequires: libboost_thread-devel BuildRequires: libphonenumber-devel BuildRequires: sqlite3-devel >= 3.7.17 BuildRequires: vala >= 0.22.0 -BuildRequires: pkgconfig(gcr-base-3) >= 3.4 BuildRequires: pkgconfig(goa-1.0) >= 3.8 BuildRequires: pkgconfig(gtk+-3.0) >= 3.16 -BuildRequires: pkgconfig(gweather-3.0) >= 3.10 +BuildRequires: pkgconfig(gweather4) >= 3.91 BuildRequires: pkgconfig(icu-i18n) BuildRequires: pkgconfig(json-glib-1.0) >= 1.0.4 BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.25 -BuildRequires: pkgconfig(libgdata) >= 0.15.1 BuildRequires: pkgconfig(libnotify) >= 0.7 BuildRequires: pkgconfig(libsecret-unstable) >= 0.5 -BuildRequires: pkgconfig(libsoup-2.4) >= 2.58 +BuildRequires: pkgconfig(libsoup-3.0) >= 2.58 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(protobuf) >= 2.4 -BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.11.91 +BuildRequires: pkgconfig(webkit2gtk-4.1) >= 2.34.0 +BuildRequires: pkgconfig(webkit2gtk-5.0) >= 2.36.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} @@ -207,6 +207,16 @@ and calendar in the GNOME Desktop. This package contains a shared system library. +%package -n libedataserverui4-1_0-%{so_edataserverui4} +Summary: Evolution Data Server's Utilities Library +Group: System/Libraries + +%description -n libedataserverui4-1_0-%{so_edataserverui4} +Evolution Data Server provides a central location for your address book +and calendar in the GNOME Desktop. + +This package contains a shared system library. + %package -n typelib-1_0-EBackend-1_2 Summary: Introspection bindings for Evolution Data Server's Utilities Library Group: System/Libraries @@ -261,6 +271,17 @@ and calendar in the GNOME Desktop. This package provides the GObject Introspection bindings for the libedataserver library. +%package -n typelib-1_0-EDataServerUI4-1_0 +Summary: Introspection bindings for Evolution Data Server's Utilities Library +Group: System/Libraries + +%description -n typelib-1_0-EDataServerUI4-1_0 +Evolution Data Server provides a central location for your address book +and calendar in the GNOME Desktop. + +This package provides the GObject Introspection bindings for the +libedataserver library. + %package devel Summary: Development files for Evolution Data Server Group: Development/Libraries/GNOME @@ -274,14 +295,15 @@ Requires: libedata-book-1_2-%{so_edata_book} = %{version} Requires: libedata-cal-2_0-%{so_edata_cal} = %{version} Requires: libedataserver-1_2-%{so_edataserver} = %{version} Requires: libedataserverui-1_2-%{so_edataserverui} = %{version} +Requires: libedataserverui4-1_0-%{so_edataserverui4} = %{version} Requires: openldap2-devel %if %{?with_introspection} -Requires: libgdata-devel Requires: typelib-1_0-Camel-1_2 = %{version} Requires: typelib-1_0-EBook-1_2 = %{version} Requires: typelib-1_0-EBookContacts-1_2 = %{version} Requires: typelib-1_0-EDataServer-1_2 = %{version} Requires: typelib-1_0-EDataServerUI-1_2 = %{version} +Requires: typelib-1_0-EDataServerUI4-1_0 = %{version} %endif %description devel @@ -346,6 +368,7 @@ This package contains developer documentation. %ldconfig_scriptlets -n libedata-cal-2_0-%{so_edata_cal} %ldconfig_scriptlets -n libedataserver-1_2-%{so_edataserver} %ldconfig_scriptlets -n libedataserverui-1_2-%{so_edataserverui} +%ldconfig_scriptlets -n libedataserverui4-1_0-%{so_edataserverui4} %files %license COPYING @@ -417,6 +440,10 @@ This package contains developer documentation. %files -n typelib-1_0-EDataServerUI-1_2 %{_libdir}/girepository-1.0/EDataServerUI-1.2.typelib + +%files -n typelib-1_0-EDataServerUI4-1_0 +%{_libdir}/girepository-1.0/EDataServerUI4-1.0.typelib + %endif %files -n libedata-cal-2_0-%{so_edata_cal} @@ -428,6 +455,9 @@ This package contains developer documentation. %files -n libedataserverui-1_2-%{so_edataserverui} %{_libdir}/libedataserverui-1.2.so.%{so_edataserverui}* +%files -n libedataserverui4-1_0-%{so_edataserverui4} +%{_libdir}/libedataserverui4-1.0.so.%{so_edataserverui4}* + %files devel %doc ChangeLog MAINTAINERS %{_includedir}/evolution-data-server/