Commit Graph

21 Commits

Author SHA256 Message Date
Fridrich Strba
caa9527622 Accepting request 894366 from home:fstrba
Fix sle12 build

OBS-URL: https://build.opensuse.org/request/show/894366
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=38
2021-05-19 15:09:25 +00:00
Tomáš Chvátal
6f358b4b48 Accepting request 838360 from home:dirkmueller:branches:LibreOffice:Factory
- 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.

OBS-URL: https://build.opensuse.org/request/show/838360
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=35
2020-10-14 08:59:26 +00:00
Tomáš Chvátal
96ae309e16 Accepting request 723919 from home:jbrielmaier:ppc64le
Required by liborcus, which instead is required to build LO newer then 56ffe3c0a1261cd98a3d42 (2019-08-12).
Accept it when you need it :)

OBS-URL: https://build.opensuse.org/request/show/723919
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=33
2019-08-16 08:26:30 +00:00
Tomáš Chvátal
c00bfd5cde Accepting request 682388 from home:adamm:boost_test
- Add missing dependency on libboost_system-devel

OBS-URL: https://build.opensuse.org/request/show/682388
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=31
2019-03-07 10:49:24 +00:00
Tomáš Chvátal
64f42aa22c Accepting request 668087 from LibreOffice:Unstable
a

OBS-URL: https://build.opensuse.org/request/show/668087
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=29
2019-01-23 13:35:46 +00:00
Tomáš Chvátal
d29424a28b - Rename python3 package to match up naming conventions
- Install license file

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=27
2018-02-15 08:19:43 +00:00
Tomáš Chvátal
36c4979b14 - Version update to 0.13.0:
* Step lock update with orcus
  * Various fixes / fuzzer crashes resolved

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=25
2017-11-29 12:45:01 +00:00
Fridrich Strba
89ae015fa6 Accepting request 453851 from home:adamm:branches:devel:libraries:c_c++
- use individual libboost-*-devel packages instead of boost-devel

OBS-URL: https://build.opensuse.org/request/show/453851
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=23
2017-02-01 12:59:50 +00:00
Tomáš Chvátal
abafdde5bf - Version update to 0.12.1:
* Update to be in sync with orcus
  * Small fixes around

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=22
2016-12-03 13:46:36 +00:00
Tomáš Chvátal
1faa8133ad - Version update to 0.11.1:
* Switch to mdds-1.2
  * Few small fixes

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=20
2016-05-25 11:55:58 +00:00
Tomáš Chvátal
7e4ebc8148 - Version update to 0.11.0:
* Switch to mdds-1.0
  * Various fixes
  * Python3 bindings obsoleted python2 ones

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=18
2016-03-07 12:43:39 +00:00
Tomáš Chvátal
88e0b8d9a8 - Version bump to 0.9.1:
* various triv bugfixes
  * Build with tests and work this time

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=16
2015-04-13 10:47:55 +00:00
Tomáš Chvátal
32eea05e88 Accepting request 293390 from home:Zaitor:branches:LibreOffice:Factory
Correct .changes entry - Spec has / source is

Name:           libixion
Version:        0.9.0

OBS-URL: https://build.opensuse.org/request/show/293390
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=14
2015-03-28 13:13:01 +00:00
Tomáš Chvátal
6302c390df - Drop copy&pasto from fedora
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=13
2015-03-24 14:16:57 +00:00
Tomáš Chvátal
98bb6f2e28 - Version bump to 0.8.0:
* 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

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=12
2015-03-24 10:10:04 +00:00
Fridrich Strba
f9e95a0d8d Accepting request 236734 from home:fstrba
Upgrade to libixion 0.7.0

OBS-URL: https://build.opensuse.org/request/show/236734
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=10
2014-06-10 12:49:27 +00:00
Tomáš Chvátal
92e72d75e8 - Cleanup with spec-cleaner and make the outputs verbose.
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=8
2014-01-26 08:57:50 +00:00
Tomáš Chvátal
505a17f2eb Accepting request 175734 from home:babelworx:ldig:branches:LibreOffice:Factory
license update: MIT
The SPDX shortname for the license described in the COPYING file is MIT

OBS-URL: https://build.opensuse.org/request/show/175734
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=5
2013-05-15 11:45:20 +00:00
Tomáš Chvátal
6f2f721cd4 - 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.

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=4
2013-04-20 11:45:05 +00:00
Tomáš Chvátal
f7951dd045 Accepting request 161428 from home:kohei_yoshida:branches:LibreOffice:Factory
Updated the upstream package to incorporate the fixes. No more patches should be needed.

OBS-URL: https://build.opensuse.org/request/show/161428
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=3
2013-03-27 15:48:21 +00:00
Tomáš Chvátal
4302af0a22 - Cleanup a bit more for factory inclusion.
- Fix wrong order of patch application and broken sed substitution
  in %prep stage
- Runtime boost dependency is automatic and not needed

- Beautify a bit.

- Fix boost m4 macro to pass configure stage.

- Updated to the 0.5.0 pre-release version.

- Remove redundant tags/sections per specfile guideline suggestions
- Add autotools BuildRequires for factory/12.2

- Initial package.

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=2
2013-03-26 17:12:22 +00:00