diff --git a/gnumeric-1.10.2.tar.bz2 b/gnumeric-1.10.2.tar.bz2 deleted file mode 100644 index e4f82dd..0000000 --- a/gnumeric-1.10.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b42b5320f44e49ad0a838469c59065dbb51f4b18e5b63464870c341c932dd4c9 -size 17549678 diff --git a/gnumeric-1.10.8.tar.bz2 b/gnumeric-1.10.8.tar.bz2 new file mode 100644 index 0000000..595fd91 --- /dev/null +++ b/gnumeric-1.10.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5915e7a5b32f5a822755f94cfd056f1c29858878e44713b4658ec7c7942d6fef +size 17826922 diff --git a/gnumeric-no-disable-deprecated.patch b/gnumeric-no-disable-deprecated.patch deleted file mode 100644 index 4b62bb4..0000000 --- a/gnumeric-no-disable-deprecated.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: gnumeric-1.9.17/configure -=================================================================== ---- gnumeric-1.9.17.orig/configure -+++ gnumeric-1.9.17/configure -@@ -14828,7 +14828,7 @@ else - fi - - --if test $gnumeric_devel = yes; then -+if test $gnumeric_devel = never; then - CFLAGS="$CFLAGS -DG_DISABLE_DEPRECATED" - CFLAGS="$CFLAGS -DPANGO_DISABLE_DEPRECATED" - if test "x$gnumeric_with_gtk" = xtrue; then -Index: gnumeric-1.9.17/configure.in -=================================================================== ---- gnumeric-1.9.17.orig/configure.in -+++ gnumeric-1.9.17/configure.in -@@ -272,7 +272,7 @@ fi - AC_SUBST(GNUMERIC_PLUGIN_LDFLAGS) - - dnl disable for in stable release, enable for development series --if test $gnumeric_devel = yes; then -+if test $gnumeric_devel = never; then - CFLAGS="$CFLAGS -DG_DISABLE_DEPRECATED" - CFLAGS="$CFLAGS -DPANGO_DISABLE_DEPRECATED" - if test "x$gnumeric_with_gtk" = xtrue; then diff --git a/gnumeric.changes b/gnumeric.changes index c71b24c..5d8b424 100644 --- a/gnumeric.changes +++ b/gnumeric.changes @@ -1,3 +1,208 @@ +------------------------------------------------------------------- +Tue Aug 10 00:05:19 CEST 2010 - vuntz@opensuse.org + +- Update to version 1.10.8: + + Add new Excel and Openformula units ("pica" and "picapt") to + CONVERT. + + Save default search settings. [bgo#105615,bgo#625185] + + Improve configurable text export of numbers. [bgo#126444] + + Improve horizontal fill. [bgo#594193] + + Improve function syntax tooltips. [bgo#623317] + + Add weekend specifier to WORKDAY and NETWORKDAYS. [bgo#172458] + + Fix ngettext usage. + + Fix undo text for sheet object duplication. [bgo#623557] + + Fix additional undo entry for sheet object duplication. + [bgo#623559] + + Fix undo of object creation followed by duplication. + [bgo#623566] + + Avoid creating interacting auto filters. [bgo#607086] + + Improve items of the cell context menu. [bgo#74359] + + Fix various function docs issues. + [bgo#623669,bgo#624559,bgo#625102] + + Improve the presentation of the examples in the function + documentation. [bgo#623455] + + Fix HDATE and friends. [bgo#623764,bgo#625177] + + New functions DATE2HDATE, DATE2HDATE_HEB and DATE2JULIAN. + + Add hyperlink and comment removal menu items. + + Add merge and unmerge menu items. + + Add menu item to autofit column width or row height based on + the selection only. [bgo#125595] + + Add autofit actions to cell context menu. + + Add new function ARRAY. [bgo#570689] + + Add new function SORT. [bgo#59144] + + Add menu item to wrap SORT around an existing range. + + Show the number of rows filtered by the auto filter. + [bgo#346002] + + Improve function tooltips. [bgo#623322] + + Improve expression entry range selection. + [bgo#80725,bgo#624288,bgo#624289,bgo#624581] + + Add preference setting to disable the extension check for the + configurable text exporter. [bgo#594151] + + Add optional marker to indicate that a cell contains an + expression. [bgo#55124] + + Add merge and unmerge items to the cell context menu. + + Permit double-clicking of functions in the function selector. + + Allow single merge to single merge copying. [bgo#87296] + + Make the font style buttons override the character attributes. + [bgo#163410] + + Provide name completion (F4) when entering functions. + [bgo#587084] + + Implement access to the function selector to paste function + names while editing cells (Shift-F4). + + Add preference settings whether to show function name and/or + argument tooltips. + + Fix undo of Clear->All and Clear->Comments. + [bgo#625151,bgo#623803] + + Add menu items to allow clearing of filtered rows only. + + Fix editing of hyperlinks. + + Work around OOo's failure to correctly define its named ranges. + [bgo#625332] + + Remove range hightlighting while not editing expressions. + [bgo#625361] + + Reduce the size of the text import dialog. [bgo#625281] + + Fix import of underlined/double underlined comments from xls. + Part of [bgo#405951] + + Improve xl import of underlines. + + Correctly size the autoexpressions. [bgo#625521] + + Fix row height dialog. [bgo#625543] + + Add menu to specify whether to enter as array, into multiple + cells, etc. Part of [bgo#53733] + + Make autofilter condition changes undoable. [bgo#625143] + + Fix strong/weak cursor display. [bgo#623241] + + Fix regression in ms_excel_chart_read. [bgo#623960] + + Fix a regression in chart series evaluation. [bgo#624263] + + Fix crash in cell_calc_span. [bgo#624274] + + Install a self-consistent headers list. + + Fixed borders display in cell format dialog. + + Ask user to locate solver binaries when plain search fails. + [bgo#619519] + + Fix problem with solver target cell entry. + + Fix date function docs issues. [bgo#623669] + + Fix gtk_show_uri problem affecting win32. [bgo#623605] + + Fix mistakes pointed out by sparse. + + Fix win32 versioning problem. [bgo#624171] + + Improve function doc checks. + + Eliminate almost all remnaining GdkGC usage. + +------------------------------------------------------------------- +Tue Jul 27 22:41:43 UTC 2010 - andrea@opensuse.org + +- Update to version 1.10.7: + + Improve function syntax and formula guru tooltips. + + Avoid superfluous redo items under validation failure. + [bgo#622509] + + Fix validation for array and range entry. [bgo#622511] + + Autofit column widths in stf import. [bgo#427382] + + Ensure the table range is unlocked before allowing the data + table to be configured. + + Also store any markup if entering text in several cells at + once. [bgo#622530] + + Read HTML files with nested tables. [bgo#594789] + + Fixed autofilter (and other) combo positions. [bgo#621817] + + Improve function syntax tooltips. + + Fix excessive memory use problem with xlsx. [bgo#622365] + + Make BackSpace work as Delete on pane. [bgo#622599] + + Improve handling of MS-style HTML in clipboard. [bgo#617801] +- Changes from version 1.10.6: + + Add Wilcoxon Signed Rank Test tools for one and two + populations. + + Fix spin button handling in various tool dialogs. [bgo#619971] + + Redesign define-named-expressions dialog. [bgo#465840] + + Add paste-names dialog. [bgo#613325] + + Make changing the scope of a named expression undoable. + + Add search tool to paste- and define-names dialogs. + [bgo#465840] + + Check whether defined names are in use before deleting them. + + Add option to the regression tool to allow for multiple Y. + [bgo#620505] + + Ensure that names cannot be mistaken as cell references. + [bgo#409997] + + Add search function to function selector. [bgo#495776] + + Add function help menu item. [bgo#156777] + + Improve ACCRINT and its description. [bgo#611436] + + Fix tests for homogeneity and independence for non-square + tables. [bgo#621227] + + Show all ranges while editing. [bgo#166653] + + Provide a tool tip showing function syntax. [bgo#56172] + + Provide more navigation options. [bgo#15010] + + Check with user before hiding all rows or columns. [bgo#316976] + + Check with user before pasting too many copies. [bgo#530956] + + Do not ungrab a not grabbed item. [bgo#620369] + + Always update the right series entry. [bgo#620719] + + Fixed multi-line item edit selection. [bgo#621235] + + Make sure windows for help commands show up on right screen. + + Fix dependency tabulation undo issue. + + Fix critical when inserting graph using keys. + + Automate win32 help generation. + + Mark a sheet dirty when its tab colour is changed. [bgo#621191] + + Fix SERIESSUM issue. + + Modernize code for LINEST, LOGEST, and LOGREG. [bgo#317426] + + GEOMDIST: avoid overflow in extreme cases. + + SFTEST: improve extreme-case precision. + + Fix RANDLEVY. + + Fix hidden-sheet problem. [bgo#621463] + + Improve help text sanity checks. + + Fix minor parsing problem. + + Handle missing data in FORECAST properly. [bgo#621417] + + Handle missing data in GROWTH properly. [bgo#621418] + + Improve BINOM.DIST.RANGE. + + Modernize STEYX. + + Plug evaluation leak. + + Fix memory handling issue for dependents. +- Changes from version 1.10.5: + + Add Wilcoxon-Mann-Whitney test tool. + + Fix stf crash. [bgo#619283] + + Persist solver model type. + + Add non-linear solver. [bgo#614865] + + Feed the gtk+ deprecation monster. [bgo#572240] + + Fix win32/paradox problem. [bgo#619942] + + Improve page setup dialog. [bgo#619421] +- Changes from version 1.10.4: + + Include version number in HTML export. + + Fixed autofill issues. [bgo#618687] + + Linear regression test suite. + + Fix TABLE problem. [bgo#618829] + + Handle "Jan 2010" and "January 2010" better. + + Fix date parsing problems for invalid years. + + Fix sheet order dialog layout. [bgo#619056] +- Changes from version 1.10.3: + + Fix CHITEST for rectangular ranges. [bgo#615920] + + Fix printing and preview of graph only sheets. [bgo#616475] + + Make even active sheets invisible. [bgo#616474] + + Improve date and time import from and export to ODF. + [bgo#617208] + + Protect against accidentally pushing data off the sheet. + [bgo#98562] + + Make Advanced Filter (except filter-in-place) undoable. + + Fix Data->Filter->ShowAll for Advanced Filter. [bgo#611079] + + Remove undesired interaction between Advanced Filters and + Autofilters. + + Make the par argument to ACCRINT optional. [bgo#323545] + + Improve keyboard navigation of the configurable text + importer. [bgo#614939,bgo#614941] + + Implement graph only sheets. [bgo#158170] + + Fix chart title import when excel automagically uses the unique + series label. [bgo#616262] + + Allow multiple and block selection for graph vector data. + [bgo#494685,bgo#616068] + + Use the "combo-activate" signal where appropriate? [bgo#583175] + + Make sure an empty string is shown with a quote. + + Fix problem loading cells with empty strings. [bgo#616139] + + Fix WEEKNUM problems. [bgo#616330] + + Fix hidden-sheet problem. [bgo#616549] + + Fix auto-expr problem. [bgo#575104] + + Fix xls-save problems with custom autofilters. + + Fix auto-filter problem. [bgo#383400] + + Fix advanced-filter problem with multiple criteria. + [bgo#164169] + + Fix problem parsing complex numbers. + + Improve error handle for complex functions. + + Improve IMPOWER. + + Fix sheet duplicate bugs. [Part of bgo#617469] + + Clean-up handling of pango contexts. + + Fix old graph problem. [bgo#142412] +- Remove gnumeric-no-disable-deprecated.patch: fixed upstream. + ------------------------------------------------------------------- Mon Jun 14 19:08:42 CEST 2010 - sbrabec@suse.cz diff --git a/gnumeric.spec b/gnumeric.spec index 3293c03..229d7b9 100644 --- a/gnumeric.spec +++ b/gnumeric.spec @@ -1,5 +1,5 @@ # -# spec file for package gnumeric (Version 1.10.2) +# spec file for package gnumeric (Version 1.10.8) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,15 +19,13 @@ Name: gnumeric -Version: 1.10.2 -Release: 2 +Version: 1.10.8 +Release: 1 Summary: Spreadsheet Application License: GPLv2+ Url: http://www.gnumeric.org/ Group: Productivity/Office/Spreadsheets -Source: ftp://ftp.gnome.org/pub/gnome/sources/gnumeric/1.8/gnumeric-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM gnumeric-no-disable-deprecated.patch bgo607758 vuntz@opensuse.org -- Remove *_DISABLE_DEPRECATED defines to not uselessly break build -Patch0: gnumeric-no-disable-deprecated.patch +Source0: gnumeric-%{version}.tar.bz2 BuildRequires: fdupes BuildRequires: gconf2-devel BuildRequires: goffice-devel @@ -117,7 +115,6 @@ if test -f po-functions/zh_HK.po ; then else sed -i '/^zh_HK$/d' po/LINGUAS fi -%patch0 -p1 %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"