Hello community,

here is the log from the commit of package gnumeric for openSUSE:Factory 
checked in at 2012-10-03 07:23:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnumeric (Old)
 and      /work/SRC/openSUSE:Factory/.gnumeric.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnumeric/gnumeric.changes        2012-07-30 
09:13:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnumeric.new/gnumeric.changes   2012-10-03 
07:23:23.000000000 +0200
@@ -1,0 +2,66 @@
+Sun Sep 16 16:19:17 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.11.6:
+  + Some documentation updates.
+  + Fix implicit ')' for array functions. (bgo#680548)
+  + Add FLIP function. (bgo#680511)
+  + Allow unordered abscissae in INTERPOLATION. (bgo#680510)
+  + Fix INTERPOLATION crash. (bgo#680711)
+  + Suppress range markers that should be in an external workbook.
+    (bgo#680718)
+  + Fix layering of sheet objects in ODF export and import.
+    (bgo#681009)
+  + Export/import opacity of fill-colours to/from ODF. (bgo#681009)
+  + Some basic custom-shape support in ODF import.
+  + Map captions onto text rectangles on ODF import.
+  + Add new autofilter op. (bgo#647401)
+  + Provide new saver for uncompressed Gnumeric xml. (bgo#672622)
+  + Do not change workbook save info when exporting. (bgo#672323)
+  + Fix format selection on export. (bgo#681316)
+  + Add Repeat Export menu item. (bgo#594154)
+  + Fix component references issues. (bgo#680190)
+  + Fix linear averaging interpolation. (bgo#680723, bgo#680918)
+  + Support semi-transparent fonts in cells. (bgo#678176)
+  + Fix sheet object frame label change. (bgo#681307)
+  + Fix xls read crash.  (bgo#679992)
+  + Dependents code cleanups.
+  + Make cells regular dependents.
+  + Fix non-linear solver crash.  (bgo#680719)
+  + Improve inter-workbook recalculations.
+
+-------------------------------------------------------------------
+Thu Aug 16 12:02:12 UTC 2012 - dims...@opensuse.org
+
+- Update to version 1.11.5:
+  + Add support for introspection (bgo#670271)
+  + Teach non-linear solver about constraints (bgo#620368)
+  + Avoid too many hash collissions for dense sheets
+  + Speed up operations that iterate over cells in large areas
+  + Fix problems with linear solvers and cross-sheet target
+  + Fix python-loader vs. goffice interface problem
+  + Add solver report
+  + Solver translation fixes
+- Changes frmo version 1.11.4:
+  + ODF import and export improvements (bgo#672815, bgo#675820,
+    bgo#675821, bgo#676063, bgo#676064, bgo#676289, bgo#676441,
+    bgo#676339, bgo#676535, bgo#676596)
+  + Export in-cell font colours (bgo#675210)
+  + Fix warning on column insertion (bgo#675224)
+  + Add underline button to formatted text dialog for sheet
+    objects, commemts, etc
+  + Fix consolidate tool (bgo#670155)
+  + Fix Wilcoxon Mann Whitney Test in the presence of empty cells
+  + Add single sample t-test
+  + Improve Mann-Whitney test to allow for two separate data ranges
+  + Fix fullscreen criticals
+  + Other bugs fixed: bgo#677956, bgo#677967, bgo#674814,
+    bgo#625702, bgo#678258, bgo#678259, bgo#678520, bgo#675913,
+    bgo#648676, bgo#675089, bgo#675000, bgo#674914, bgo#674954,
+    bgo#675955, bgo#678580.
+- Replace python-gobject2-devel BuildRequires with
+  pkgconfig(pygobject-3.0): Upstream ported to gtk+ 3.0
+- Add pkgconfig(gobject-introspection-1.0) BuildRequires: enable
+  the new introspection support. Note: This is currently commented
+  out, as the support is not functional yet (bgo#684159).
+
+-------------------------------------------------------------------

Old:
----
  gnumeric-1.11.3.tar.xz

New:
----
  gnumeric-1.11.6.tar.xz

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

Other differences:
------------------
++++++ gnumeric.spec ++++++
--- /var/tmp/diff_new_pack.b9FQd9/_old  2012-10-03 07:23:25.000000000 +0200
+++ /var/tmp/diff_new_pack.b9FQd9/_new  2012-10-03 07:23:25.000000000 +0200
@@ -17,8 +17,9 @@
 
 
 Name:           gnumeric
-Version:        1.11.3
+Version:        1.11.6
 Release:        0
+# FIXME: Enable gobject-introspection when build succeeds (bgo#684159)
 Summary:        Spreadsheet Application
 License:        GPL-2.0 or GPL-3.0
 Group:          Productivity/Office/Spreadsheets
@@ -30,17 +31,19 @@
 BuildRequires:  libgsf-devel
 BuildRequires:  psiconv-devel
 BuildRequires:  python-devel
-BuildRequires:  python-gobject2-devel
 BuildRequires:  scrollkeeper
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0) >= 2.28.0
+# gobject introspection currently disabled... build fails
+#BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 1.0.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.0.0
-BuildRequires:  pkgconfig(libgoffice-0.10) >= 0.9.3
-BuildRequires:  pkgconfig(libgsf-1) >= 1.14.18
+BuildRequires:  pkgconfig(libgoffice-0.10) >= 0.9.6
+BuildRequires:  pkgconfig(libgsf-1) >= 1.14.24
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.4.12
 BuildRequires:  pkgconfig(pango) >= 1.24.0
 BuildRequires:  pkgconfig(pangocairo) >= 1.24.0
+BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
 Recommends:     %{name}-lang
 Recommends:     ghostscript-fonts-std
 Recommends:     liberation-fonts
@@ -132,19 +135,15 @@
 
 %post
 /sbin/ldconfig
-%if 0%{?suse_version} > 1130
 %glib2_gsettings_schema_post
 %desktop_database_post
 %icon_theme_cache_post
-%endif
 
 %postun
 /sbin/ldconfig
-%if 0%{?suse_version} > 1130
 %glib2_gsettings_schema_postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files
 %defattr(-, root, root)

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

Reply via email to