Changelog for
libgoocanvas3-devel-1.0.0-bp156.3.5.x86_64.rpm :
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Sat Sep 21 2013 dimstarAATTopensuse.org- Change RPM Group of shared library package to System/Libraries.
* Fri Mar 01 2013 dimstarAATTopensuse.org- Spec-cleanup using format_spec_file service.
* Wed Jun 01 2011 vuntzAATTopensuse.org- Rename package to goocanvas1 as we will move to the gtk3 version of goocanvas in the goocanvas package.- Rename lang subpackage to libgoocanvas3-lang to avoid any confusion (since goocanvas1-lang would have been installed for libgoocanvas3).- Rename devel subpackage to libgoocanvas3-devel for the same reason.- Change Requires for lang subpackage to a Recommends, as the translations are not mandatory.- Do not add explicit Requires for cairo-devel, gtk2-devel, pkg-config in the devel subpackage: they will automatically be added the pkgconfig() way.
* Mon May 02 2011 vuntzAATTopensuse.org- Update to version 1.0.0: + Added \"alpha\" property to GooCanvasImage to set opacity. + Allow setting clip path to NULL to reset it. + Allow setting line dash to NULL to reset it. + Handle RTL direction better in GooCanvasTable. + Fixed GooCanvasGroup bug: use the correct scale argument in paint. + Fixed GooCanvasPolyline bug: update arrows when line width changes. + Fixed static items bug: don\'t clip incorrectly. + Improved performance a bit when creating lots of items.
* Mon Jul 20 2009 vuntzAATTnovell.com- Update to version 0.15: + Fixed a bug that caused a hang when using GooCanvasWidget with accessibility support turned on. + Added \"scale-to-fit\" property to GooCanvasImage, to scale the image to the \"width\" and \"height\" settings, instead of just clipping.
* Sun Mar 15 2009 vuntzAATTnovell.com- Update to version 0.14: + Added support for tooltips. + Added \"x\", \"y\", \"width\" and \"height\" properties to items that didn\'t have them. + Fixed bug in goo_canvas_convert_from_item_space(). + Added \"scroll-event\" signal to GooCanvasItem.- Remove unneeded BuildRequires: gtk-doc.- Remove goocanvas package since it only contains data that should be in libgoocanvas3 now. Have libgoocanvas3 Obsolete/Provide it.- Merge -doc into -devel as it only contained gtk-doc- Have the devel package requires libgoocanvas3.- Remove AutoReqProv: it\'s default now.
* Mon Feb 16 2009 sbrabecAATTsuse.cz- Added support for translation-update-upstream (FATE#301344).
* Wed Dec 31 2008 mbomanAATTsuse.de- Update to version 0.13: + New GooCanvasGrid item for drawing grids on the canvas. + Support for static items that don\'t move as the canvas is zoomed and scrolled (this is a bit experimental). + Font hinting is not turned off any more - this means smaller text should be more readable. Hopefully it doesn\'t affect text layout. + Fixed a few GooCanvasTable drawing bugs. + Fixed GooCanvasText drawing, when align is set. + Fixed GooCanvasPolyline is_item_at() code, so the fill isn\'t tested. + Added \"animation-finished\" signals to GooCanvasItem & Model.
* Fri Oct 03 2008 mbomanAATTsuse.de- Update to version 0.12: + Fixed redraws of tables after updates. + Fixed problems compiling with libtool 2.2.