summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/glib-tests-homedir.patch
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-09-30 22:19:35 +0200
committerAndreas Enge <andreas@enge.fr>2013-09-30 22:19:35 +0200
commitd274f499a35f416d49533c0d1e2b76cb3cebdcb8 (patch)
tree82c313654c19439013b7d3ff6914612d5de38f32 /gnu/packages/patches/glib-tests-homedir.patch
parent9ceb630c587beb187b52243f751e3ebc2b437a32 (diff)
downloadguix-patches-d274f499a35f416d49533c0d1e2b76cb3cebdcb8.tar
guix-patches-d274f499a35f416d49533c0d1e2b76cb3cebdcb8.tar.gz
gnu: glib: Update to 2.38.0.
* gnu/packages/glib.scm (glib): Update to 2.38.0 and drop rewriting of GTESTER. * gnu/packages/patches/glib-tests-homedir.patch: Update patch for 2.38.0. * gnu/packages/patches/glib-tests-desktop.patch: Update patch for 2.38.0 and drop test dbus-appinfo.
Diffstat (limited to 'gnu/packages/patches/glib-tests-homedir.patch')
-rw-r--r--gnu/packages/patches/glib-tests-homedir.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/patches/glib-tests-homedir.patch b/gnu/packages/patches/glib-tests-homedir.patch
index cb9538ef8c..0a2bcf1a23 100644
--- a/gnu/packages/patches/glib-tests-homedir.patch
+++ b/gnu/packages/patches/glib-tests-homedir.patch
@@ -15,18 +15,18 @@ chroot build environment. Thus, disable them.
ret = g_test_run();
---- glib-2.34.3/gio/tests/gdbus-peer.c 2013-01-16 17:38:09.000000000 +0100
-+++ glib-2.34.3/gio/tests/gdbus-peer.c 2013-01-16 17:38:12.000000000 +0100
-@@ -1828,11 +1828,6 @@ main (int argc,
-
+--- glib-2.38.0.orig/gio/tests/gdbus-peer.c 2013-08-08 12:00:40.000000000 +0200
++++ glib-2.38.0/gio/tests/gdbus-peer.c 2013-09-30 19:36:40.000000000 +0200
+@@ -1746,11 +1746,6 @@
+
g_test_add_func ("/gdbus/peer-to-peer", test_peer);
g_test_add_func ("/gdbus/delayed-message-processing", delayed_message_processing);
- g_test_add_func ("/gdbus/nonce-tcp", test_nonce_tcp);
+-
- g_test_add_func ("/gdbus/tcp-anonymous", test_tcp_anonymous);
- g_test_add_func ("/gdbus/credentials", test_credentials);
-- g_test_add_func ("/gdbus/overflow", test_overflow);
- g_test_add_func ("/gdbus/codegen-peer-to-peer", codegen_test_peer);
-
+
ret = g_test_run();
--- glib-2.37.1/gio/tests/gdbus-exit-on-close.c 2013-06-07 23:41:34.000000000 +0200