diff --git a/gnumeric-1.9.10.tar.bz2 b/gnumeric-1.9.10.tar.bz2 new file mode 100644 index 0000000..472b292 --- /dev/null +++ b/gnumeric-1.9.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe0b2ab52f2a90eedcb3b070e77d97bfb5eb7379b8ca871706f224705fb2cf2 +size 16765251 diff --git a/gnumeric-1.9.9-bgo589105.patch b/gnumeric-1.9.9-bgo589105.patch deleted file mode 100644 index 6247351..0000000 --- a/gnumeric-1.9.9-bgo589105.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/src/dialogs/dialog-stf-preview.c b/src/dialogs/dialog-stf-preview.c -index a80a25f..4152a91 100644 ---- a/src/dialogs/dialog-stf-preview.c -+++ b/src/dialogs/dialog-stf-preview.c -@@ -296,8 +296,8 @@ stf_preview_get_cell_renderer (RenderData_t *renderdata, int col) - GtkCellRenderer *res = NULL; - GtkTreeViewColumn *column = stf_preview_get_column (renderdata, col); - if (column) { -- GList *renderers = -- gtk_tree_view_column_get_cell_renderers (column); -+ GList *renderers = gtk_cell_layout_get_cells -+ (GTK_CELL_LAYOUT(column)); - if (renderers) { - res = renderers->data; - g_list_free (renderers); --- -cgit v0.8.2 - diff --git a/gnumeric-1.9.9.tar.bz2 b/gnumeric-1.9.9.tar.bz2 deleted file mode 100644 index 316723d..0000000 --- a/gnumeric-1.9.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:042fac3bb233d900d837ecd41f683954911330a2b1984a082f259a8423ebe20a -size 16028397 diff --git a/gnumeric.changes b/gnumeric.changes index b9fdca6..80ee3cd 100644 --- a/gnumeric.changes +++ b/gnumeric.changes @@ -1,3 +1,50 @@ +------------------------------------------------------------------- +Sun Aug 16 20:52:11 CEST 2009 - dominique-obs@leuenberger.net + +- Update to version 1.9.10: + + Improve ODF export. + + Add OpenFormula comp. descriptors to some function + documentations. + + Implement new functions CSC, CSCH, SEC, and SECH. + + Implement new functions LEFTB, MIDB, RIGHTB. + + Implement ASC and add new function JIS. + + bgo#586672 - Fix printing crash. + + Fix import of currency symbols from ODF. + + Improve import of elapsed time from ODF. + + Import some conditional cell formats from ODF. + + bgo#587818 - Fix "not-between" conditional styles. + + Show existence of conditional styles in format dialog. + + Add an initialy hidden long format toolbar. + + bgo#550933 - Fix std error for intercept in non-affine case + of LINEST. + + bgo#588107 - Fix loading of charts from MS generated ODF files. + + Add some sheet object support to ODF export. + + Export basic charts to ODF. + + bgo#590257 - Fix format labels in configurable text importer. + + bgo#590175 - Add warning for missing plugins needed by tools. + + bgo#590375 - Fix percentage histogram. + + Fix non-label 2-factor ANOVA with replication. + + Fix various minor bugs. + + Convert old help texts to new format. + + bgo#588297 - Fix col/row resize. + + bgo#586215 - Make SUMIF/COUNTIF and the D* functions + understand pattern. + + Make dialogs remember their sizes and positions. + + Fix crash with new-from-template. + + bgo#585701 - Rework loading of configuration. + + Support evaluated examples in function docs. + + Simplify Win32 build. + + Convert old help texts to new format. + + Fix problem with print area. + + bgo#587992 - Fix problems with in-sheet combos. + + bgo#588110 - Fix translation textdomain confusion. + + bgo#589105 - Avoid using + gtk_tree_view_column_get_cell_renderers. + + bgo#588997 - Fix DEC2HEX and friends for large values. + + Make undo/redo visible for vertical toolbar. + + Add some checking of help texts' sanity. +- Drop gnumeric-1.9.9-bgo589105.patch, upstreamed. + ------------------------------------------------------------------- Mon Jul 27 18:15:22 CEST 2009 - dominique-obs@leuenberger.net diff --git a/gnumeric.spec b/gnumeric.spec index d941598..6f7655b 100644 --- a/gnumeric.spec +++ b/gnumeric.spec @@ -1,5 +1,5 @@ # -# spec file for package gnumeric (Version 1.9.9) +# spec file for package gnumeric (Version 1.9.10) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -36,11 +36,9 @@ Group: Productivity/Office/Spreadsheets Provides: gnumeric2 Obsoletes: gnumeric2 Summary: Spreadsheet Application -Version: 1.9.9 +Version: 1.9.10 Release: 1 Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.8/gnumeric-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM gnumeric-1.9.9-bgo589105.patch bgo#589108 dominique-obs@leuenberger.net -- do not use depreaced gtk_tree_view_column_get_cell_renderers -Patch0: gnumeric-1.9.9-bgo589105.patch Url: http://www.gnumeric.org/ Requires: %{name}-lang = %{version} Recommends: liberation-fonts ghostscript-fonts-std @@ -67,45 +65,6 @@ needs. Gnumeric is part of the GNOME project. - - -Authors: --------- - Miguel de Icaza, creator. - Jody Goldberg, maintainer. - Sean Atkinson, functions and X-Base importing. - Michel Berkelaar, Simplex algorithm for Solver (LP Solve). - Grandma Chema Celorio, Tester and sheet copy. - Frank Chiulli, OLE support. - Kenneth Christiansen, i18n, misc stuff. - Zbigniew Chyla, plugin system, i18n. - J.H.M. Dassen (Ray), debian packaging. - Jeroen Dirks, Simplex algorithm for Solver (LP Solve). - Tom Dyas, plugin support. - Gergo Erdi, Gnumeric hacker. - John Gotts, rpm packaging. - Andreas J. Guelzow, Gnumeric hacker. - Jon K. Hellan, Gnumeric hacker. - Ross Ihaka, special functions. - Jukka-Pekka Iivonen, numerous functions and tools. - Jakub Jelinek, Gnumeric hacker. - Chris Lahey, number format engine. - Adrian Likins, documentation, debugging. - Takashi Matsuda, original text plugin. - Michael Meeks, Excel and OLE2 importing. - Lutz Muller, SheetObject improvements. - Federico M. Quintero, canvas support. - Mark Probst, Guile support. - Rasca, HTML, troff, LaTeX exporters. - Vincent Renardias, original CSV support, French localization. - Ariel Rios, Guile support. - Arturo Tena, OLE support. - Almer S. Tigelaar, Gnumeric hacker. - Bruno Unna, Excel bits. - Daniel Veillard, XML support. - Vladimir Vuksan, financial functions. - Morten Welinder, Gnumeric hacker and leak plugging demi-god. - %package devel License: GPL v2 or later Summary: Spreadsheet Application @@ -131,49 +90,9 @@ needs. Gnumeric is part of the GNOME project. - - -Authors: --------- - Miguel de Icaza, creator. - Jody Goldberg, maintainer. - Sean Atkinson, functions and X-Base importing. - Michel Berkelaar, Simplex algorithm for Solver (LP Solve). - Grandma Chema Celorio, Tester and sheet copy. - Frank Chiulli, OLE support. - Kenneth Christiansen, i18n, misc stuff. - Zbigniew Chyla, plugin system, i18n. - J.H.M. Dassen (Ray), debian packaging. - Jeroen Dirks, Simplex algorithm for Solver (LP Solve). - Tom Dyas, plugin support. - Gergo Erdi, Gnumeric hacker. - John Gotts, rpm packaging. - Andreas J. Guelzow, Gnumeric hacker. - Jon K. Hellan, Gnumeric hacker. - Ross Ihaka, special functions. - Jukka-Pekka Iivonen, numerous functions and tools. - Jakub Jelinek, Gnumeric hacker. - Chris Lahey, number format engine. - Adrian Likins, documentation, debugging. - Takashi Matsuda, original text plugin. - Michael Meeks, Excel and OLE2 importing. - Lutz Muller, SheetObject improvements. - Federico M. Quintero, canvas support. - Mark Probst, Guile support. - Rasca, HTML, troff, LaTeX exporters. - Vincent Renardias, original CSV support, French localization. - Ariel Rios, Guile support. - Arturo Tena, OLE support. - Almer S. Tigelaar, Gnumeric hacker. - Bruno Unna, Excel bits. - Daniel Veillard, XML support. - Vladimir Vuksan, financial functions. - Morten Welinder, Gnumeric hacker and leak plugging demi-god. - %lang_package %prep %setup -q -%patch0 -p1 %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"