Accepting request 560746 from GNOME:Apps
OBS-URL: https://build.opensuse.org/request/show/560746 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnumeric?expand=0&rev=108
This commit is contained in:
commit
d78f25c342
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40371b9587857deefb0d1df950c3e02228d3f9b56def2e3aa86736ee24292468
|
||||
size 20039012
|
3
gnumeric-1.12.38.tar.xz
Normal file
3
gnumeric-1.12.38.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3435d7d93a47a32764b1ec2d03f7fbb348a97af52530815e49370803a1a69c65
|
||||
size 19807364
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 29 20:52:16 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 1.12.38:
|
||||
+ Avoid large stack use here and there.
|
||||
+ Test suite improvements.
|
||||
+ Improve sylk writer. Don't ask.
|
||||
+ Teach ssdiff about column/row sizes.
|
||||
+ Teach ssdiff about defined names.
|
||||
+ Fix a few ssdiff crashes.
|
||||
+ Fix crash on text import.
|
||||
- Use plain make call again, fix build for old versions of
|
||||
openSUSE.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 2 21:24:43 UTC 2017 - luc14n0@linuxmail.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnumeric
|
||||
Version: 1.12.37
|
||||
Version: 1.12.38
|
||||
Release: 0
|
||||
Summary: Spreadsheet Application
|
||||
License: GPL-2.0 or GPL-3.0
|
||||
@ -46,7 +46,7 @@ BuildRequires: pkgconfig(gthread-2.0) >= 2.38.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.28
|
||||
BuildRequires: pkgconfig(libgoffice-0.10) >= 0.10.38
|
||||
BuildRequires: pkgconfig(libgsf-1) >= 1.14.33
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.12
|
||||
BuildRequires: pkgconfig(pango) >= 1.24.0
|
||||
@ -151,7 +151,7 @@ autoreconf -fiv
|
||||
%configure\
|
||||
--disable-static
|
||||
# --enable-pdfdocs
|
||||
%make_build
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
Loading…
Reference in New Issue
Block a user