From de244f87744a17606f658f7db359552e9799d1f2f0f41c55d77907446f1fd701 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 26 Oct 2020 08:10:41 +0000 Subject: [PATCH] Accepting request 842870 from GNOME:Next update to 3.38.1 - TW should be ready OBS-URL: https://build.opensuse.org/request/show/842870 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=381 --- baselibs.conf | 2 +- evolution-data-server-3.36.5.tar.xz | 3 --- evolution-data-server-3.38.1.tar.xz | 3 +++ evolution-data-server.changes | 41 +++++++++++++++++++++++++++++ evolution-data-server.spec | 6 ++--- 5 files changed, 48 insertions(+), 7 deletions(-) delete mode 100644 evolution-data-server-3.36.5.tar.xz create mode 100644 evolution-data-server-3.38.1.tar.xz diff --git a/baselibs.conf b/baselibs.conf index f0aa91e..ad7ec6d 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -6,5 +6,5 @@ libebook-contacts-1_2-3 libecal-2_0-1 libedata-book-1_2-26 libedata-cal-2_0-1 -libedataserver-1_2-24 +libedataserver-1_2-25 libedataserverui-1_2-2 diff --git a/evolution-data-server-3.36.5.tar.xz b/evolution-data-server-3.36.5.tar.xz deleted file mode 100644 index b564f40..0000000 --- a/evolution-data-server-3.36.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c555528c546d457be0dc0eaca5d766d4dfef7c408276cb05f9724c463bfe7fd9 -size 4636800 diff --git a/evolution-data-server-3.38.1.tar.xz b/evolution-data-server-3.38.1.tar.xz new file mode 100644 index 0000000..149432e --- /dev/null +++ b/evolution-data-server-3.38.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff278e9c334f185236182709ba46ab727db2830d0b4e09485c1e582e1f2e4b7 +size 4659732 diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 5b29f72..714617c 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Mon Oct 5 15:47:12 UTC 2020 - dimstar@opensuse.org + +- Update to version 3.38.1: + + Trust Prompt: Can fail to extract host from a collection account. + + Improve URL scanner (detect angle brackets). + + Forward as iCalendar: Embed event's local attachments. + + Password Credentials Prompt: Escape text for use in markup. + + Updated translations. + +------------------------------------------------------------------- +Fri Sep 11 12:34:21 UTC 2020 - dimstar@opensuse.org + +- Update to version 3.38.0: + + Updated translations. + +------------------------------------------------------------------- +Fri Sep 4 14:29:30 UTC 2020 - dimstar@opensuse.org + +- Update to version 3.37.92: + + Miscellaneous: GObjectIntrospection.cmake: Depend rather on gir + target, than on gir file. + + Bug Fixes: + - [IMAPx] Ignore truncated COPYUID server response. + - Avoid race condition when refreshing collection backend. + - ESoupSession: Ensure request URI is properly encoded. + - CardDAV contacts without UID are not shown. + - libecal: Specify forward-declared types for gir. + - Calendar: Add SExp function to filter with DTSTART. + - Let 'Wrap quoted text in replies' influence paragraph style. + - Calendar: Correct RRULE's UNTIL value saving. +- Changes from version 3.37.90: + + SMTP: Doesn't send fully qualified host name with EHLO. + + Fix: Search folders can show non-matches after filter change. + + Show recurrence information with user-specified date format. +- Changes from version 3.37.3: + + WebDAV: Inefficient processing of returned XML data. + + Updated translations. +- Bump so_edataserver to 25, following upstream (also in + baselibs.conf). + ------------------------------------------------------------------- Sun Aug 9 10:14:05 UTC 2020 - Bjørn Lie diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 1322815..7cd47c6 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -22,7 +22,7 @@ # When updating the sonums, do not forget to also update baselibs.conf %define so_camel 62 %define so_ebackend 10 -%define so_edataserver 24 +%define so_edataserver 25 %define so_edataserverui 2 %define so_ebook 20 %define so_ebook_contacts 3 @@ -32,13 +32,13 @@ %bcond_without introspection Name: evolution-data-server -Version: 3.36.5 +Version: 3.38.1 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.36/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/evolution-data-server/3.38/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: cmake