[cairo-commit] cairo-perl ChangeLog, 1.98, 1.99 Makefile.PL, 1.32, 1.33

Torsten Schoenfeld commit at pdx.freedesktop.org
Sat Sep 6 11:42:50 PDT 2008


Committed by: tsch

Update of /cvs/cairo/cairo-perl
In directory kemper:/tmp/cvs-serv13276

Modified Files:
	ChangeLog Makefile.PL 
Log Message:
	* Makefile.PL: Support the enum value CAIRO_FONT_TYPE_QUARTZ.  (RT
	#34681)


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-perl/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -d -r1.98 -r1.99
--- ChangeLog	1 Jun 2008 14:37:11 -0000	1.98
+++ ChangeLog	6 Sep 2008 18:42:47 -0000	1.99
@@ -1,3 +1,8 @@
+2008-09-06  Torsten Schoenfeld  <kaffeetisch at gmx.de>
+
+	* Makefile.PL: Support the enum value CAIRO_FONT_TYPE_QUARTZ.  (RT
+	#34681)
+
 2008-06-01  Torsten Schoenfeld  <kaffeetisch at gmx.de>
 
 	* t/CairoSurface.t: Cairo::PsSurface->create can under certain

Index: Makefile.PL
===================================================================
RCS file: /cvs/cairo/cairo-perl/Makefile.PL,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- Makefile.PL	22 Mar 2008 18:34:58 -0000	1.32
+++ Makefile.PL	6 Sep 2008 18:42:47 -0000	1.33
@@ -286,6 +286,8 @@
 	my %new = (
 		cairo_status_t => [qw/CAIRO_STATUS_INVALID_INDEX
 		                      CAIRO_STATUS_CLIP_NOT_REPRESENTABLE/],
+
+		cairo_font_type_t => [qw/CAIRO_FONT_TYPE_QUARTZ/],
 	);
 
 	foreach my $enum (keys %new) {



More information about the cairo-commit mailing list