Mailinglist Archive: opensuse-commit (1117 mails)

< Previous Next >
commit goffice for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 27 Feb 2009 14:02:26 +0100
  • Message-id: <20090227130227.22425678171@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package goffice for openSUSE:Factory
checked in at Fri Feb 27 14:02:26 CET 2009.


--------
--- GNOME/goffice/goffice.changes 2009-01-31 16:10:31.000000000 +0100
+++ /mounts/work_src_done/STABLE/goffice/goffice.changes 2009-02-26
04:26:04.000000000 +0100
@@ -1,0 +2,32 @@
+Thu Feb 26 04:13:28 CET 2009 - vuntz@xxxxxxxxxx
+
+- Update to version 0.7.3:
+ + Experimental support for equation using gmathml (disabled by
+ default)
+ + Add --without-long-double option. [bgo#557045]
+ + Fixed various regressions in contour plots.
+ + Add XYZ series based contour plots.
+ + Drop the libgome dependency. [bgo#558709]
+ + Made spline interpolation really use Bezier cubic splines.
+ + Add closed Bezier and cubic spline interpolation.
+ + Make drop lines go to the axis instead of chart bottom (or
+ left).
+ + Make possible to add an application specific custom widget to
+ the graph editor.
+ + Fixed critical in graph_typeselect_minor. [bgo#567931]
+ + Fixed crash when adding series to bar chart. [bgo#572354]
+ + Plug leaks.
+ + Fix memory corruption issue. [bgo#561708]
+ + Fix problem with formats like "0.0E-00". [bgo#563601]
+ + Put the old 29-Feb-1900 problem to rest.
+ + Fix fd://<n> uris after lobognomification.
+ + Fix doc build with respect to the mathml stuff. [bgo#572483]
+ + Clean up glib includes. [bgo#564021]
+- Remove BuildRequires: gtk-doc, libgnomeui-devel
+- Remove Requires of the devel package: libart_lgpl-devel,
+ libbz2-devel, libgnome
+- Merge the doc package in the devel package, and add the relevant
+ Obsoletes/Provides.
+- Remove unneeded autoreconf/intltoolize calls.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
goffice-0.7.2.tar.bz2

New:
----
goffice-0.7.3.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ goffice.spec ++++++
--- /var/tmp/diff_new_pack.nr5394/_old 2009-02-27 14:02:13.000000000 +0100
+++ /var/tmp/diff_new_pack.nr5394/_new 2009-02-27 14:02:13.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package goffice (Version 0.7.2)
+# spec file for package goffice (Version 0.7.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,10 +19,15 @@


Name: goffice
-BuildRequires: fdupes gconf2-devel gtk-doc gtk2-devel intltool libglade2-devel
-BuildRequires: libgnomeui-devel libgsf-devel pcre-devel
-Version: 0.7.2
-Release: 3
+BuildRequires: fdupes
+BuildRequires: gconf2-devel
+BuildRequires: gtk2-devel
+BuildRequires: intltool
+BuildRequires: libglade2-devel
+BuildRequires: libgsf-devel
+BuildRequires: pcre-devel
+Version: 0.7.3
+Release: 1
Url: http://www.gnumeric.org/
Group: System/GUI/GNOME
License: GPL v2 only; GPL v2 or later
@@ -56,7 +61,9 @@
License: GPL v2 or later
Group: Development/Libraries/GNOME
Summary: Development files for goffice
-Requires: %{name} = %{version} cairo-devel gconf2-devel glib2-devel
gtk2-devel libart_lgpl-devel libbz2-devel libglade2-devel libgnomeui-devel
libgsf-devel libxml2-devel pango-devel pcre-devel
+Requires: %{name} = %{version} cairo-devel gconf2-devel glib2-devel
gtk2-devel libglade2-devel libgsf-devel libxml2-devel pango-devel pcre-devel
+Obsoletes: goffice-doc < %{version}
+Provides: goffice-doc = %{version}

%description devel
GOffice is a GLib/GTK+ set of document-centric objects and utilities.
@@ -74,34 +81,11 @@
Morten Welinder
Chris Lahey

-%package doc
-License: GPL v2 or later
-Group: System/GUI/GNOME
-Summary: GLib/GTK+ Set of Document-Centric Objects and Utilities
-Requires: %{name} = %{version}
-
-%description doc
-GOffice is a GLib/GTK+ set of document-centric objects and utilities.
-
-This package contains the goffice documentation.
-
-
-
-Authors:
---------
- Jody Goldberg
- Jean Brefort
- Emmanuel Pacaud
- Morten Welinder
- Chris Lahey
-
%lang_package
%prep
%setup -q

%build
-autoreconf -f -i
-intltoolize --force
%configure --disable-static --with-pic
make %{?jobs:-j%jobs}

@@ -135,12 +119,41 @@
%{_includedir}/*
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
-
-%files doc
-%defattr (-, root, root)
-%{_prefix}/share/gtk-doc/html/goffice-0.8
+# Own these repositories to not depend on gtk-doc while building:
+%dir %{_datadir}/gtk-doc
+%dir %{_datadir}/gtk-doc/html
+%{_datadir}/gtk-doc/html/goffice-0.8

%changelog
+* Thu Feb 26 2009 vuntz@xxxxxxxxxx
+- Update to version 0.7.3:
+ + Experimental support for equation using gmathml (disabled by
+ default)
+ + Add --without-long-double option. [bgo#557045]
+ + Fixed various regressions in contour plots.
+ + Add XYZ series based contour plots.
+ + Drop the libgome dependency. [bgo#558709]
+ + Made spline interpolation really use Bezier cubic splines.
+ + Add closed Bezier and cubic spline interpolation.
+ + Make drop lines go to the axis instead of chart bottom (or
+ left).
+ + Make possible to add an application specific custom widget to
+ the graph editor.
+ + Fixed critical in graph_typeselect_minor. [bgo#567931]
+ + Fixed crash when adding series to bar chart. [bgo#572354]
+ + Plug leaks.
+ + Fix memory corruption issue. [bgo#561708]
+ + Fix problem with formats like "0.0E-00". [bgo#563601]
+ + Put the old 29-Feb-1900 problem to rest.
+ + Fix fd://<n> uris after lobognomification.
+ + Fix doc build with respect to the mathml stuff. [bgo#572483]
+ + Clean up glib includes. [bgo#564021]
+- Remove BuildRequires: gtk-doc, libgnomeui-devel
+- Remove Requires of the devel package: libart_lgpl-devel,
+ libbz2-devel, libgnome
+- Merge the doc package in the devel package, and add the relevant
+ Obsoletes/Provides.
+- Remove unneeded autoreconf/intltoolize calls.
* Sat Jan 31 2009 vuntz@xxxxxxxxxx
- Use sr@latin instead of sr@Latn.
* Sun Jan 25 2009 vuntz@xxxxxxxxxx

++++++ goffice-0.7.2.tar.bz2 -> goffice-0.7.3.tar.bz2 ++++++
++++ 179140 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread