python-cairo-devel-1.8.6-2.1>t  DH`pJ /=„_Z@ a,֣m "q$c+X:0v]>zVVߓNL@2XТC5m`щ$~e}?veݴ,6(i.N|4`ˬLaSz1٘Ц&<9' =Vhxs}(R?ˇw]+S|'ꓼ4hy)?Fo)ZY=b4gv'^雺?(Jږa\i75ed0438ed8d205f7380410862bb3c8f8a867998&GJ /=„^FAf| FYdht)#k8BUj dRϑ݃N =vce'»OHdNoOgv5Ĺ! p677di&!UEVc Sad7uH A*xޮ.bbՆn|WY:Pulp!5D"J9!#;^嘿" W.Jusl] B.־d,#sU2s:lx(#]Р懧2,%->5f?Vd  8 ,Igmt      ,8h(8 9H : FGHIXY\]^bWcd(e-f2l4zFCpython-cairo-devel1.8.62.1Headers for python-cairoHeaders for python-cairo Authors: -------- James Henstridge Steve Chaplin Maarten BreddelsJbuild33openSUSE 11.2openSUSELGPL v2.1 or later ; MPL ..http://bugs.opensuse.orgDevelopment/Libraries/Pythonhttp://www.cairographics.org/linuxx86_64^A큤JJJec26e394bd5c61c3ce00e4af976992dfecdd08f7073fb46b9a8e9eed0a682349rootrootrootrootrootrootpython-cairo-1.8.6-2.1.src.rpmpython-cairo-develpython-cairo-devel(x86-64)   python-cairocairo-develpython-develrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)1.8.64.0-13.0.4-14.4.6-14.7.1JeIÅ@I@IR$@HYHGEEDDlmedinas@gmail.comvuntz@novell.commboman@suse.demboman@suse.demaw@suse.dejpr@suse.dehpj@suse.demaw@suse.dejhargadon@suse.decthiel@suse.decthiel@suse.de- Update to version 1.8.6: + Bug Fixes: - ImageSurface.create_from_png _read_func fix - ToyFontFace type fix - fdo#19221: restore cairo.Matrix '*' operator to the way it originally worked. + Documentation completed- Update to version 1.8.4: + General Changes: - Pycairo 1.8.4 requires cairo 1.8.4 (or later) and Python 2.6 + Bug Fixes: - fdo#20674: Add get/set_extend for Gradient Patterns + New Classes: - cairo.ToyFontFace + New Methods: - Pattern.get_extend - Pattern.set_extend - ToyFontFace.get_family - ToyFontFace.get_slant - ToyFontFace.get_weight + Deleted Methods: - SurfacePattern.get_extend - SurfacePattern.set_extend + Other Changes: - Threading for surfaces with stream functions has been reenabled. - Documentation updates. - Stop re-defining _prefix. - Remove unneeded BuildRequires: gtk2-devel, libjpeg-devel, python-numeric, update-desktop-files. - Add BuildRequires: cairo-devel, fdupes. - Remove Suggests on python-numeric (Numeric support was removed). - Remove Suggests on python-gtk since, well, there's no real reason to put it. - Stop running suse_update_config. - Use fdupes.- Update to version 1.8.2: + bfo#19287: Threading support results in crashes in cairo.ImageSurface + Context.set_scaled_font + API changes * Matrix multiplication: * old code: matrix3 = matrix1 * matrix2 * new equivalent code: matrix3 = matrix1.multiply(matrix2) * matrix3 = matrix1 * matrix2 is now equivalent to matrix3 = matrix2.multiply(matrix1) which is consistent with standard matrix multiplication.- Update to version 1.8.0: + General Changes: - Pycairo 1.8.0 requires cairo 1.8.0 (or later). - Add documentation (available separately) + Bug Fixes: - bfo#18101: Add support for threading - bfo#18947: cairo.SurfacePattern should INCREF the used surface + New Methods: - ScaledFont.get_scale_matrix - Surface.mark_dirty_rectangle - Surface.set_fallback_resolution + New Constants: - cairo.EXTEND_PAD - cairo.HAS_IMAGE_SURFACE - cairo.HAS_USER_FONT + API Changes: - Surface.mark_dirty: no longer accepts keyword arguments with default values. - PycairoPattern_FromPattern (C API): has a new 'base' argument + Other Changes: - Allow unknown cairo Pattern/Surface types to use the pycairo base - Pattern/Surface type.- Update to version 1.6.4: + Bugs fixed: bfo#16112 + New methods: Context.has_current_point, Context.path_extents, ImageSurface.format_stride_for_width, PSSurface.get_eps, PSSurface.set_eps, PSSurface.ps_level_to_string, PSSurface.restrict_to_level, Surface.copy_page, and Surface.show_page + New Constants: cairo.PS_LEVEL_2, cairo.PS_LEVEL_3 + Updated examples.- Remove libsvg-cairo-devel from BuildRequires, it hasn't been needed for a long time- Upgraded to version 1.4.12: * mingw32 compiler fixes. * New methods added. * The module cairo.gtk has been removed. * Allow cairo.Context to be subclassed.- Don't package _cairo.la (#223703).- update to version 1.2.2 - setup.py has been updated to allow installation by executing $ python setup.py install - examples/cairo_snippets/snippets/gradient_mask.py A new example to demonstrate pattern masks. - The cairo.svg module has been removed because: 1) Cairo does not include SVG parsing, so this module does not belong in pycairo. 2) libsvg-cairo (the underlying C library) is unmaintained. - Pycairo requires cairo 1.2.2 (or later)- split of -devel package- turn Requires to python-gtk and python-numeric into Suggests, as they are optional anyway - update to version 1.2.0 (fixes #198391) * pycairo has been updated to work with cairo 1.2.0. * new methods: Surface.set_fallback_resolution, Surface_get_content ImageSurface_get_format, Image_surface_get_stride * deleted methods: PDFSurface.set_dpi, PSSurface.set_dpi, SVGSurface.set_dpi - replaced by Surface.set_fallback_resolution * cairo.FORMAT_RGB16_565 added - overview of changes from pycairo 1.0.2 to pycairo 1.1.6 * pycairo has been updated to work with cairo 1.1.6. * SVGSurface * new methods: Context.get_group_target, Context.new_sub_path, Context.pop_group, Context.pop_group_to_source, Context.push_group, Context.push_group_with_content, FontOptions.get_antialias, FontOptions.get_hint_metrics, FontOptions.get_hint_style, FontOptions.get_subpixel_order, FontOptions.set_antialias, FontOptions.set_hint_metrics, FontOptions.set_hint_style, FontOptions.set_subpixel_order, PDFSurface.set_size, PSSurface.dsc_begin_page_setup, PSSurface.dsc_begin_setup, PSSurface.dsc_comment, PSSurface.set_size, ScaledFont.get_font_face, ScaledFont.text_extents, Surface.get_device_offset, XlibSurface.get_depth * updated methods: - PDFSurface()/PSSurface() - can now write to file-like objects (like StringIO). - surface.write_to_png() and ImageSurface.create_from_png() can now write to file-like objects (like StringIO). - select_font_face, show_text, text_extents and text_path now accept unicode objects. * misc bug fixes. * new examples: - examples/cairo_snippets/snippets_svg.py - examples/cairo_snippets/snippets/ellipse.py - examples/cairo_snippets/snippets/group.py - examples/svg/svgconvert.pybuild33 1255981556z{}1.8.6-2.11.8.6-2.1pycairopycairo.hpycairo.pc/usr/include//usr/include/pycairo//usr/lib64/pkgconfig/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.2/standard/0ded3c400cd42ef9bad40fd5ebce83f9-python-cairocpiolzma2x86_64-suse-linuxCk9KOm?] b27~W_QM,d'rRgx8d4xJ= a}3tʚti:a lv]r?UH1q3,tBN[/f8XEK+2!1כclH/6u/p:o74lyEi:^=@v` BzEV0?!b/I*U\ޟL ye 7u/4r~)oL5E,1`>\q 5 AKک R%x0f@m%]lr'_29jӤ.}r#,[bNXVn ),;2]w*nY9fdSIm GS& ^GΚ-.J(aB#uV `~y.u ^ 7wc)DM^34ۙ,B_G8QVXwӗ!U;| "2|K:Qw!hW:mq)j7jfxj]t J[Rʙ˝Ǩ( (=wJ.;2]]eTd˽SmP" Y `YHy&\&j=c#TՁgHiSXj$93ơ&XrgpS̸E!Bq'И( V%Iah-GvR$ o'<FUڧqȾ^tҫ;ӂ BgMDy!^D$-uvԞN?zJ\Õ.R;FDpo)U}iYSv&j!.h7CYW3 >-l!}!\y%YJxZ DM0g_WQBN5QߨAMrd/1z;#/~dD>ʽ||xp@P԰mI5Yw`Huԑ$wZZXmy+vp*6o )yKiV@Lw*Nv9`wf"@VoJqʛ?`!imr yLlBQ;6PzakLtl*xW_Xr{s=I ^jLV\ yE01ie݌F*UfqW`4