r32127 - in /trunk/libgtk2-perl/debian: changelog patches/series patches/try-to-fix-recent-chooser-tests

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Mar 16 00:41:59 UTC 2009


Author: ryan52-guest
Date: Mon Mar 16 00:41:55 2009
New Revision: 32127

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32127
Log:
Try to fix #519864 (FTBFS, probably a race condition)

Added:
    trunk/libgtk2-perl/debian/patches/try-to-fix-recent-chooser-tests
Modified:
    trunk/libgtk2-perl/debian/changelog
    trunk/libgtk2-perl/debian/patches/series

Modified: trunk/libgtk2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/changelog?rev=32127&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/changelog (original)
+++ trunk/libgtk2-perl/debian/changelog Mon Mar 16 00:41:55 2009
@@ -1,3 +1,9 @@
+libgtk2-perl (1:1.212-2) UNRELEASED; urgency=low
+
+  * Try to fix #519864 (FTBFS, probably a race condition)
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 15 Mar 2009 17:39:18 -0700
+
 libgtk2-perl (1:1.212-1) unstable; urgency=low
 
   * Take over for the Debian Perl Group on maintainer's request

Modified: trunk/libgtk2-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/patches/series?rev=32127&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/patches/series (original)
+++ trunk/libgtk2-perl/debian/patches/series Mon Mar 16 00:41:55 2009
@@ -2,3 +2,4 @@
 30-disable_libgtk_version_check.patch
 fix-number-of-style-tests
 fix-bindings-tests
+try-to-fix-recent-chooser-tests

Added: trunk/libgtk2-perl/debian/patches/try-to-fix-recent-chooser-tests
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/patches/try-to-fix-recent-chooser-tests?rev=32127&op=file
==============================================================================
--- trunk/libgtk2-perl/debian/patches/try-to-fix-recent-chooser-tests (added)
+++ trunk/libgtk2-perl/debian/patches/try-to-fix-recent-chooser-tests Mon Mar 16 00:41:55 2009
@@ -1,0 +1,14 @@
+fix a race condition in the tests
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519864
+
+--- a/t/GtkRecentChooser.t
++++ b/t/GtkRecentChooser.t
+@@ -50,7 +50,7 @@
+ $manager -> add_item($uri_two);
+ 
+ # add_item() is asynchronous, so let the main loop spin for a while
+-Gtk2->main_iteration while !$manager->get_items;
++Gtk2->main_iteration while Gtk2->events_pending;
+ 
+ $chooser -> set_select_multiple(FALSE);
+ 




More information about the Pkg-perl-cvs-commits mailing list