Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libixion for openSUSE:Factory checked in at 2025-09-03 21:06:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libixion (Old) and /work/SRC/openSUSE:Factory/.libixion.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libixion" Wed Sep 3 21:06:00 2025 rev:27 rq:1302128 version:0.20.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libixion/libixion.changes 2025-05-06 16:39:05.786319676 +0200 +++ /work/SRC/openSUSE:Factory/.libixion.new.1977/libixion.changes 2025-09-03 21:06:01.545072907 +0200 @@ -1,0 +2,23 @@ +Sat Aug 30 14:40:35 UTC 2025 - Martin Schreiner <[email protected]> + +- Remove obsolete patches: + * 0001-Fix-_WIN32-is-not-defined-when-not-on-Windows.patch + * libixion-0.19.0-gcc15-cstdint.patch +- Update to 0.20.0. + * C++ API + * changed the return type of model_context::get_sheet_name() to + std::string_view. It was previously std::string. + * ixion::celltype_t has been renamed to ixion::cell_t. + * formula interpreter + * added support for using an error token as an assignable value. With this + change, you can use an expression such as '=#REF!'. + * ISERR function is now implemented as a built-in function. + * misc + * enabled building of Python module on Windows via CMake, but it is not + installed as part of the install target. + * switched to mdds 3.0 and adjusted all uses of mdds::sorted_string_map to its + new API. + * parsing of error values is more precise via use of mdds::packed_trie_map. +- Fix main source tarball URL. + +------------------------------------------------------------------- Old: ---- 0001-Fix-_WIN32-is-not-defined-when-not-on-Windows.patch libixion-0.19.0-gcc15-cstdint.patch libixion-0.19.0.tar.xz New: ---- libixion-0.20.0.tar.xz ----------(Old B)---------- Old:- Remove obsolete patches: * 0001-Fix-_WIN32-is-not-defined-when-not-on-Windows.patch * libixion-0.19.0-gcc15-cstdint.patch Old: * 0001-Fix-_WIN32-is-not-defined-when-not-on-Windows.patch * libixion-0.19.0-gcc15-cstdint.patch - Update to 0.20.0. ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libixion.spec ++++++ --- /var/tmp/diff_new_pack.af3GkL/_old 2025-09-03 21:06:02.437110601 +0200 +++ /var/tmp/diff_new_pack.af3GkL/_new 2025-09-03 21:06:02.437110601 +0200 @@ -1,7 +1,7 @@ # # spec file for package libixion # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,15 @@ %{!?make_build:%global make_build make %{?_smp_mflags}} -%define libname libixion-0_18-0 +%define libname libixion-0_20-0 Name: libixion -Version: 0.19.0 +Version: 0.20.0 Release: 0 Summary: Threaded multi-target formula parser & interpreter License: MIT URL: https://gitlab.com/ixion/ixion -Source: http://kohei.us/files/ixion/src/%{name}-%{version}.tar.xz +Source: https://gitlab.com/api/v4/projects/ixion%2Fixion/packages/generic/source/%{version}/%{name}-%{version}.tar.xz Patch0: libixion-boost-system.patch -# PATCH-FIX-UPSTREAM -Patch1: 0001-Fix-_WIN32-is-not-defined-when-not-on-Windows.patch -# PATCH-FIX-UPSTREAM -Patch2: libixion-0.19.0-gcc15-cstdint.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: coreutils @@ -38,7 +34,7 @@ BuildRequires: libtool BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: pkgconfig(mdds-2.1) +BuildRequires: pkgconfig(mdds-3.0) BuildRequires: pkgconfig(python3) BuildRequires: pkgconfig(spdlog) >= 0.16.0 %if 0%{?suse_version} > 1325 ++++++ libixion-0.19.0.tar.xz -> libixion-0.20.0.tar.xz ++++++ ++++ 11304 lines of diff (skipped)
