Accepting request 1096620 from LibreOffice:Factory
revert to 44 OBS-URL: https://build.opensuse.org/request/show/1096620 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libixion?expand=0&rev=48
This commit is contained in:
parent
7304db8884
commit
83f325b0e9
3
libixion-0.17.0.tar.xz
Normal file
3
libixion-0.17.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:53c97139223f3b786d498f86512a20ee878fab0ef981947647aa116df7c4101e
|
||||||
|
size 499836
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ec2327854601d41bd38f151bc94b47ef43f0b8258a551e41e9f5e19b9ad729c1
|
|
||||||
size 521024
|
|
@ -1,20 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Jun 29 13:27:14 UTC 2023 - Danilo Spinella <danilo.spinella@suse.com>
|
|
||||||
|
|
||||||
- Update to 0.18.1:
|
|
||||||
* fixed a 32-bit Linux build issue as discovered on Debian, due to a clash on
|
|
||||||
two 32-bit unsigned integer types being used with std::variant.
|
|
||||||
- Update to 0.18.0:
|
|
||||||
* removed the formula_model_access interface from model_context, and switched
|
|
||||||
to using model_context directly everywhere.
|
|
||||||
* revised formula_tokens_t type to remove use of std::unique_ptr for each
|
|
||||||
formula_token instance. This should improve memory locality when
|
|
||||||
iterating through an array of formula token values. A similar change has
|
|
||||||
also been made to lexer_tokens_t and lexer_token types.
|
|
||||||
* added 41 built-in functions
|
|
||||||
* added support for multi-sheet references in Excel A1 and Excel R1C1
|
|
||||||
grammers.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 2 10:52:36 UTC 2023 - Martin Liška <mliska@suse.cz>
|
Thu Mar 2 10:52:36 UTC 2023 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
%{!?make_build:%global make_build make %{?_smp_mflags}}
|
||||||
%define libname libixion-0_18-0
|
%define libname libixion-0_17-0
|
||||||
Name: libixion
|
Name: libixion
|
||||||
Version: 0.18.1
|
Version: 0.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Threaded multi-target formula parser & interpreter
|
Summary: Threaded multi-target formula parser & interpreter
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -34,7 +34,7 @@ BuildRequires: libstdc++-devel
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(mdds-2.1)
|
BuildRequires: pkgconfig(mdds-2.0)
|
||||||
BuildRequires: pkgconfig(python3)
|
BuildRequires: pkgconfig(python3)
|
||||||
BuildRequires: pkgconfig(spdlog) >= 0.16.0
|
BuildRequires: pkgconfig(spdlog) >= 0.16.0
|
||||||
%if 0%{?suse_version} > 1325
|
%if 0%{?suse_version} > 1325
|
||||||
|
Loading…
x
Reference in New Issue
Block a user