Accepting request 603687 from GNOME:Apps
New upstream release (forwarded request 603579 from iznogood) OBS-URL: https://build.opensuse.org/request/show/603687 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnumeric?expand=0&rev=112
This commit is contained in:
commit
b10c6e9db0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26cceb7fa97dc7eee7181a79a6251a85b1f1464dcaaaf7624829f7439c5f7d3f
|
||||
size 20040688
|
3
gnumeric-1.12.40.tar.xz
Normal file
3
gnumeric-1.12.40.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d2451ab9ea29bb8d6fe8173e6d3c9380cf64b140f4210943543e2353254ae7b
|
||||
size 18096164
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 3 09:01:45 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 1.12.40:
|
||||
+ Fix histogram tool for the case of no labels (bgo#795475).
|
||||
+ Introspection fixes.
|
||||
+ Add floating-point environment sanity check (bgo#794515).
|
||||
+ Before saving, verify that files hasn't changed on disk
|
||||
(bgo#334024).
|
||||
+ Add GUI for comparing sheets.
|
||||
+ Clean up workbook view construction.
|
||||
+ Test suite improvements.
|
||||
+ Fix problems with boxed types.
|
||||
+ Avoid most punting for object properties.
|
||||
+ Fix paste from LibreOffice.
|
||||
+ Fix paste to LibreOffice -- use Biff8 (bgo#795280).
|
||||
+ Allow inter-process paste-special (bgo#346630).
|
||||
+ Fix ssconvert --merge-to problem with names (bgo#795408).
|
||||
+ Fix problem with image pasting.
|
||||
+ Allow pasting an image into Gnumeric (bgo#366816).
|
||||
+ Full-column paste includes column width (bgo#121722).
|
||||
+ Auto-fix shared array formulas in gnumeric files.
|
||||
+ No-net-access doc build (bgo#790226).
|
||||
+ No-net test suite fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 20 17:14:28 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnumeric
|
||||
Version: 1.12.39
|
||||
Version: 1.12.40
|
||||
Release: 0
|
||||
Summary: Spreadsheet Application
|
||||
License: GPL-2.0-only OR GPL-3.0-only
|
||||
@ -44,7 +44,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.38
|
||||
BuildRequires: pkgconfig(libgoffice-0.10) >= 0.10.40
|
||||
BuildRequires: pkgconfig(libgsf-1) >= 1.14.33
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.12
|
||||
BuildRequires: pkgconfig(pango) >= 1.24.0
|
||||
@ -163,7 +163,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files
|
||||
%license COPYING COPYING-gpl2 COPYING-gpl3
|
||||
%doc AUTHORS BEVERAGES BUGS HACKING MAINTAINERS NEWS README ChangeLog OChangeLog*
|
||||
%doc AUTHORS BEVERAGES BUGS HACKING MAINTAINERS NEWS README ChangeLog
|
||||
%dir %{_datadir}/appdata/
|
||||
%{_datadir}/appdata/%{name}.appdata.xml
|
||||
%{_bindir}/*
|
||||
|
Loading…
Reference in New Issue
Block a user