Hello community,

here is the log from the commit of package goffice for openSUSE:Factory checked 
in at 2012-06-06 16:06:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/goffice (Old)
 and      /work/SRC/openSUSE:Factory/.goffice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "goffice", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/goffice/goffice.changes  2012-03-16 
13:15:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.goffice.new/goffice.changes     2012-06-06 
16:06:53.000000000 +0200
@@ -1,0 +2,26 @@
+Wed Apr 25 20:42:01 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.9.3:
+  + Add introspection support. [bgo#670161]
+  + Fix output of scientific number formats to ODF. [bgo#672353]
+  + Do not unneccessarily include numbers in number formats when
+    exporting to ODF. [bgo#671860]
+  + Fix GOImage fallback for non-GUI case.
+  + Tweak bold attribute for rich text.
+  + Fix minor multihead issue with help buttons in dialogs.
+  + Eliminate GoComboText, use GtkComboBoxText instead.
+  + Avoid critical in GOPixbuf code.
+  + Work around intltool bug. [bgo#672771]
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Add pkgconfig(gobject-introspection-1.0) BuildRequires to build
+  introspection support.
+- Change license from GPL-2.0 to "GPL-2.0 or GPL-3.0", following
+  upstream change.
+- Enable introspection support:
+  + Create typelib-1_0-GOffice-0_10 subpackage.
+  + Add typelib-1_0-GOffice-0_10 Requires to devel subpackage.
+  + Only do this on openSUSE > 12.1, as we need libgsf with
+    introspection support.
+
+-------------------------------------------------------------------

Old:
----
  goffice-0.9.2.tar.xz

New:
----
  goffice-0.9.3.tar.xz

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

Other differences:
------------------
++++++ goffice.spec ++++++
--- /var/tmp/diff_new_pack.u7LRce/_old  2012-06-06 16:06:55.000000000 +0200
+++ /var/tmp/diff_new_pack.u7LRce/_new  2012-06-06 16:06:55.000000000 +0200
@@ -17,25 +17,28 @@
 
 
 Name:           goffice
-Version:        0.9.2
+Version:        0.9.3
 Release:        0
+# FIXME: when ghostscript-devel >= 9.06 is in Factory, uncomment BuildRequires 
(needed to support embedded EPS) (2012-04-25: we have ghostscript 9.05)
 Summary:        GLib/GTK+ Set of Document-Centric Objects and Utilities
-License:        GPL-2.0
+License:        GPL-2.0 or GPL-3.0
 Group:          System/GUI/GNOME
 Url:            http://www.gnumeric.org/
 Source:         
http://download.gnome.org/sources/goffice/0.9/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
+#BuildRequires:  ghostscript-devel >= 9.06
 BuildRequires:  intltool
 BuildRequires:  libgsf-devel
 BuildRequires:  translation-update-upstream
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(cairo) >= 1.10.0
 BuildRequires:  pkgconfig(cairo-pdf) >= 1.10.0
 BuildRequires:  pkgconfig(cairo-ps) >= 1.10.0
 BuildRequires:  pkgconfig(cairo-svg) >= 1.10.0
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0) >= 2.22.0
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
+%if 0%{?suse_version} > 1210
+BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.31.10
+%endif
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.22.0
 BuildRequires:  pkgconfig(libspectre) >= 0.2.6
@@ -45,16 +48,12 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-These are common operations for document-centric applications that
-   are conceptually simple, but complex to implement fully. -
-   Plug-ins
-
-- Load and save documents
-
-- Undo and redo
-
 GOffice is a GLib/GTK+ set of document-centric objects and utilities.
 
+These are common operations for document-centric applications that are
+conceptually simple, but complex to implement fully: plug-ins, load and
+save documents, undo and redo.
+
 %package -n libgoffice-0_10-9
 Summary:        GLib/GTK+ Set of Document-Centric Objects and Utilities
 Group:          System/Libraries
@@ -63,20 +62,30 @@
 Provides:       %{name} = %{version}
 
 %description -n libgoffice-0_10-9
-These are common operations for document-centric applications that
-   are conceptually simple, but complex to implement fully. -
-   Plug-ins
-
-- Load and save documents
+GOffice is a GLib/GTK+ set of document-centric objects and utilities.
 
-- Undo and redo
+These are common operations for document-centric applications that are
+conceptually simple, but complex to implement fully: plug-ins, load and
+save documents, undo and redo.
+
+%if 0%{?suse_version} > 1210
+%package -n typelib-1_0-GOffice-0_10
+Summary:        GLib/GTK+ Set of Document-Centric Objects and Utilities -- 
Introspection bindings
+Group:          System/Libraries
 
+%description -n typelib-1_0-GOffice-0_10
 GOffice is a GLib/GTK+ set of document-centric objects and utilities.
 
+This package provides the GObject Introspection bindings for GOffice.
+%endif
+
 %package devel
 Summary:        Development files for goffice
 Group:          Development/Libraries/GNOME
 Requires:       libgoffice-0_10-9 = %{version}
+%if 0%{?suse_version} > 1210
+Requires:       typelib-1_0-GOffice-0_10 = %{version}
+%endif
 Obsoletes:      goffice-doc < %{version}
 Provides:       goffice-doc = %{version}
 
@@ -112,7 +121,7 @@
 
 %files -n libgoffice-0_10-9
 %defattr (-, root, root)
-%doc AUTHORS BUGS COPYING ChangeLog MAINTAINERS NEWS README
+%doc AUTHORS BUGS COPYING COPYING-gpl2 COPYING-gpl3 ChangeLog MAINTAINERS NEWS 
README
 %{_libdir}/libgoffice-0.10.so.*
 %dir %{_libdir}/goffice
 %{_libdir}/goffice/%{version}/
@@ -120,11 +129,18 @@
 %dir %{_libdir}/goffice/0.10
 %dir %{_libdir}/goffice/0.10/plugins
 
+%if 0%{?suse_version} > 1210
+%files -n typelib-1_0-GOffice-0_10
+%defattr (-, root, root)
+%{_libdir}/girepository-1.0/GOffice-0.10.typelib
+%endif
+
 %files devel
 %defattr (-, root, root)
 %{_includedir}/libgoffice-0.10/
 %{_libdir}/libgoffice-0.10.so
 %{_libdir}/pkgconfig/libgoffice-0.10.pc
+%{_datadir}/gir-1.0/GOffice-0.10.gir
 # Own these repositories to not depend on gtk-doc while building:
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to