Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package evolution-data-server for openSUSE:Factory checked in at 2022-09-21 14:40:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/evolution-data-server (Old) and /work/SRC/openSUSE:Factory/.evolution-data-server.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "evolution-data-server" Wed Sep 21 14:40:16 2022 rev:239 rq:1004777 version:3.46.0 Changes: -------- --- /work/SRC/openSUSE:Factory/evolution-data-server/evolution-data-server.changes 2022-08-10 17:13:12.477693578 +0200 +++ /work/SRC/openSUSE:Factory/.evolution-data-server.new.2083/evolution-data-server.changes 2022-09-21 14:40:45.957477654 +0200 @@ -1,0 +2,86 @@ +Fri Sep 16 07:01:21 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 3.46.0: + + Updated translations. + +------------------------------------------------------------------- +Fri Sep 2 07:29:33 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- 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 <bjorn....@gmail.com> + +- 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 <dims...@opensuse.org> + +- 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. + +------------------------------------------------------------------- Old: ---- evolution-data-server-3.44.4.tar.xz New: ---- evolution-data-server-3.46.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evolution-data-server.spec ++++++ --- /var/tmp/diff_new_pack.jxhuDj/_old 2022-09-21 14:40:46.521479218 +0200 +++ /var/tmp/diff_new_pack.jxhuDj/_new 2022-09-21 14:40:46.529479240 +0200 @@ -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.46.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.44/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/evolution-data-server/3.46/%{name}-%{version}.tar.xz BuildRequires: cmake BuildRequires: db-devel @@ -61,20 +62,19 @@ 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 @@ 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 @@ 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-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 @@ %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 @@ %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 @@ %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/ ++++++ evolution-data-server-3.44.4.tar.xz -> evolution-data-server-3.46.0.tar.xz ++++++ ++++ 70221 lines of diff (skipped)