Accepting request 947992 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/947992 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnumeric?expand=0&rev=184
This commit is contained in:
parent
a0125171d8
commit
5fe5bed1ad
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:758819ba1bd6983829f9e7c6d71a7fa20cd75a3652a271e5bb003d5d8bcc14b8
|
||||
size 18062104
|
3
gnumeric-1.12.51.tar.xz
Normal file
3
gnumeric-1.12.51.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a00e6c6e4ecddadabd9b0ae18013d7b05937fdcb8f9aad5a73b95923c7aeb1dd
|
||||
size 18117120
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 15:43:57 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.12.51:
|
||||
+ Fix error bars when data are in a multi-column array.
|
||||
+ Always set the GO_DATA_HAS_VALUE flag when needed.
|
||||
+ Fix --with-long-double configuration.
|
||||
+ Fix applix import/locale problem.
|
||||
+ Make sure CEIL doesn't return -0.
|
||||
+ Add ILOG function.
|
||||
+ Fix MROUND.
|
||||
+ Take evasive action re g_memdup.
|
||||
+ Fix inter-gnumeric array formula paste crash.
|
||||
+ Avoid re-querying file existance for recent files.
|
||||
+ Fix rich-text rendering (based on work of Jean).
|
||||
+ Fix crash with conditional styling.
|
||||
+ Extend BITOR, BITAND, BITXOR to any numbers of arguments.
|
||||
+ Fix ods export leak.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 19:52:55 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnumeric
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnumeric
|
||||
Version: 1.12.50
|
||||
Version: 1.12.51
|
||||
Release: 0
|
||||
Summary: Spreadsheet Application
|
||||
License: GPL-2.0-only OR GPL-3.0-only
|
||||
@ -46,7 +46,7 @@ BuildRequires: pkgconfig(gthread-2.0) >= 2.38.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.8.7
|
||||
BuildRequires: pkgconfig(libgda-6.0) >= 6.0.0
|
||||
BuildRequires: pkgconfig(libgda-ui-6.0) >= 6.0.0
|
||||
BuildRequires: pkgconfig(libgoffice-0.10) >= 0.10.50
|
||||
BuildRequires: pkgconfig(libgoffice-0.10) >= 0.10.51
|
||||
BuildRequires: pkgconfig(libgsf-1) >= 1.14.33
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.12
|
||||
BuildRequires: pkgconfig(pango) >= 1.24.0
|
||||
|
Loading…
Reference in New Issue
Block a user