r44083 - in /desktop/experimental/glib2.0/debian: changelog patches/07_disable_tests_on_slow_archs.patch
laney at users.alioth.debian.org
laney at users.alioth.debian.org
Tue Jan 20 12:52:10 UTC 2015
Author: laney
Date: Tue Jan 20 12:52:09 2015
New Revision: 44083
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44083
Log:
New upstream release 2.43.3
Modified:
desktop/experimental/glib2.0/debian/changelog
desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch
Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=44083&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Tue Jan 20 12:52:09 2015
@@ -1,9 +1,20 @@
-glib2.0 (2.43.2-2) UNRELEASED; urgency=medium
-
+glib2.0 (2.43.3-1) UNRELEASED; urgency=medium
+
+ [ Laurent Bigonville ]
* debian/control.in, debian/libglib2.0-dev.install.in,
debian/libglib2.0-0-dbg.install.in: Install the gdb python scripts in the
proper locations, move them to the -dbg package and add the needed
Breaks/Replaces (Closes: #774024)
+
+ [ Iain Lane ]
+ * New upstream release 2.43.3
+ + add g_set_object() convenience function
+ + GNetworkMonitor: check if NM is not running and don't crash
+ + fix some races with g_mkdir_with_parents
+ + avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save on
+ static strings
+ + fix some content type vs. mime issues
+ * 07_disable_tests_on_slow_archs.patch: Refresh
-- Laurent Bigonville <bigon at debian.org> Sat, 27 Dec 2014 21:49:47 +0100
Modified: desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch?rev=44083&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch [utf-8] Tue Jan 20 12:52:09 2015
@@ -2,21 +2,25 @@
Author: Martin Pitt <martin.pitt at ubuntu.com>
Forwarded: No
+Index: b/gio/tests/socket.c
+===================================================================
--- a/gio/tests/socket.c
+++ b/gio/tests/socket.c
-@@ -1086,7 +1086,9 @@
+@@ -1447,6 +1447,9 @@
g_test_add_func ("/socket/ipv6_v4mapped", test_ipv6_v4mapped);
#endif
g_test_add_func ("/socket/close_graceful", test_close_graceful);
+#if !defined(__arm__)
++ g_test_add_func ("/socket/timed_wait", test_timed_wait);
++#endif
g_test_add_func ("/socket/timed_wait", test_timed_wait);
-+#endif
+ g_test_add_func ("/socket/fd_roundtrip", test_fd_roundtrip);
g_test_add_func ("/socket/address", test_sockaddr);
- #ifdef G_OS_UNIX
- g_test_add_func ("/socket/unix-from-fd", test_unix_from_fd);
+Index: b/glib/tests/mainloop.c
+===================================================================
--- a/glib/tests/mainloop.c
+++ b/glib/tests/mainloop.c
-@@ -1572,11 +1572,15 @@
+@@ -1732,11 +1732,15 @@
g_test_add_func ("/maincontext/basic", test_maincontext_basic);
g_test_add_func ("/mainloop/basic", test_mainloop_basic);
@@ -32,6 +36,8 @@
g_test_add_func ("/mainloop/swapping_child_sources", test_swapping_child_sources);
g_test_add_func ("/mainloop/blocked_child_sources", test_blocked_child_sources);
g_test_add_func ("/mainloop/source_time", test_source_time);
+Index: b/glib/tests/timeout.c
+===================================================================
--- a/glib/tests/timeout.c
+++ b/glib/tests/timeout.c
@@ -104,7 +104,9 @@
@@ -44,6 +50,8 @@
return g_test_run ();
}
+Index: b/gio/tests/gdbus-threading.c
+===================================================================
--- a/gio/tests/gdbus-threading.c
+++ b/gio/tests/gdbus-threading.c
@@ -406,7 +406,9 @@
More information about the pkg-gnome-commits
mailing list