This commit is contained in:
parent
df5931026e
commit
599e71b0e0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cf7d1c412a6efa9cecc4f37a44af9831ce790e09411c5cae859221b5a791237
|
||||
size 15866023
|
3
gnumeric-1.9.6.tar.bz2
Normal file
3
gnumeric-1.9.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00e3c9b36f0d5a393e8f9c948215e3b7d2d7bb1a9d22fb27d7993d71dbf88c7b
|
||||
size 15924653
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 27 10:52:52 CEST 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 1.9.6:
|
||||
+ Show sheet sizes in manage sheet dialog
|
||||
+ Write metadata from the property dialog to the files
|
||||
+ Complete the list sheet object configuration dialog
|
||||
[bgo#578557]
|
||||
+ Make all sheet object configurations undoable [bgo#114098]
|
||||
+ Quieten GTK warning [bgo#579152]
|
||||
+ Print text in sheet object label [bgo#144787]
|
||||
+ Implement editing of a sheet object label
|
||||
+ Include "italic", "strikethrough" and "bold" buttons in the
|
||||
properties dialog for sheet object labels
|
||||
+ Variable sheet sizes.
|
||||
+ Fixed libspredsheet.pc. [bgo#575390]
|
||||
+ Improve xml probing for 2003-spreadsheetml.
|
||||
+ More 2003-spreadsheetml formats.
|
||||
+ New calendar template
|
||||
+ Handle elapsed time formats better on text export.
|
||||
+ Plug leak.
|
||||
+ Fix mps loading crash. [bgo#577138]
|
||||
+ Improve XIRR a bit.
|
||||
+ Fix Applix loading crash. [bgo#577145]
|
||||
+ Fix Lotus loading crash. [bgo#577156]
|
||||
+ Fix XLS loading crashes. [bgo#577205, bgo#577208, bgo#577259,
|
||||
bgo#577260, bgo#577348, bgo#577351, bgo#577399, bgo#577400,
|
||||
bgo#577503, bgo#577504]
|
||||
+ Add sorted sheet list to tab menu.
|
||||
+ Fix criticals during Lotus load.
|
||||
+ Clean up Sheet object.
|
||||
+ Clean up str.h usage.
|
||||
+ Load csv and txt files into sheets as big as needed. [Part of
|
||||
bgo#168875]
|
||||
+ Implement sheet resize.
|
||||
+ Fix validation problem. [bgo#580157]
|
||||
+ Move to libgda4.
|
||||
- Change libgnomedb3-devel BuildRequires to libgnomedb-devel to use
|
||||
libgda4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 23 14:52:50 CET 2009 - vuntz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnumeric (Version 1.9.5)
|
||||
# spec file for package gnumeric (Version 1.9.6)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -24,7 +24,7 @@ BuildRequires: gconf2-devel
|
||||
BuildRequires: goffice-devel
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libgnomedb3-devel
|
||||
BuildRequires: libgnomedb-devel
|
||||
BuildRequires: psiconv-devel
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-gobject2-devel
|
||||
@ -36,7 +36,7 @@ Group: Productivity/Office/Spreadsheets
|
||||
Provides: gnumeric2
|
||||
Obsoletes: gnumeric2
|
||||
Summary: Spreadsheet Application
|
||||
Version: 1.9.5
|
||||
Version: 1.9.6
|
||||
Release: 1
|
||||
Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.8/gnumeric-%{version}.tar.bz2
|
||||
Url: http://www.gnumeric.org/
|
||||
@ -254,6 +254,43 @@ fi
|
||||
%{_libdir}/gnumeric/*/include
|
||||
|
||||
%changelog
|
||||
* Mon Apr 27 2009 vuntz@novell.com
|
||||
- Update to version 1.9.6:
|
||||
+ Show sheet sizes in manage sheet dialog
|
||||
+ Write metadata from the property dialog to the files
|
||||
+ Complete the list sheet object configuration dialog
|
||||
[bgo#578557]
|
||||
+ Make all sheet object configurations undoable [bgo#114098]
|
||||
+ Quieten GTK warning [bgo#579152]
|
||||
+ Print text in sheet object label [bgo#144787]
|
||||
+ Implement editing of a sheet object label
|
||||
+ Include "italic", "strikethrough" and "bold" buttons in the
|
||||
properties dialog for sheet object labels
|
||||
+ Variable sheet sizes.
|
||||
+ Fixed libspredsheet.pc. [bgo#575390]
|
||||
+ Improve xml probing for 2003-spreadsheetml.
|
||||
+ More 2003-spreadsheetml formats.
|
||||
+ New calendar template
|
||||
+ Handle elapsed time formats better on text export.
|
||||
+ Plug leak.
|
||||
+ Fix mps loading crash. [bgo#577138]
|
||||
+ Improve XIRR a bit.
|
||||
+ Fix Applix loading crash. [bgo#577145]
|
||||
+ Fix Lotus loading crash. [bgo#577156]
|
||||
+ Fix XLS loading crashes. [bgo#577205, bgo#577208, bgo#577259,
|
||||
bgo#577260, bgo#577348, bgo#577351, bgo#577399, bgo#577400,
|
||||
bgo#577503, bgo#577504]
|
||||
+ Add sorted sheet list to tab menu.
|
||||
+ Fix criticals during Lotus load.
|
||||
+ Clean up Sheet object.
|
||||
+ Clean up str.h usage.
|
||||
+ Load csv and txt files into sheets as big as needed. [Part of
|
||||
bgo#168875]
|
||||
+ Implement sheet resize.
|
||||
+ Fix validation problem. [bgo#580157]
|
||||
+ Move to libgda4.
|
||||
- Change libgnomedb3-devel BuildRequires to libgnomedb-devel to use
|
||||
libgda4.
|
||||
* Mon Mar 23 2009 vuntz@novell.com
|
||||
- Update to version 1.9.5:
|
||||
+ Fix style critical on latex export [bgo#574125]
|
||||
@ -307,7 +344,7 @@ fi
|
||||
* Tue Mar 10 2009 vuntz@novell.com
|
||||
- Use --with-gnome because we really want gnumeric to use gconf.
|
||||
- Add libgnomeui-devel BuildRequires.
|
||||
* Fri Feb 27 2009 vuntz@novell.com
|
||||
* Sat Feb 28 2009 vuntz@novell.com
|
||||
- Update to version 1.9.4:
|
||||
+ Many changes. See NEWS for the complete details. The following
|
||||
changes are worth mentioning:
|
||||
@ -354,7 +391,7 @@ fi
|
||||
- Fixed gcc 4.3 issues for beta.
|
||||
* Thu Oct 11 2007 sbrabec@suse.cz
|
||||
- Removed bogus dependency on mDNSResponder.
|
||||
* Tue Aug 07 2007 maw@suse.de
|
||||
* Wed Aug 08 2007 maw@suse.de
|
||||
- Use %%fdupes
|
||||
- Split off a -lang subpackage
|
||||
- s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun.
|
||||
|
Loading…
Reference in New Issue
Block a user