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
This commit is contained in:
parent
b85d21990c
commit
2b9f638a5c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c0c6658838d58ba46042a4b9e50a3bb1129691e4cdb84b5eba0bf330b2ccb2eb
|
||||
size 4784388
|
3
evolution-data-server-3.45.3.tar.xz
Normal file
3
evolution-data-server-3.45.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eae00d39d574d65d049c96adf1ee3030878b2f330a67136ab2d1557cce4a4ffe
|
||||
size 4805556
|
@ -1,3 +1,83 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 2 07:29:33 UTC 2022 - Bjørn Lie <bjorn.lie@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.lie@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 <dimstar@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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 09:00:24 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user