Changelog for
libgoocanvas-2_0-9-2.0.2-1.1.x86_64.rpm :
Mon Nov 4 13:00:00 2013 dimstarAATTopensuse.org
- Update to version 2.0.2:
+ Fixed the drawing code to work with GTK+ 3.10.
+ Added/fixed a few introspection flags. GooCanvasLineDash should
now be usable via introspection.
- Drop goocanvas-introspection.patch: fixed upstream.
Sat Sep 21 14:00:00 2013 dimstarAATTopensuse.org
- Change RPM Group of shared library package to System/Libraries.
Sat Mar 30 13:00:00 2013 dimstarAATTopensuse.org
- Re-enable introspection:
+ change with_introspection to 1.
+ Add goocanvas-introspection.patch: fix building the
introspection.
Wed Mar 27 13:00:00 2013 dimstarAATTopensuse.org
- Introduce with_introspection defines to conditionally:
+ Add gobject-introspection-devel BuildRequires.
+ Pass --enable-introspection/--disable-introspection to
configure.
+ Create typelib-1_0-GooCanvas-2_0 subpackage (and require it
from the -devel package).
Fri Mar 1 13:00:00 2013 dimstarAATTopensuse.org
- Spec-cleanup using format_spec_file service.
Thu Dec 8 13:00:00 2011 dimstarAATTopensuse.org
- Split typelib file into typelib-1_0-GooCanvas-2_0 subpackage.
- Add typelib-1_0-GooCanvas-2_0 Requires to devel subpackage.
Sun Oct 9 14:00:00 2011 zaitorAATTopensuse.org
- Update to version 2.0.1:
+ Added GObject introspection support, though a few issues
remain.
+ Fixed bounds calculation of text items in tables, when \"height\"
is set.
+ Fixed layout of center/right-aligned text in tables.
+ Improved handling of image pixbuf sizes when using units other
than pixels.
+ Added GdkRGBA variants of all color properties.
- Add gobject-introspection-devel BuildRequires to build
introspection data.
Wed Jun 8 14:00:00 2011 vuntzAATTopensuse.org
- Add a goocanvas Provides to libgoocanvas-2_0-9 so that the lang
package is installable.
Wed Jun 1 14:00:00 2011 dimstarAATTopensuse.org
- Update to version 2.0.0:
+ Ported to GTK+ 3.0.
+ Can be installed with GooCanvas 1.0.x without conflicting.
- Move to pkgconfig()-style BuildRequires and GNOME 3:
+ Old ones: cairo-devel, gtk2-devel.
+ New ones: cairo, gtk+-3.0.
- Rename libgoocanvas3 to libgoocanvas-2_0-9 following the library
name change.
- Do not add explicit Requires for cairo-devel, gtk2-devel,
pkg-config in the devel subpackage: they will automatically be
added the pkgconfig() way.
- Remove Provides/Obsoletes for goocanvas-doc and goocanvas, as
they were only needed for goocanvas 1.x.
- Change Requires for lang subpackage to a Recommends, as the
translations are not mandatory.
Mon May 2 14:00:00 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 14:00:00 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 13:00:00 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.