From dec827590595eacfce9200343c7db34c66d3ce5de6fdfe2ffb214836e4c841b4 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 30 Nov 2010 09:03:35 +0000 Subject: [PATCH 1/2] Accepting request 54002 from home:dimstar:branches:GNOME:Apps thanks OBS-URL: https://build.opensuse.org/request/show/54002 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnumeric?expand=0&rev=31 --- gnumeric-1.10.11.tar.bz2 | 3 --- gnumeric-1.10.12.tar.bz2 | 3 +++ gnumeric.changes | 38 ++++++++++++++++++++++++++++++++++++++ gnumeric.spec | 5 ++--- 4 files changed, 43 insertions(+), 6 deletions(-) delete mode 100644 gnumeric-1.10.11.tar.bz2 create mode 100644 gnumeric-1.10.12.tar.bz2 diff --git a/gnumeric-1.10.11.tar.bz2 b/gnumeric-1.10.11.tar.bz2 deleted file mode 100644 index f4af0bd..0000000 --- a/gnumeric-1.10.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5229da4fa61113fd7d42bb1727ea033f9325d9f49a1a6868091650acc4e25e75 -size 18071911 diff --git a/gnumeric-1.10.12.tar.bz2 b/gnumeric-1.10.12.tar.bz2 new file mode 100644 index 0000000..beca1ac --- /dev/null +++ b/gnumeric-1.10.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ea3684c1d070f743928503a23649ff3e8b209bf8832498771a82b43b5b7cdd +size 18292380 diff --git a/gnumeric.changes b/gnumeric.changes index 6a882fb..0c44c3d 100644 --- a/gnumeric.changes +++ b/gnumeric.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Fri Nov 26 12:59:59 CET 2010 - dimstar@opensuse.org + +- Update to version 1.10.12: + + Add argument to FOURIER to separate parts. + + bgo#630085: Extend TREND function to handle multiple regression + + bgo#631322: Fix selection for sheet object lists and combos. + + bgo#631327: Preserve selection for sheet object lists when we + change content. + + bgo#629333: Add option to sheet object lists and combos to + enter values rather than index. + + bgo#631570: Fix manual pagebreak handling when printing. + + Add menu items to remove and add manual page breaks. + + Improve the sc import. + + bgo#632999: Fix button sensitivity in sort dialog. + + bgo#634135: Fix ODF export of files with large formatted sheets + + bgo#635111: Fix extensions of supported ODF files. + + bgo#563098: Fix import of dib format images in XLS. + + bgo#631702: Fixed maximum for col/row number in sheet resize + dialog. + + bgo#631717: Eliminate glade usage. + + bgo#634149: Fixed crash in print setup. + + Fixed image bounds in zoomed sheets. + + bgo#632050: Fix crash related to broken xls. + + Fix print area problem from broken xls. + + bgo#632439: Fix printing crash. + + bgo#633140: Partially fix problem with undefined names. + + Fix analysis tools problems when "as values" is chosen. + + Fix gtk+/X crash with large tooltips. + + Take care of dead kittens. + + bgo#634597: Fix text object clipping issue. + + bgo#634792: Fix problem with disappearing window for empty file + + Fix ranges-in-expression criticals. + + bgo#634139: Add key combinations to move sheets. + + bgo#527133: Modify quit dialog to be able to discard multiple + files without saving. +- Remove libglade2-devel BuildRequires. + ------------------------------------------------------------------- Sat Oct 2 09:27:34 CEST 2010 - vuntz@opensuse.org diff --git a/gnumeric.spec b/gnumeric.spec index 940de51..a55d52c 100644 --- a/gnumeric.spec +++ b/gnumeric.spec @@ -1,5 +1,5 @@ # -# spec file for package gnumeric (Version 1.10.11) +# spec file for package gnumeric (Version 1.10.12) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: gnumeric -Version: 1.10.11 +Version: 1.10.12 Release: 1 Summary: Spreadsheet Application License: GPLv2+ @@ -32,7 +32,6 @@ BuildRequires: goffice-devel BuildRequires: gtk2-devel BuildRequires: intltool BuildRequires: libgda-devel -BuildRequires: libglade2-devel BuildRequires: libgsf-devel BuildRequires: psiconv-devel BuildRequires: python-devel From 5505491dab9a25bc29f0dee2a6bf1a3cc8e90d7b29294b4d12dafeccdc66a46f Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 30 Nov 2010 09:04:58 +0000 Subject: [PATCH 2/2] Accepting request 54145 from home:vuntz:branches:GNOME:Apps ok OBS-URL: https://build.opensuse.org/request/show/54145 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnumeric?expand=0&rev=32 --- gnumeric.changes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnumeric.changes b/gnumeric.changes index 0c44c3d..44d2725 100644 --- a/gnumeric.changes +++ b/gnumeric.changes @@ -6,9 +6,9 @@ Fri Nov 26 12:59:59 CET 2010 - dimstar@opensuse.org + bgo#630085: Extend TREND function to handle multiple regression + bgo#631322: Fix selection for sheet object lists and combos. + bgo#631327: Preserve selection for sheet object lists when we - change content. + change content. + bgo#629333: Add option to sheet object lists and combos to - enter values rather than index. + enter values rather than index. + bgo#631570: Fix manual pagebreak handling when printing. + Add menu items to remove and add manual page breaks. + Improve the sc import. @@ -33,7 +33,7 @@ Fri Nov 26 12:59:59 CET 2010 - dimstar@opensuse.org + Fix ranges-in-expression criticals. + bgo#634139: Add key combinations to move sheets. + bgo#527133: Modify quit dialog to be able to discard multiple - files without saving. + files without saving. - Remove libglade2-devel BuildRequires. -------------------------------------------------------------------