2011-05-03 08:50:48 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 3 08:45:09 UTC 2011 - vcizek@novell.com
|
|
|
|
|
|
|
|
|
|
- update to 1.062
|
|
|
|
|
* Cairo::FtFontFace: Keep the FT_Face alive long enough to avoid
|
|
|
|
|
segfaults
|
|
|
|
|
* Add two new example programs
|
|
|
|
|
* Fix test failures
|
|
|
|
|
|
2010-12-01 13:38:30 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Dec 1 13:30:50 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
|
2010-11-24 16:30:06 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 24 16:24:31 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
|
|
- recreated by cpanspec 1.78
|
|
|
|
|
o fix deps
|
|
|
|
|
|
2010-10-14 12:33:25 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Oct 13 10:18:28 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
|
|
- take patch from launchpad to disable failing tests with current
|
|
|
|
|
cairo (no upstream fix available yet)
|
|
|
|
|
|
2010-01-11 16:07:17 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
|
|
- enable parallel build
|
|
|
|
|
|
2009-04-01 16:28:15 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 30 12:39:16 CEST 2009 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.061
|
|
|
|
|
* Cairo.xs (cairo_object_from_sv, cairo_struct_from_sv): Hush two
|
|
|
|
|
compiler warnings.
|
|
|
|
|
* test and documentation fixes
|
|
|
|
|
|
2008-06-23 22:32:46 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 19 16:41:25 CEST 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.060
|
|
|
|
|
* Cairo.pm: Add documentation for new API.
|
|
|
|
|
* Makefile.PL: Trap exceptions thrown by EU::PkgConfig->find.
|
|
|
|
|
When one occurs, exit with status 0 to indicate to CPAN testers
|
|
|
|
|
that their system isn't supported.
|
|
|
|
|
* t/Cairo.t: Wrap cairo_has_current_point.
|
|
|
|
|
* t/Cairo.t: Wrap cairo_path_extents.
|
|
|
|
|
* t/CairoSurface.t: Wrap cairo_format_stride_for_width. Adapt to
|
|
|
|
|
API changes: cairo_surface_copy_page and cairo_surface_show_page
|
|
|
|
|
don't return cairo_status_t anymore.
|
|
|
|
|
* CairoPath.xs: Fix the tied interface for paths on perl 5.6,
|
|
|
|
|
whose magic support was slightly broken. Also cleanup the tie
|
|
|
|
|
code a bit.
|
|
|
|
|
* t/CairoSurface.t: Wrap cairo_surface_copy_page and
|
|
|
|
|
cairo_surface_show_page.
|
|
|
|
|
* t/CairoSurface.t: Wrap cairo_ps_surface_restrict_to_level,
|
|
|
|
|
cairo_ps_get_levels, and cairo_ps_level_to_string.
|
|
|
|
|
* t/CairoSurface.t: Wrap cairo_ps_surface_set_eps and
|
|
|
|
|
cairo_ps_surface_get_eps.
|
|
|
|
|
|
2008-01-14 11:31:37 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jan 14 10:51:13 CET 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.045
|
|
|
|
|
* CairoSurface.xs: Use perl's New*/Safefree facilities instead of
|
|
|
|
|
calloc/malloc/free as the latter aren't safe on some platforms,
|
|
|
|
|
notably Win32.
|
|
|
|
|
* t/CairoSurface.t: Mark the isa_ok test for PDF surfaces returned
|
|
|
|
|
by create_similar() as TODO, since the returned surface's type
|
|
|
|
|
is not reliable at this point.
|
|
|
|
|
|
2007-06-14 13:47:56 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2007-11-22 20:19:06 +00:00
|
|
|
|
Wed Nov 21 11:00:19 CET 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.044
|
|
|
|
|
* Cairo.pm: Add entries for the various surfaces to the API
|
|
|
|
|
listing.
|
|
|
|
|
* Makefile.PL: Update the list of exported symbols.
|
|
|
|
|
* t/CairoPattern.t: When Test::Number::Delta is not available,
|
|
|
|
|
skip the relevant tests instead of faking passes.
|
|
|
|
|
* t/CairoSurface.t: Don't use the hash-ref variant of
|
|
|
|
|
the constant pragma. It's not supported by the version
|
|
|
|
|
that ships with perl 5.6.
|
|
|
|
|
- enable fixed tests again
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2007-11-02 00:36:12 +00:00
|
|
|
|
Thu Nov 1 15:46:06 CET 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.043
|
|
|
|
|
* Makefile.PL: Use BEGIN { require 5.006; } instead of require
|
|
|
|
|
v5.6.0. Make missing Test::Number::Delta non-fatal; add it
|
|
|
|
|
to the build_requires META.yml field.
|
|
|
|
|
* t/CairoPattern.t: Cope with Test::Number::Delta being
|
|
|
|
|
unavailable.
|
|
|
|
|
* Makefile.PL: Make EU::MM output configure_requires and
|
|
|
|
|
no_index information when generating META.yml.
|
|
|
|
|
* t/CairoSurface.t (PNG surface tests): Since exceptions are
|
|
|
|
|
actually propagated now, throw the same kind of exception
|
|
|
|
|
we test for.
|
|
|
|
|
* Makefile.PL: Require perl >= 5.6.0 for some features we use,
|
|
|
|
|
like `our´.
|
|
|
|
|
* cairo-perl.h: Add and use the portability header ppport.h from
|
|
|
|
|
Devel::PPPort to hopefully fix compilation on older perls.
|
|
|
|
|
* Makefile.PL: Make missing prerequisites fatal.
|
|
|
|
|
* cairo-perl.typemap: Add const char * for backwards
|
|
|
|
|
compatibility.
|
|
|
|
|
* doctypes: Add missing type names.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2007-06-14 13:47:56 +00:00
|
|
|
|
Mon Jun 11 16:23:34 CEST 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.041
|
|
|
|
|
* test fixes
|
|
|
|
|
|
2007-05-17 09:51:29 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 15 16:12:57 CEST 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.040
|
|
|
|
|
* t/CairoSurface.t: For now, skip tests that make cairo crash.
|
|
|
|
|
* Cairo.pm: Document new API. Mark functions that were added
|
|
|
|
|
after cairo 1.0.
|
|
|
|
|
* Cairo.xs: If CAIRO_PERL_DEBUG is true, call
|
|
|
|
|
cairo_debug_reset_static_data at exit.
|
|
|
|
|
* t/CairoSurface.t: Re-add the binding for cairo_surface_finish.
|
|
|
|
|
|
2007-03-28 22:57:48 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 28 18:59:56 CEST 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- temporarily disable t/CairoSurface.t because cairo segfaults
|
|
|
|
|
when the test is run (reported as #258451)
|
|
|
|
|
|
2007-01-05 11:29:46 +00:00
|
|
|
|
-------------------------------------------------------------------
|
2007-02-26 12:19:38 +00:00
|
|
|
|
Mon Feb 26 12:41:20 CET 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.023
|
|
|
|
|
- remove last patch (fixed in upstream)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2007-01-05 11:29:46 +00:00
|
|
|
|
Fri Jan 5 11:35:18 CET 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- fix endianness problem in t/CairoSurface.t (patch from upstream)
|
|
|
|
|
|
2007-01-04 01:06:16 +00:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jan 2 13:10:47 CET 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.022
|
|
|
|
|
* CairoSurface.xs, t/CairoSurface.t: Make
|
|
|
|
|
Cairo::ImageSurface::get_data usable by specifying the buffer
|
|
|
|
|
length.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 12 13:35:03 CET 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.021
|
|
|
|
|
* MakeHelper.pm, CairoSurface.t: When comparing enum values, look
|
|
|
|
|
at length+1, not just length, bytes to discern string pairs like
|
|
|
|
|
'color' and 'color-alpha'.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Sep 25 15:02:07 CEST 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.01
|
|
|
|
|
* test fixes
|
|
|
|
|
* xs/CairoSurface.xs: Cosmetical changes.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Sep 12 17:59:37 CEST 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- package created
|
|
|
|
|
|