commit goocanvas for openSUSE:Factory
Hello community, here is the log from the commit of package goocanvas for openSUSE:Factory checked in at Fri Mar 27 00:23:43 CET 2009. -------- --- GNOME/goocanvas/goocanvas.changes 2009-02-16 18:01:14.000000000 +0100 +++ goocanvas/goocanvas.changes 2009-03-15 18:50:22.000000000 +0100 @@ -1,0 +2,16 @@ +Sun Mar 15 18:41:21 CET 2009 - vuntz@novell.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. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- goocanvas-0.13.tar.bz2 New: ---- goocanvas-0.14.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ goocanvas.spec ++++++ --- /var/tmp/diff_new_pack.S20341/_old 2009-03-27 00:18:34.000000000 +0100 +++ /var/tmp/diff_new_pack.S20341/_new 2009-03-27 00:18:34.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package goocanvas (Version 0.13) +# spec file for package goocanvas (Version 0.14) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,20 +20,16 @@ Name: goocanvas BuildRequires: cairo-devel -BuildRequires: gtk-doc BuildRequires: gtk2-devel BuildRequires: translation-update-upstream Summary: A cairo-based canvas widget for GTK+ -Version: 0.13 -Release: 2 +Version: 0.14 +Release: 1 License: LGPL v2.1 or later Group: Development/Libraries/GNOME Source0: %{name}-%{version}.tar.bz2 Url: http://sourceforge.net/projects/goocanvas BuildRoot: %{_tmppath}/%{name}-%{version}-build -AutoReqProv: on -Requires: %{name}-lang = %{version} -Requires: libgoocanvas3 = %{version} %description GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it @@ -49,11 +45,12 @@ %package devel License: LGPL v2.0 only -Requires: %{name} = %{version} +Requires: libgoocanvas3 = %{version} Requires: cairo-devel gtk2-devel pkg-config Summary: A cairo-based canvas widget for GTK+ Group: Development/Libraries/GNOME -AutoReqProv: on +Provides: goocanvas-doc = %{version} +Obsoletes: goocanvas-doc < %{version} %description devel GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it @@ -67,30 +64,13 @@ -------- Damon Chaplin <damon@gnome.org> -%package doc -License: LGPL v2.0 only -Summary: A cairo-based caA cairo-based canvas widget for GTK+nvas widget for GTK+ -Group: Development/Libraries/GNOME -AutoReqProv: on -Requires: %{name} = %{version} - -%description doc -GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it -uses cairo for rendering, has an optional model/view split, and uses -interfaces for items & models (so you can easily turn any application -object into a canvas item or model). - - - -Authors: --------- - Damon Chaplin <damon@gnome.org> - %package -n libgoocanvas3 License: LGPL v2.0 only Summary: A cairo-based canvas widget for GTK+ Group: Development/Libraries/GNOME -Requires: %{name} >= %{version} +Provides: goocanvas = %{version} +Obsoletes: goocanvas < %{version} +Requires: %{name}-lang = %{version} %description -n libgoocanvas3 GooCanvas is similar in many ways to GnomeCanvas and FooCanvas. But it @@ -106,12 +86,12 @@ %lang_package %prep -%setup -n %{name}-%{version} +%setup -q translation-update-upstream %build %configure -CFLAGS=$RPM_OPT_FLAGS make +make %{?jobs:-j%jobs} %install %makeinstall @@ -125,12 +105,9 @@ %clean rm -rf $RPM_BUILD_ROOT -%files -%defattr(-, root, root) -%doc AUTHORS NEWS README TODO - %files -n libgoocanvas3 %defattr(-, root, root) +%doc AUTHORS NEWS README TODO %{_libdir}/*.so.* %files devel @@ -139,20 +116,27 @@ %{_includedir}/%{name}-1.0/*.h %{_libdir}/pkgconfig/*.pc %{_libdir}/*.so - -%files doc -%defattr(-, root, root) -%dir %{_datadir}/gtk-doc/html/goocanvas -%{_datadir}/gtk-doc/html/goocanvas/*.html -%{_datadir}/gtk-doc/html/goocanvas/*.sgml -%{_datadir}/gtk-doc/html/goocanvas/*.css -%{_datadir}/gtk-doc/html/goocanvas/*.png -%{_datadir}/gtk-doc/html/goocanvas/*.devhelp -%{_datadir}/gtk-doc/html/goocanvas/*.devhelp2 +# Own these repositories to not depend on gtk-doc while building: +%dir %{_datadir}/gtk-doc +%dir %{_datadir}/gtk-doc/html +%{_datadir}/gtk-doc/html/goocanvas %files lang -f %{name}.lang %changelog +* Sun Mar 15 2009 vuntz@novell.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 sbrabec@suse.cz - Added support for translation-update-upstream (FATE#301344). * Wed Dec 31 2008 mboman@suse.de ++++++ goocanvas-0.13.tar.bz2 -> goocanvas-0.14.tar.bz2 ++++++ ++++ 20982 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de