Accepting request 297950 from GNOME:Next
1 OBS-URL: https://build.opensuse.org/request/show/297950 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnumeric?expand=0&rev=119
This commit is contained in:
parent
1d9c1833d6
commit
c687c08c55
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6eed42120babb7b2a857115f2ad6320bf255c7bd71a939344e5a6df744a09ef4
|
||||
size 18460624
|
3
gnumeric-1.12.22.tar.xz
Normal file
3
gnumeric-1.12.22.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3908cfd6520b599eefefe222aadeaa5126394b54d9a9a7f5e0f938eb674dcf47
|
||||
size 18541384
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 18 17:21:45 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.12.22:
|
||||
+ Improve ODF import/export of additional axes (bgo#746321).
|
||||
+ Fix ODF export of styles for additional axes (bgo#746621).
|
||||
+ Simplify export of SEC and SECH to ODF (bgo#747211).
|
||||
+ Harden ODF import against fuzzed files (bgo#747447,
|
||||
bgo#747448).
|
||||
+ Fix ODF import/export of unlinked checkboxes and radio buttons.
|
||||
+ Plug leak in ODF import and export (bgo#747590).
|
||||
+ Improve pattern fill round trip through ODF.
|
||||
+ Fix export of Ring plots to ODF (bgo#747763).
|
||||
+ Fix import/export of Pie charts from/to ODF (bgo#747807).
|
||||
+ Add more determinism to ODF export (bgo#747916).
|
||||
+ Fix signal handling while running Python (bgo#744638).
|
||||
+ Implement absolute anchoring for sheet objects.
|
||||
+ Make graphs (and images) not resize with cells by default
|
||||
(bgo#684450).
|
||||
+ xlsx import/export of log axis.
|
||||
+ xlsx export of multiple plots in chart.
|
||||
+ Fix xlsx import of multiple axes.
|
||||
+ Fix xlsx title export problem.
|
||||
+ Fix xlsx export problem with series' style.
|
||||
+ Fix xlsx import/export of sheet tab text colour.
|
||||
+ Improve test suite.
|
||||
+ Actually implement DECIMAL.
|
||||
+ Fix BETA problem with special case.
|
||||
+ Fix MIDB and REPLACEB length check.
|
||||
+ Fix PERMUATIONA corner case.
|
||||
+ Fix RANDLOG.
|
||||
+ Fix RANDGEOM to use same distribution as R.DGEOM.
|
||||
+ Improve xlsx roundtrip of GOStyle.
|
||||
+ Improve reading of xlsx theme colours.
|
||||
+ Plug leaks.
|
||||
+ Fix REPLACEB problem (bgo#747210).
|
||||
+ Fix sheet filter problem.
|
||||
+ Minor R.DNORM improvement.
|
||||
+ Improve RAYLEIGH accuracy.
|
||||
+ Improve R.QCAUCHY accuracy.
|
||||
+ Add TANPI and COTPI functions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 09:12:42 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnumeric
|
||||
Version: 1.12.21
|
||||
Version: 1.12.22
|
||||
Release: 0
|
||||
Summary: Spreadsheet Application
|
||||
License: GPL-2.0 or GPL-3.0
|
||||
@ -36,7 +36,7 @@ BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.0.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.8.7
|
||||
BuildRequires: pkgconfig(libgda-5.0) >= 5.0.0
|
||||
BuildRequires: pkgconfig(libgda-ui-5.0) >= 5.0.0
|
||||
BuildRequires: pkgconfig(libgoffice-0.10) >= 0.10.21
|
||||
BuildRequires: pkgconfig(libgoffice-0.10) >= 0.10.22
|
||||
BuildRequires: pkgconfig(libgsf-1) >= 1.14.32
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.12
|
||||
BuildRequires: pkgconfig(pango) >= 1.24.0
|
||||
|
Loading…
Reference in New Issue
Block a user