r40712 - in /desktop/experimental/glib2.0/debian: changelog patches/80-skip-timer-test.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Feb 23 15:29:57 UTC 2014


Author: pochu
Date: Sun Feb 23 15:29:57 2014
New Revision: 40712

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40712
Log:
* debian/patches/80-skip-timer-test.patch:
  + Skip the timer test which currently fails on x86 because of float
    precission errors.

Added:
    desktop/experimental/glib2.0/debian/patches/80-skip-timer-test.patch
Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/patches/series

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=40712&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog	[utf-8] Sun Feb 23 15:29:57 2014
@@ -7,6 +7,9 @@
   * d/p/0001-asyncqueue-fix-timeout-math-on-32bit-systems.patch:
     + Patch from git, fix an overflow in g_async_queue_timed_pop_unlocked
       on 32 bits systems.
+  * debian/patches/80-skip-timer-test.patch:
+    + Skip the timer test which currently fails on x86 because of float
+      precission errors.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 19 Feb 2014 11:09:59 +0100
 

Added: desktop/experimental/glib2.0/debian/patches/80-skip-timer-test.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/80-skip-timer-test.patch?rev=40712&op=file
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/80-skip-timer-test.patch	(added)
+++ desktop/experimental/glib2.0/debian/patches/80-skip-timer-test.patch	[utf-8] Sun Feb 23 15:29:57 2014
@@ -0,0 +1,12 @@
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=722604
+
+--- a/glib/tests/Makefile.am
++++ b/glib/tests/Makefile.am
+@@ -93,7 +93,6 @@
+ 	test-printf			\
+ 	thread				\
+ 	timeout				\
+-	timer				\
+ 	tree				\
+ 	utf8-performance		\
+ 	utf8-pointer			\

Modified: desktop/experimental/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/patches/series?rev=40712&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/glib2.0/debian/patches/series	[utf-8] Sun Feb 23 15:29:57 2014
@@ -16,3 +16,4 @@
 gdbus-tests-wait-up-to-60s-for-gdbus-testserver-to-t.patch
 gdbus-connection-wait-up-to-10s-to-actually-send-a-m.patch
 0001-asyncqueue-fix-timeout-math-on-32bit-systems.patch
+80-skip-timer-test.patch




More information about the pkg-gnome-commits mailing list