Changelog for
goffice-lang-0.10.57-1.3.noarch.rpm :
* Mon Feb 12 2024 Dominique Leuenberger
- Update to version 0.10.57: + Excise long double parts of ryu unless --with-long-double. + Fix various go_dtoa issues. + Introspection fixes. + New experimental --with-decimal64 for base-10 math.- Switch to _service checkout: prepare for easier updates.- Add libtool and gtk-doc BuildRequires and call autogen.sh in build phase: needed, as the git checkout needs to be bootstrapped.
* Mon Nov 06 2023 Bjørn Lie - Stop building i586 architecture, add ExcludeArch.
* Fri Nov 03 2023 Bjørn Lie - Update to version 0.10.56: + Make go_fake_floorl and go_fake_ceil consistent with their non-l versions. + Fix svg export problem. + Fix histogram crash. + Fix canvas widget problem. + Fix scaled-UI problem. + Fix double-scaling problem.
* Sun Feb 05 2023 Bjørn Lie - Update to version 0.10.55: + Configuration updates.
* Fri Jan 20 2023 Bjørn Lie - Update to version 0.10.54: + Allow multiple data labels for series. + Fix accumulator problem with infinites. + Fix fraction-formatting overflow problem.
* Sun Sep 18 2022 Bjørn Lie - Update to version 0.10.53: + Fix problem rendering \"...E-xx\" numbers. + Hack around introspection issue. + Fix crash in plot.
* Tue Apr 19 2022 Emily Gonyer - Updated to version 0.10.52 + Improve GOComboBox css styling. + Reimplement GOActionComboStack using GtkComboBox. + Introspection fixes. + Documentation fixes. + Fix go+{add,sub}_epsilon{,l} confusion in fallback code for win32. + Fix long double problem with go_dtoa.
* Fri Jan 21 2022 Bjørn Lie - Update to version 0.10.51: + Do not clip markers in scatter plots. + Draw background and outline for data labels. + Fix go_fake_{ceil,floor} confusion. + Introspection updates. + Improve go_pow10 accuracy by avoiding pow as much as possible. + Take evasive action re g_memdup.
* Mon Sep 20 2021 Stanislav Brabec - Remove obsolete translation-update-upstream support (jsc#SLE-21105).
* Fri Jun 11 2021 Bjørn Lie - Update to version 0.10.50: + Fix data update in matrix plots. + Fix rendering on high resolution monitors when scale is not 1. + Simplify regression equation code. + Use only 3 decimals for R^2 for regression lines. + Eliminate empty Special category from format selector. + Improve regression line equation for date axes.
* Thu Mar 18 2021 Dominique Leuenberger - Update to version 0.10.49: + Fix ods format problem. + Fix axis line crash. + Add state and saved-state to GODoc.