r32211 - 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
Fri Mar 20 14:44:37 UTC 2009


Author: ryan52-guest
Date: Fri Mar 20 14:44:33 2009
New Revision: 32211

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32211
Log:
no, it's not

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

Modified: trunk/libgtk2-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/changelog?rev=32211&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/changelog (original)
+++ trunk/libgtk2-perl/debian/changelog Fri Mar 20 14:44:33 2009
@@ -1,7 +1,6 @@
 libgtk2-perl (1:1.220-1) UNRELEASED; urgency=low
 
   * New upstream release
-  * remove fix-number-of-style-tests patch, it's fixed upstream
   * update dependencies for newer versions of Pango and Glib
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Wed, 18 Mar 2009 22:44:02 -0700

Modified: trunk/libgtk2-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-perl/debian/patches/series?rev=32211&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/patches/series (original)
+++ trunk/libgtk2-perl/debian/patches/series Fri Mar 20 14:44:33 2009
@@ -2,3 +2,4 @@
 30-disable_libgtk_version_check.patch
 fix-bindings-tests
 try-to-fix-recent-chooser-tests
+fix-number-of-style-tests

Modified: 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=32211&op=diff
==============================================================================
--- trunk/libgtk2-perl/debian/patches/try-to-fix-recent-chooser-tests (original)
+++ trunk/libgtk2-perl/debian/patches/try-to-fix-recent-chooser-tests Fri Mar 20 14:44:33 2009
@@ -3,12 +3,15 @@
 
 --- a/t/GtkRecentChooser.t
 +++ b/t/GtkRecentChooser.t
-@@ -50,7 +50,7 @@
+@@ -50,7 +50,11 @@
  $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;
++print STDERR "\nwaiting for there to be items\n";
+ Gtk2->main_iteration while !$manager->get_items;
++print STDERR "waiting for pending events to finish\n";
 +Gtk2->main_iteration while Gtk2->events_pending;
++print STDERR "done\n";
  
  $chooser -> set_select_multiple(FALSE);
  




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