SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-cairo-1.10.0-19.1.x86_64.rpm :
Fri Apr 5 14:00:00 2013 idonmezAATTsuse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls

Mon Oct 8 14:00:00 2012 schwabAATTlinux-m68k.org
- Build with %{optflags}

Wed Feb 1 13:00:00 2012 saschpeAATTsuse.de
- Add group to devel package

Tue Jan 10 13:00:00 2012 cooloAATTsuse.com
- trying to get the license right for spdx

Fri Jun 17 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 1.10.0:
+ New Constants:
- cairo.FORMAT_RGB16_565
+ Bug Fixes:
- context.get_source().get_surface() fails (fdo#33013)
+ Improve/simplify unicode filename and text support.
+ Build related changes.
- Move to using waf for the build as the autotools support is
broken.
- Recompile the generated byte-code with %py_compile, as the
waf-generated byte-code references the build root. This is a bug
in waf, see http://code.google.com/p/waf/issues/detail?id=986

Sat Sep 18 14:00:00 2010 vuntzAATTopensuse.org
- Update to version 1.8.10:
+ New Classes/Types:
- Win32PrintingSurface
- XCBSurface - add XCB support using xpyb
+ Bug Fixes:
- Fix for libtool 2.2 (fdo#27974).
- Mingw32 and pypy fixes (fdo#25203).
+ Other Changes:
- Tests updated.

Wed Dec 2 13:00:00 2009 vuntzAATTopensuse.org
- Update to version 1.8.8:
+ General Changes:
- Pycairo 1.8.8 requires cairo 1.8.8 (or later).
- Move from CVS to git.
- Add support for the waf build tool.
+ Updated methods
- The PDF/PS/SVGSurface constructors now accept None as a
filename.

Tue Jul 21 14:00:00 2009 lmedinasAATTgmail.com
- 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

Thu Mar 19 13:00:00 2009 vuntzAATTnovell.com
- 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.

Sun Feb 1 13:00:00 2009 mbomanAATTsuse.de
- 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.


 
ICM