2021-05-19 17:09:25 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 19 14:49:56 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
|
|
|
|
- Define conditionally make_build to fix build on systems that do
|
|
|
|
not have that macro
|
|
|
|
|
2020-10-14 10:59:26 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 28 18:15:56 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 0.16.1:
|
|
|
|
* fixed a build issue on 32-bit linux platforms, caused by slicing of integer
|
|
|
|
string ID values.
|
|
|
|
* worked around floating point rounding errors which prevented two
|
|
|
|
theoretically-equal numeric values from being evaluated as equal in test
|
|
|
|
code.
|
|
|
|
* added new function to allow printing of single formula tokens.
|
|
|
|
* added method for setting cached results on formula cells in
|
|
|
|
model_context.
|
|
|
|
* changed the model_context design to ensure that all sheets are of the same
|
|
|
|
size.
|
|
|
|
* added an accessor method to formula_model_access interface (and implicitly
|
|
|
|
in model_context) that directly returns a string value from cell.
|
|
|
|
* added cell_access class for querying of cell states without knowing its
|
|
|
|
type ahead of time.
|
|
|
|
* added document class which provides a layer on top of model_context, to
|
|
|
|
abstract away the handling of formula calculations.
|
|
|
|
* deprecated model_context::erase_cell() in favor of empty_cell().
|
|
|
|
* added support for 3D references - references that contain multiple sheets.
|
|
|
|
* added support for the exponent (^) and concatenation (&) operators.
|
|
|
|
* fixed incorrect handling of range references containing whole columns such
|
|
|
|
as A:A.
|
|
|
|
* added support for unordered range references - range references whose
|
|
|
|
start row or column is greater than their end position counterparts, such
|
|
|
|
as A3:A1.
|
|
|
|
* fixed a bug that prevented nested formula functions from working properly.
|
|
|
|
* implemented Calc A1 style reference resolver.
|
|
|
|
* formula results now directly store the string values when the results are
|
|
|
|
of string type. They previously stored string ID values after interning
|
|
|
|
the original strings.
|
|
|
|
* removed build-time dependency on spdlog.
|
|
|
|
|
2019-08-16 10:26:30 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 15 21:35:46 UTC 2019 - Jonathan Brielmaier <jbrielmaier@suse.de>
|
|
|
|
|
|
|
|
- Update to 0.15.0
|
|
|
|
* Update for new liborcus
|
|
|
|
* Switched to spdlog for compile-time debug log outputs
|
|
|
|
* Various fixes
|
|
|
|
- Add spdlog build dependency
|
|
|
|
|
2019-03-07 11:49:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 7 10:05:25 UTC 2019 - Adam Majer <adam.majer@suse.de>
|
|
|
|
|
|
|
|
- Add missing dependency on libboost_system-devel
|
|
|
|
|
2019-01-23 14:35:46 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 15 13:48:27 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 0.14.1:
|
|
|
|
* Update for new orcus
|
|
|
|
* Various 23bit build issues
|
|
|
|
* Various coverity fixes
|
|
|
|
|
2017-11-29 13:45:01 +01:00
|
|
|
-------------------------------------------------------------------
|
2018-02-15 09:19:43 +01:00
|
|
|
Thu Feb 15 08:19:15 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Rename python3 package to match up naming conventions
|
|
|
|
- Install license file
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2017-11-29 13:45:01 +01:00
|
|
|
Wed Nov 29 12:44:50 UTC 2017 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Version update to 0.13.0:
|
|
|
|
* Step lock update with orcus
|
|
|
|
* Various fixes / fuzzer crashes resolved
|
|
|
|
|
2017-02-01 13:59:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Feb 1 12:54:11 UTC 2017 - adam.majer@suse.de
|
|
|
|
|
|
|
|
- use individual libboost-*-devel packages instead of boost-devel
|
|
|
|
|
2016-12-03 14:46:36 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 3 13:44:31 UTC 2016 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Version update to 0.12.1:
|
|
|
|
* Update to be in sync with orcus
|
|
|
|
* Small fixes around
|
|
|
|
|
2016-05-25 13:55:58 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 25 11:55:37 UTC 2016 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Version update to 0.11.1:
|
|
|
|
* Switch to mdds-1.2
|
|
|
|
* Few small fixes
|
|
|
|
|
2016-03-07 13:43:39 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Mar 7 12:43:06 UTC 2016 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Version update to 0.11.0:
|
|
|
|
* Switch to mdds-1.0
|
|
|
|
* Various fixes
|
|
|
|
* Python3 bindings obsoleted python2 ones
|
|
|
|
|
2015-04-13 12:47:55 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 13 10:47:29 UTC 2015 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Version bump to 0.9.1:
|
|
|
|
* various triv bugfixes
|
|
|
|
* Build with tests and work this time
|
|
|
|
|
2015-03-24 15:16:57 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 24 14:16:41 UTC 2015 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Drop copy&pasto from fedora
|
|
|
|
|
2015-03-24 11:10:04 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 24 10:09:15 UTC 2015 - tchvatal@suse.com
|
|
|
|
|
2015-03-28 14:13:01 +01:00
|
|
|
- Version bump to 0.9.0:
|
2015-03-24 11:10:04 +01:00
|
|
|
* Needed for new orcus
|
|
|
|
* Python bindings are around now
|
|
|
|
- Update homepage
|
|
|
|
- Add python subpackage
|
|
|
|
- Tests fail with this release, next one will fix it again
|
|
|
|
|
2014-06-10 14:49:27 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 26 21:22:15 UTC 2014 - fstrba@suse.com
|
|
|
|
|
|
|
|
- Upgrade to upstream version 0.7.0
|
|
|
|
* needed by libreoffice 4.3.x
|
|
|
|
- Add pkgconfig(mdds) dependency instead of mdds-devel
|
|
|
|
|
2014-01-26 09:57:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 26 08:57:36 UTC 2014 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Cleanup with spec-cleaner and make the outputs verbose.
|
|
|
|
|
2013-05-15 13:45:20 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 15 11:42:14 UTC 2013 - cfarrell@suse.com
|
|
|
|
|
|
|
|
- license update: MIT
|
|
|
|
The SPDX shortname for the license described in the COPYING file is MIT
|
|
|
|
|
2013-04-20 13:45:05 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 20 11:44:14 UTC 2013 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Add URL path for the download.
|
|
|
|
- Update the package to be matching the released tarball.
|
|
|
|
- Do not force autoreconf as it is not really needed with released
|
|
|
|
package.
|
|
|
|
|
2013-03-27 16:48:21 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 27 13:58:07 UTC 2013 - kyoshida@suse.com
|
|
|
|
|
|
|
|
- Updated the package which includes the boost patch and several
|
|
|
|
others.
|
|
|
|
- Removed distro-specific patch.
|
|
|
|
|
2013-03-26 18:12:22 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 26 17:11:53 UTC 2013 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Cleanup a bit more for factory inclusion.
|
|
|
|
|
2013-03-26 17:52:35 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 26 14:58:20 UTC 2013 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Fix wrong order of patch application and broken sed substitution
|
|
|
|
in %prep stage
|
|
|
|
- Runtime boost dependency is automatic and not needed
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 26 13:31:04 UTC 2013 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Beautify a bit.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 26 13:26:03 UTC 2013 - tchvatal@suse.com
|
|
|
|
|
|
|
|
- Fix boost m4 macro to pass configure stage.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 26 05:03:03 UTC 2013 - kyoshida@suse.com
|
|
|
|
|
|
|
|
- Updated to the 0.5.0 pre-release version.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jan 31 16:52:01 UTC 2012 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- Remove redundant tags/sections per specfile guideline suggestions
|
|
|
|
- Add autotools BuildRequires for factory/12.2
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 27 02:57:02 UTC 2011 - kyoshida@suse.com
|
|
|
|
|
|
|
|
- Initial package.
|
|
|
|
|