[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/53: gnu: evolution-data-server: Update to 3.32.4.
From: |
guix-commits |
Subject: |
21/53: gnu: evolution-data-server: Update to 3.32.4. |
Date: |
Fri, 1 Nov 2019 22:18:44 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 05e008877f4101192a9aa3568bc9c3adf2cc1447
Author: Kei Kebreau <address@hidden>
Date: Mon Jul 22 18:21:31 2019 -0400
gnu: evolution-data-server: Update to 3.32.4.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.32.4.
[arguments]: Adjust 'disable-failing-tests' phases accordingly.
---
gnu/packages/gnome.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1ea9003..c3a6e1b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5204,7 +5204,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
(define-public evolution-data-server
(package
(name "evolution-data-server")
- (version "3.30.5")
+ (version "3.32.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5213,7 +5213,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
(patches (search-patches "evolution-data-server-locales.patch"))
(sha256
(base32
- "1s952wyhgcbmq9nfgk75v15zdy1h3wy5p5rmkqibaavmc0pk3mli"))))
+ "0zsc9xwy6ixk3x0dx69ax5isrdw8qxjdxg2i5fr95s40nss7rxl3"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
@@ -5240,11 +5240,13 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and
Kerberos.")
(delete-file-recursively "tests/book-migration")
(substitute* "tests/CMakeLists.txt"
(("add_subdirectory\\(book-migration\\)") ""))
- ;;
tests/libedata-cal/test-cal-meta-backend.c:1328:test_get_attachment_uris:
- ;; assertion failed (uris->data == expected_uri):
- ;; ("" == "file:///tests/libedata-cal/components/event-1.ics")
- (substitute* "tests/libedata-cal/CMakeLists.txt"
- (("test-cal-meta-backend") ""))
+ ;; tests/libebook/client/test-book-client-view-operations:8077):
+ ;; e-data-server-WARNING **:
+ ;;
(src/libedataserver/e-source-registry.c:264):thread_closure_free:
+ ;; runtime check failed:
+ ;; (!g_main_context_pending (closure->main_context))
+ (substitute* "tests/libebook/client/CMakeLists.txt"
+ (("test-book-client-view-operations") ""))
#t))
(add-after 'unpack 'patch-paths
(lambda _
- branch wip-gnome-updates created (now e3bf493), guix-commits, 2019/11/01
- 02/53: gnu: baobab: Update to 3.32.0., guix-commits, 2019/11/01
- 04/53: gnu: epiphany: Update to 3.32.3., guix-commits, 2019/11/01
- 03/53: gnu: eog: Update to 3.32.2., guix-commits, 2019/11/01
- 01/53: gnu: adwaita-icon-theme: Update to 3.32.0., guix-commits, 2019/11/01
- 05/53: gnu: file-roller: Update to 3.32.1., guix-commits, 2019/11/01
- 09/53: gnu: gsettings-desktop-schemas: Update to 3.32.0., guix-commits, 2019/11/01
- 18/53: gnu: dconf-editor: Update to 3.32.0., guix-commits, 2019/11/01
- 21/53: gnu: evolution-data-server: Update to 3.32.4.,
guix-commits <=
- 26/53: gnu: Add tracker-miners., guix-commits, 2019/11/01
- 45/53: gnu: gnome-shell: Update to 3.32.2., guix-commits, 2019/11/01
- 52/53: gnu: yelp: Update to 3.32.2., guix-commits, 2019/11/01
- 48/53: gnu: gnome-klotski: Update to 3.32.0., guix-commits, 2019/11/01
- 34/53: gnu: libwnck: Update to 3.32.0., guix-commits, 2019/11/01
- 14/53: gnu: Add python-dbusmock., guix-commits, 2019/11/01
- 10/53: gnu: gnome-icon-theme: Update home page., guix-commits, 2019/11/01
- 22/53: gnu: evolution: Update to 3.32.4., guix-commits, 2019/11/01
- 31/53: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/11/01
- 15/53: gnu: gnome-control-center: Update to 3.32.2., guix-commits, 2019/11/01