Accepting request 135994 from GNOME:Apps

Resubmit post review (forwarded request 135993 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/135994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnumeric?expand=0&rev=67
This commit is contained in:
Stephan Kulow 2012-10-03 05:23:21 +00:00 committed by Git OBS Bridge
commit 66ab5dd402
4 changed files with 76 additions and 11 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2f00e4753e8dfe95b7a98a6c254b1c23dca9835303692805ff463a2d66274c1
size 14528388

3
gnumeric-1.11.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fcc37d52a49eeb020653bd4c9561f8dbe8bbdb0452fc535bcadb15bb00a0385
size 14715156

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
Sun Sep 16 16:19:17 UTC 2012 - dimstar@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 - dimstar@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).
-------------------------------------------------------------------
Tue Jul 24 20:40:40 UTC 2012 - dimstar@opensuse.org

View File

@ -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: libgda-devel
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 @@ rm -rf %{buildroot}
%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)