Changelog for
goffice-0_8-debugsource-0.8.17-17.2.x86_64.rpm :
* Sun Jan 19 2014 dmitry_rAATTopensuse.org- Fix recommended language package name (goffice-0_8-lang instead of goffice-lang).
* Wed Nov 14 2012 dimstarAATTopensuse.org- Add goffice-0_8-pcre16.patch: fix build when using pcre that was built with --enable-pcre16. In this case, the output of \"pcretest -C\" is \"UTF-8 and UTF-16 support\", which was not cought by the original regex in configure.in.- Add gnome-common BuildRequires and call to gnome-autogen.sh, as above patch touches the build system.
* Sun Feb 12 2012 dimstarAATTopensuse.org- Add goffice-0_8-pcre-8_30.patch: Fix build with pcre 8.30 by porting pcre_info to pcre_fullinfo.
* Wed Jan 25 2012 cfarrellAATTsuse.com- license update: GPL-2.0
* Thu Jan 19 2012 vuntzAATTopensuse.org- Rename source package from goffice to goffice-0_8, to keep the 0.8 branch of goffice after upgrade to 0.9.- Apply shared library packaging policy: + Create a libgoffice-0_8-8 subpackage. + Add Provides/Obsoletes for goffice 0.8, to help smooth upgrades. + Add a Provides for goffice-0_8 to make lang subpackage installable. + Note that it\'s fine to ship the data files in this subpackage as they all live in a versioned directory.- On Factory/12.2 and later, add pcre-tools BuildRequires to make sure pcretest is installed, to fix build.- Remove explicit Requires from devel subpackage, as those will be added the pkgconfig() way: cairo-devel, gconf2-devel, glib2-devel, gtk2-devel, libgsf-devel, libxml2-devel, pango-devel.
* Mon Aug 01 2011 vuntzAATTopensuse.org- Update to version 0.8.17: + Plug leaks. + Fix noisy leak. [bgo#652420]
* Fri Jun 17 2011 vuntzAATTopensuse.org- Update to version 0.8.16: + Improve ODF 1.2 output of fraction format. + Fix long-double compilation issue. + Improve accuracy of complex power. + Fix GOFormat problem resulting in \"-0\". [bgo#650928]- Stop using source service to download the tarball, as Factory will move away from this.
* Sun May 22 2011 dimstarAATTopensuse.org- Update to version 0.8.15: + bgo#647324: Fix format string parsing with localized colour names. + bgo#646700: Fixed closed bezier spline evaluation. + bgo#646832: Implement dropbar plots with linear or logarithmic index axis. + bgo#647367: Fix legends for plots with marker only style. + bgo#649485: Don\'t use badly rounded values when clipping markers. + bgo#650515: Implement probability plots with data as y values. + Plug memory leaks. + Detect more cases of linear-regression gone bad.
* Mon Apr 18 2011 dimstarAATTopensuse.org- Update to version 0.8.14: + bgo#643767: Implement a GSettings backend for GOConf. + bgo#644222: Fix gnumeric crash when monitoring settings changes + Fix memory leaks. + Allow GOConf to handle absolute keys.- Convert to source service: download tar.bz2 file and update .spec file with correct version.
* Sun Mar 20 2011 dimstarAATTopensuse.org- Update to version 0.8.13: + bgo#636158: Write text formats to ODF. + Fixed memory leaks found by cppcheck analysis. + bgo#638738: Fixed drop lines in line plots. + bgo#639840: Invalidate canvas items after reordering to force a redraw? + bgo#640438: Fix axis limits serialization. + bgo#640571: Fix problem with engineering formats.
* Sun Feb 27 2011 ajAATTsuse.de- Change lang package Requires to Recommends since it is not mandatory at runtime.
* Fri Nov 26 2010 dimstarAATTopensuse.org- Update to version 0.8.12: + bgo#631242, bgo#630784: Fix US 30/360 date calculations. + bgo#631504: Fixed sorting with accentuated characters. + bgo#632310: Allow filled plots to be displayed behind the grids + Fixed patterns with cairo-1.10. + bgo#633735: Fixed flawed exponential fit in graphs for small values. + bgo#633965: Fixed an infinite loop condition in cubic spline evaluation. + Fix GOImage-vs-cairo lifecycle issue. + Fix loading of weird themes.
* Sat Oct 02 2010 vuntzAATTopensuse.org- Update to version 0.8.11: + Implement custom grids in xyz plots. [bgo#624273] + Update API documentation. + Improve fractional days support for date axes. + Draw charset/locale selectors with \"radio\" buttons. + Fix charset problem for Japanese. [bgo#627829]
* Sun Sep 05 2010 vuntzAATTopensuse.org- Update to version 0.8.10: + Make sure the first rather than the last error is shown. + Provide the opportunity of all errors to be shown. + Always use real line width when evaluating dashes. [bgo#442546] + Update x and y limits when data change for xyz plots. [bgo#627288] + Do not crash when displaying cubic spline with no abscissa. [bgo#627507] + Do not save image filling with no image. [bgo#627690] + Don\'t use g_free instead of xmlFree. [bgo#627700] + Optionaly delete trendlines from legend. [bgo#628031] + Fix critical in go_doc_finalize. [bgo#628467] + Fixed a potential crasher in gog_styled_object_document_changed. [bgo#628671] + Fixed GOImage references management. [bgo#628732] + Limit formats to sane number of decimals. [bgo#627066] + Fix minor go_string_replace issue. + Plug leaks. + Fix char-xmlChar confusion. + Fix graph crash. [bgo#628259] + Improve go_format_is_date. + Improve handling of date axes with time-of-day. + Fix FMR on image load. [Part of bgo#628467] + Updated translations.
* Tue Aug 17 2010 dimstarAATTopensuse.org- Update to version 0.8.9: + bgo#626206, bgo#626263, bgo#626305: Don\'t crash when loading a corrupted chart. + Fix blur in zoomed charts. + bgo#626665: Fix memory leak and criticals in graph editor. + bgo#531070: Allow themes defined as xml files. + bgo#626461: Update currencies.
* Mon Aug 09 2010 vuntzAATTopensuse.org- Update to version 0.8.8: + Make sure that go_format_sel_format_classification returns the value used by the format selector. [bgo#625454] + Do not take manually placed charts into account when evaluating rows and columns in GogGraph. + Fixed contour plots legend. [bgo#623887] + Add go_string_replace function. + Add functions to manage GOFormatDetails. + Fix go_conf notification problem. [bgo#625549] + Implement weekly ticks for date axes. [bgo#624340]
* Tue Jul 27 2010 andreaAATTopensuse.org- Update to version 0.8.7: + Implement cumulative histograms. + Make histogram able to use raw data. + Implement equations rotation. [bgo#622782]- Changes from version 0.8.6: + Clean-up some win32 code. + Fix point-on-graph crash. [bgo#620198] + Ensure format menu has yyyy-mm-dd. + Improve docs. + Fix currency ordering. [bgo#621336] + Fix rounding problems for very large numbers.- Changes from version 0.8.5: + Fix the --without-gtk winbuild. [bgo#619312] + Fix trend-line problem with inverted x-axis. [bgo#619958]- Changes from version 0.8.4: + Fix the --without-gtk build. [bgo#618592] + Regression fixes. + Improve linear regression accuracy. + Plug leaks.- Changes from version 0.8.3: + Improve probability plots. + Implement the \"combo-activate\" signal in GOCombo. [bgo#583175] + Use markup for graph tips. + Fix week numbers issue. + Fix matrix inversion crash. [Part of bgo#617469] + Fix win32 configuration problem. [bgo#617672]
* Wed Apr 28 2010 dimstarAATTopensuse.org- Update to version 0.8.2: + bgo#608422: Support fd:// URIs on win32 + Add more GOPath API + bgo#613523: Implement conf notification in keyfile case + Fix distance calculation for arc, ellipse, polygon, polyline, and rectangle + Support rotation for text on canvas + Add PolyPolygon and Path
* Tue Mar 09 2010 dimstarAATTopensuse.org- Update to version 0.8.1: + bgo#609833: Remove libglade dependency from pc file. + bgo#610434: Use gtk_buildable_get_name instead of gtk_widget_get_name where ppropriate. + bgo#610435: Fix crash in GogGuru. + bgo#611163: Fix cubic splines with invalid data. + bgo#611415: Fix locale selector issue. + Canvas improvements.- Remove the libglade workaround.
* Sun Feb 14 2010 vuntzAATTopensuse.org- Update to version 0.8.0: + Do not crash when a chart contains no plot. [bgo#607960] + Do not crash when deleting a grabbed item. [bgo#609747] + Add \"autoload\" flag for plugins. + Use locale independent markup. [bgo#608047]
* Sat Feb 13 2010 vuntzAATTopensuse.org- Remove libglade-2.0 from libgoffice-0.8.pc with sed, until bgo#609833 gets fixed.
* Wed Jan 27 2010 vuntzAATTopensuse.org- Update to version 0.7.18: + Fix description of ring plots. [bgo#606162] + Add a name to regression curves for display in legends. [bgo#605040] + Fixed GocPolygon bounds. [bgo#605496] + Moved plot area position page from plot to chart. [bgo#605771] + Add sample to the plot type selector. [bgo#495781] + Don\'t use multiline GtkLabel. [bgo#606162]
* Wed Dec 16 2009 vuntzAATTopensuse.org- Update to version 0.7.17: + Fixed a canvas performance issue. [bgo#603813] + Update property page when style changes after reordering. [bgo#604229] + Fix context sensitive help support on win32. + Make GOCmdContext require less implementation.
* Fri Dec 04 2009 vuntzAATTopensuse.org- Update to version 0.7.16: + Add parent name for new objects in the graph guru \"Add\" menu. + Fix configuration loading when using .gnumericrc. [bgo#600654] + Implement error bars in radar and polar plots. [bgo#572720] + Add an option for negative values display in pies and rings. [bgo#152614] + Add trend lines to legend. [bgo#383518] + Build color from color names usung gdk_parse_color. [bgo#601114] + Fix crashes in probablility and scatter plots. [bgo#603015, bgo#603016] + Support multiple series in probability plots. [bgo#603013] + Eliminate most uses of \"float\".- Changes from version 0.7.15: + Fix bounds update of GocItem. [bgo#598091] + Prepare for GSEAL_ENABLE. + Display coordinates when moving the mouseover a graph. [bgo#382666] + Make titles the first logical child and ensure they are rendered last. Really fixes bgo#152675. + Fix graph scale after a size change. [bgo#599887] + Make chart position persistent in auto mode. [bgo#152674] + Canvas improvements for arrows.- Changes from version 0.7.14: + Fix some translatable strings. [bgo#596003] + Fix unicolor gradient brightness. + Fix custom point marker in scatter plots. [bgo#596585] + Fixed various issues related to image filling. + Extensions for XLL support in Gnumeric. [bgo#597849]
* Tue Sep 29 2009 vuntzAATTopensuse.org- Update to version 0.7.13: + Fix various problems with new canvas.
* Wed Sep 09 2009 dimstarAATTopensuse.org- Update to version 0.7.12: + bgo#593608 - Deprecated GOStyle::outline. + bgo#593937, bgo#594070, bgo#594077 - Fixed import of surface plots from excel.
* Tue Sep 01 2009 vuntzAATTnovell.com- Update to version 0.7.11: + Fix canvas item realize/unrealize problems. [bgo#593593]
* Mon Aug 31 2009 dimstarAATTopensuse.org- Update to version 0.7.10: + Canvas improvements. + Removed FooCanvas. + Migrated from Glade to GtkBuilder. + bgo#592283 - Namespace issues.- Drop libglade2-devel BuildRequires and Requires in devel package.
* Sun Aug 16 2009 dominique-obsAATTleuenberger.net- Update to version 0.7.9: + bgo#586654 - Improve number style output to ODF. + Improve currency output to ODF. + bgo#587171 - Fix hang when writing date with invalid format. + bgo#585298 - Align surface ticks with grid. + bgo#589511, bgo#589512 - Fixed various contour plots related issues. + bgo#590416 - Comparison line for probability plots. + New cairo based canvas. + bgo#586567 - Fix format localization problem. + bgo#588138 - Fix crash with Win32 configuration. + bgo#590903 - Fix axis issues near zero. + bgo#590908 - Improve log-scale axes.- No longer needed to rename srAATTLatn to srAATTlatin.
* Mon Jun 22 2009 dominique-obsAATTleuenberger.net- Update to version 0.7.8: + Add some odf GOFormat output utilities + Handle scale attributes in markup + Add functions to generate number formats + Make format classification function public + Fix inc/dec precision for accounting format + Introduce master include file + Activate formatting support for negative elapsed times.
* Sun May 24 2009 vuntzAATTnovell.com- Update to version 0.7.7: + Modified serialization of pango markup to support all weights + Add \"pristine\" as GODoc property. + Properly handle date conventions in graphs. + Support formatted editing of graph limits that are dates and times. [bgo#574681] + Implement new calendar button widget.
* Thu May 07 2009 vuntzAATTnovell.com- Update to version 0.7.6: + Fixed segfault during documentation generation. [bgo#580296] + Improve log axes\' tick calculation. [bgo#375756]
* Mon Apr 27 2009 vuntzAATTnovell.com- Update to version 0.7.5: + Fixed gconf and gmathml propagation to pc file. [bgo#576497] + Added a new plot type: GogColorPolarPlot. + Use priority when looking up savers by extension or mime. + Add new go_format_is_time function. + Pick sane bounds for time-formatted axes. [Part of bgo#574681] + Pick sane bounds for date-formatted axes. [Part of bgo#574681] + Add magic date and time formats.- Drop goffice-fix-gconf-dep.patch: fixed upstream.
* Mon Mar 23 2009 vuntzAATTnovell.com- Add goffice-fix-gconf-dep.patch to fix gconf detection in pkg-config.
* Mon Mar 23 2009 vuntzAATTnovell.com- Update to version 0.7.4: + Add go_gtk_show_url. [bgo#559021] + Don\'t display markers in histogram legend. [bgo#574340] + Skip points corresponding to invalid valies in pie charts. [bgo#574348] + Correctly use all points defined in bar/columns plot series. [bgo#574349] + Avoid unused direct shlib deps. [bgo#572910] + Set a default family when none is given. [bgo#575318] + Fix a pixbuf scaling problem in foocanvas. + Improve handling of localized formats.
* Mon Mar 16 2009 sbrabecAATTsuse.cz- Added support for translation-update-upstream (FATE#301344).