r73855 - /trunk/libcairo-perl/debian/patches/0001-Fix-spurious-CairoSurface.t-failures.patch

dom at users.alioth.debian.org dom at users.alioth.debian.org
Sat Apr 30 18:26:33 UTC 2011


Author: dom
Date: Sat Apr 30 18:26:17 2011
New Revision: 73855

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73855
Log:
use patch from correct branch

Modified:
    trunk/libcairo-perl/debian/patches/0001-Fix-spurious-CairoSurface.t-failures.patch

Modified: trunk/libcairo-perl/debian/patches/0001-Fix-spurious-CairoSurface.t-failures.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcairo-perl/debian/patches/0001-Fix-spurious-CairoSurface.t-failures.patch?rev=73855&op=diff
==============================================================================
--- trunk/libcairo-perl/debian/patches/0001-Fix-spurious-CairoSurface.t-failures.patch (original)
+++ trunk/libcairo-perl/debian/patches/0001-Fix-spurious-CairoSurface.t-failures.patch Sat Apr 30 18:26:17 2011
@@ -1,7 +1,7 @@
 From: Torsten Schönfeld <kaffeetisch at gmx.de>
-Date: Sat, 30 Apr 2011 15:45:46 +0200
+Date: Sat, 30 Apr 2011 15:41:10 +0200
 Subject: [PATCH] Fix spurious CairoSurface.t failures
-Origin: http://git.gnome.org/browse/perl-Cairo/commit/?h=stable-1-06&id=9073da824de8
+Origin: http://git.gnome.org/browse/perl-Cairo/commit/?id=a5117e6643b26a736d308dc6cf3dab3e101448e3
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=613190
 
 These were caused by a premature call to $surf->finish which made the
@@ -13,10 +13,10 @@
  1 files changed, 5 insertions(+), 5 deletions(-)
 
 diff --git a/t/CairoSurface.t b/t/CairoSurface.t
-index 3f6def1..e0370f6 100644
+index 9c00673..fb4dea3 100644
 --- a/t/CairoSurface.t
 +++ b/t/CairoSurface.t
-@@ -67,11 +67,9 @@ is ($surf->get_height, IMG_HEIGHT);
+@@ -72,11 +72,9 @@ is ($surf->get_height, IMG_HEIGHT);
  	}
  }
  
@@ -31,8 +31,8 @@
  
  # Test that the enum wrappers differentiate between color and color-alpha.
  SKIP: {
-@@ -115,6 +113,8 @@ SKIP: {
- 	like (Cairo::Format::stride_for_width ('argb32', 23), qr/\A\d+\z/);
+@@ -130,6 +128,8 @@ SKIP: {
+ 	ok (defined $surf->has_show_text_glyphs);
  }
  
 +$surf->finish;




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