This commit is contained in:
parent
2c6fff0606
commit
c6b3d686c3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e3f5df05091d2a75f6f48ca9ea3636618974d8f13c788489c9ecdd71d767779d
|
|
||||||
size 15916391
|
|
3
gnumeric-1.9.8.tar.bz2
Normal file
3
gnumeric-1.9.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:342b365e66bd2150cf4fab7c30c91d76a40a309f563cfb91b2907fc0da1f9040
|
||||||
|
size 15996970
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 24 14:06:26 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 1.9.8:
|
||||||
|
+ Save and load text formatting of comments and of sheet object
|
||||||
|
labels [bgo#580979, bgo#580838]
|
||||||
|
+ Lots of improvements to the ODF exporter [bgo#581937,
|
||||||
|
bgo#553508, bgo#582903]
|
||||||
|
+ Some improvements to the ODF importer [bgo#581953]
|
||||||
|
+ Some improvements to the xlsx exporter [bgo#569862, bgo#581896]
|
||||||
|
+ Write some character based formats to HTML files. [bgo#582118]
|
||||||
|
+ Closer to a turnkey win32 build.
|
||||||
|
+ Optimize styles on load.
|
||||||
|
+ Prune fn-lookup caches in case someone is being silly.
|
||||||
|
+ Plug leak in HTML paste.
|
||||||
|
+ Respect the sheet size prefs for new blank workbooks.
|
||||||
|
+ Cache large ranges, possibly sorted.
|
||||||
|
+ Add progress display for OO import.
|
||||||
|
+ Improve ssindex' coverage.
|
||||||
|
+ Make it possible to have horizontal widgets too. [bgo#166487]
|
||||||
|
+ Fix sheet-object paste crash. [bgo#490479]
|
||||||
|
+ Fix critical in format dialog. [bgo#582890]
|
||||||
|
+ Turn WorkbookView into a more proper GObject.
|
||||||
|
+ Hide scrollbars as requested. [bgo#583005]
|
||||||
|
+ Fix date conventions in graphs.
|
||||||
|
+ Improve GUI for date/time axes. [bgo#574681]
|
||||||
|
+ Fix R1C1 issues.
|
||||||
|
+ Extend ssconvert to also merge multiple sheets. [bgo#581616]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 7 04:59:17 CEST 2009 - vuntz@novell.com
|
Thu May 7 04:59:17 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnumeric (Version 1.9.7)
|
# spec file for package gnumeric (Version 1.9.8)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -36,7 +36,7 @@ Group: Productivity/Office/Spreadsheets
|
|||||||
Provides: gnumeric2
|
Provides: gnumeric2
|
||||||
Obsoletes: gnumeric2
|
Obsoletes: gnumeric2
|
||||||
Summary: Spreadsheet Application
|
Summary: Spreadsheet Application
|
||||||
Version: 1.9.7
|
Version: 1.9.8
|
||||||
Release: 1
|
Release: 1
|
||||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.8/gnumeric-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.8/gnumeric-%{version}.tar.bz2
|
||||||
Url: http://www.gnumeric.org/
|
Url: http://www.gnumeric.org/
|
||||||
@ -254,6 +254,32 @@ fi
|
|||||||
%{_libdir}/gnumeric/*/include
|
%{_libdir}/gnumeric/*/include
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 24 2009 vuntz@novell.com
|
||||||
|
- Update to version 1.9.8:
|
||||||
|
+ Save and load text formatting of comments and of sheet object
|
||||||
|
labels [bgo#580979, bgo#580838]
|
||||||
|
+ Lots of improvements to the ODF exporter [bgo#581937,
|
||||||
|
bgo#553508, bgo#582903]
|
||||||
|
+ Some improvements to the ODF importer [bgo#581953]
|
||||||
|
+ Some improvements to the xlsx exporter [bgo#569862, bgo#581896]
|
||||||
|
+ Write some character based formats to HTML files. [bgo#582118]
|
||||||
|
+ Closer to a turnkey win32 build.
|
||||||
|
+ Optimize styles on load.
|
||||||
|
+ Prune fn-lookup caches in case someone is being silly.
|
||||||
|
+ Plug leak in HTML paste.
|
||||||
|
+ Respect the sheet size prefs for new blank workbooks.
|
||||||
|
+ Cache large ranges, possibly sorted.
|
||||||
|
+ Add progress display for OO import.
|
||||||
|
+ Improve ssindex' coverage.
|
||||||
|
+ Make it possible to have horizontal widgets too. [bgo#166487]
|
||||||
|
+ Fix sheet-object paste crash. [bgo#490479]
|
||||||
|
+ Fix critical in format dialog. [bgo#582890]
|
||||||
|
+ Turn WorkbookView into a more proper GObject.
|
||||||
|
+ Hide scrollbars as requested. [bgo#583005]
|
||||||
|
+ Fix date conventions in graphs.
|
||||||
|
+ Improve GUI for date/time axes. [bgo#574681]
|
||||||
|
+ Fix R1C1 issues.
|
||||||
|
+ Extend ssconvert to also merge multiple sheets. [bgo#581616]
|
||||||
* Thu May 07 2009 vuntz@novell.com
|
* Thu May 07 2009 vuntz@novell.com
|
||||||
- Update to version 1.9.7:
|
- Update to version 1.9.7:
|
||||||
+ Fix some divergence between character weight in the label
|
+ Fix some divergence between character weight in the label
|
||||||
|
Loading…
Reference in New Issue
Block a user