Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libetonyek for openSUSE:Factory checked in at 2025-09-23 20:47:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libetonyek (Old) and /work/SRC/openSUSE:Factory/.libetonyek.new.27445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libetonyek" Tue Sep 23 20:47:03 2025 rev:23 rq:1306643 version:0.1.13 Changes: -------- --- /work/SRC/openSUSE:Factory/libetonyek/libetonyek.changes 2025-09-11 14:40:00.933509408 +0200 +++ /work/SRC/openSUSE:Factory/.libetonyek.new.27445/libetonyek.changes 2025-09-23 20:47:08.043432371 +0200 @@ -1,0 +2,8 @@ +Tue Sep 23 05:50:49 UTC 2025 - Fridrich Strba <[email protected]> + +- Update to version 0.1.13: + + Add missing Numbers function names (tdf#151166) +- Drop libetonyek-deprecated-boost.patch: fixed upstream +- Modify libetonyek-mdds-3.0.patch: drop the configure.ac part + +------------------------------------------------------------------- Old: ---- libetonyek-0.1.12.tar.xz libetonyek-deprecated-boost.patch New: ---- libetonyek-0.1.13.tar.xz ----------(Old B)---------- Old: + Add missing Numbers function names (tdf#151166) - Drop libetonyek-deprecated-boost.patch: fixed upstream - Modify libetonyek-mdds-3.0.patch: drop the configure.ac part ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libetonyek.spec ++++++ --- /var/tmp/diff_new_pack.oRLfm6/_old 2025-09-23 20:47:08.511452067 +0200 +++ /var/tmp/diff_new_pack.oRLfm6/_new 2025-09-23 20:47:08.519452404 +0200 @@ -22,7 +22,7 @@ %define with_gcc 13 %endif Name: libetonyek -Version: 0.1.12 +Version: 0.1.13 Release: 0 Summary: Library for Apple Keynote presentations License: MPL-2.0 @@ -30,10 +30,7 @@ URL: https://wiki.documentfoundation.org/DLP/Libraries/libetonyek Source0: http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz Patch0: libetonyek-mdds-3.0.patch -Patch1: libetonyek-deprecated-boost.patch -Patch2: libetonyek-memcmp.patch -BuildRequires: autoconf -BuildRequires: automake +Patch1: libetonyek-memcmp.patch BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc%{?with_gcc} @@ -42,7 +39,6 @@ BuildRequires: gperf BuildRequires: help2man BuildRequires: liblangtag-devel -BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: xz BuildRequires: pkgconfig(cppunit) @@ -99,7 +95,6 @@ %autosetup -p1 %build -autoreconf -fvi export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" %if 0%{?with_gcc} export CXX=g++-%{with_gcc} ++++++ libetonyek-0.1.12.tar.xz -> libetonyek-0.1.13.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libetonyek-0.1.12/ChangeLog new/libetonyek-0.1.13/ChangeLog --- old/libetonyek-0.1.12/ChangeLog 2024-11-26 11:16:10.000000000 +0100 +++ new/libetonyek-0.1.13/ChangeLog 2025-09-22 12:26:02.000000000 +0200 @@ -1,3 +1,42 @@ +2025-09-22 Xisco Fauli <[email protected]> [2f4071b74fe3e5db8ba95c6eead2289cdfa6fbc9] + + prepare for a release + + Change-Id: If4f85ade2428912dc2f5a358284c101eb98cd5f9 + +2025-09-22 Xisco Fauli <[email protected]> [49d3afa0c85979de140032702081b0a3a19637c9] + + run autoupdate + + Change-Id: I257eeb5798b2c1257718a2c0f82b82efdd4635d4 + +2025-08-24 Aron Budea <[email protected]> [59aea2c3ee123e446b6d51e4ecdb69f9e5460878] + + boost: use up-to-date location for phoenix.hpp + + Old one was referring to the new location since 2013, + and got deprecated in 2021. + + Change-Id: I8ca5167b476cb62cbf06519f49635db1e205f66d + Reviewed-on: https://gerrit.libreoffice.org/c/libetonyek/+/189561 + Tested-by: Aron Budea <[email protected]> + Reviewed-by: Aron Budea <[email protected]> + +2025-03-17 jlorber <[email protected]> [7cfb47c7614b01ee4b4ccb881f0ab37e9e2e497d] + + tdf#151166 add missing Numbers function names + + Change-Id: I5f01e4f1412cf2d4a679fbf5d511475cf04c77ee + Reviewed-on: https://gerrit.libreoffice.org/c/libetonyek/+/182473 + Tested-by: Ilmari Lauhakangas <[email protected]> + Reviewed-by: Ilmari Lauhakangas <[email protected]> + +2024-11-26 Xisco Fauli <[email protected]> [ef7ec8c379d8c4699f428df6cd6e2d67fb07a09c] + + bump version + + Change-Id: Iff16e11176f78f5a6175bb9b9e3e26639ea7dc76 + 2024-11-26 Xisco Fauli <[email protected]> [06467aeb7b4a7082d524d3433c166e12278a3104] prepare for a release diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libetonyek-0.1.12/NEWS new/libetonyek-0.1.13/NEWS --- old/libetonyek-0.1.12/NEWS 2024-11-26 11:07:43.000000000 +0100 +++ new/libetonyek-0.1.13/NEWS 2025-09-22 12:19:39.000000000 +0200 @@ -1,3 +1,7 @@ +libetonyek 0.1.13 + +- Add missing Numbers function names (tdf#151166) + libetonyek 0.1.12 - Fix detectImageDimension causing error in Libreoffice diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libetonyek-0.1.12/config.h.in new/libetonyek-0.1.13/config.h.in --- old/libetonyek-0.1.12/config.h.in 2024-11-26 11:16:08.000000000 +0100 +++ new/libetonyek-0.1.13/config.h.in 2025-09-22 12:25:48.000000000 +0200 @@ -34,9 +34,8 @@ /* Define to 1 if you have the <boost/optional.hpp> header file. */ #undef HAVE_BOOST_OPTIONAL_HPP -/* Define to 1 if you have the <boost/spirit/include/phoenix.hpp> header file. - */ -#undef HAVE_BOOST_SPIRIT_INCLUDE_PHOENIX_HPP +/* Define to 1 if you have the <boost/phoenix.hpp> header file. */ +#undef HAVE_BOOST_PHOENIX_HPP /* Define to 1 if you have the <boost/spirit/include/qi.hpp> header file. */ #undef HAVE_BOOST_SPIRIT_INCLUDE_QI_HPP diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libetonyek-0.1.12/configure new/libetonyek-0.1.13/configure --- old/libetonyek-0.1.12/configure 2024-11-26 11:12:06.000000000 +0100 +++ new/libetonyek-0.1.13/configure 2025-09-22 12:22:06.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for libetonyek 0.1.12. +# Generated by GNU Autoconf 2.71 for libetonyek 0.1.13. # # # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, @@ -618,8 +618,8 @@ # Identity of this package. PACKAGE_NAME='libetonyek' PACKAGE_TARNAME='libetonyek' -PACKAGE_VERSION='0.1.12' -PACKAGE_STRING='libetonyek 0.1.12' +PACKAGE_VERSION='0.1.13' +PACKAGE_STRING='libetonyek 0.1.13' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1450,7 +1450,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libetonyek 0.1.12 to adapt to many kinds of systems. +\`configure' configures libetonyek 0.1.13 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1521,7 +1521,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libetonyek 0.1.12:";; + short | recursive ) echo "Configuration of libetonyek 0.1.13:";; esac cat <<\_ACEOF @@ -1680,7 +1680,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libetonyek configure 0.1.12 +libetonyek configure 0.1.13 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2093,7 +2093,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libetonyek $as_me 0.1.12, which was +It was created by libetonyek $as_me 0.1.13, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3581,7 +3581,7 @@ # Define the identity of the package. PACKAGE='libetonyek' - VERSION='0.1.12' + VERSION='0.1.13' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -20511,7 +20511,7 @@ # ================== saved_CPPFLAGS="${CPPFLAGS}" CPPFLAGS="${BOOST_CFLAGS} ${CPPFLAGS}" - for ac_header in boost/algorithm/string/predicate.hpp boost/any.hpp boost/container/deque.hpp boost/cstdint.hpp boost/fusion/adapted/std_pair.hpp boost/fusion/include/adapt_struct.hpp boost/lexical_cast.hpp boost/none.hpp boost/numeric/conversion/cast.hpp boost/optional.hpp boost/spirit/include/phoenix.hpp boost/spirit/include/qi.hpp boost/variant/recursive_variant.hpp boost/variant/variant.hpp + for ac_header in boost/algorithm/string/predicate.hpp boost/any.hpp boost/container/deque.hpp boost/cstdint.hpp boost/fusion/adapted/std_pair.hpp boost/fusion/include/adapt_struct.hpp boost/lexical_cast.hpp boost/none.hpp boost/numeric/conversion/cast.hpp boost/optional.hpp boost/phoenix.hpp boost/spirit/include/qi.hpp boost/variant/recursive_variant.hpp boost/variant/variant.hpp do : as_ac_Header=`printf "%s\n" "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" " @@ -20778,9 +20778,9 @@ ETONYEK_MINOR_VERSION=1 -ETONYEK_MICRO_VERSION=12 +ETONYEK_MICRO_VERSION=13 -KN_VERSION=0.1.12 +KN_VERSION=0.1.13 # AC_SUBST(LT_RELEASE, [libetonyek_version_major.libetonyek_version_minor]) LT_CURRENT=`expr 100 '*' 0 + 1` @@ -20788,7 +20788,7 @@ LT_AGE=0 # LT_AGE=libetonyek_version_minor -LT_REVISION=12 +LT_REVISION=13 @@ -22430,7 +22430,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libetonyek $as_me 0.1.12, which was +This file was extended by libetonyek $as_me 0.1.13, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -22498,7 +22498,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -libetonyek config.status 0.1.12 +libetonyek config.status 0.1.13 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libetonyek-0.1.12/configure.ac new/libetonyek-0.1.13/configure.ac --- old/libetonyek-0.1.12/configure.ac 2024-11-26 11:11:13.000000000 +0100 +++ new/libetonyek-0.1.13/configure.ac 2025-09-22 12:15:05.000000000 +0200 @@ -1,13 +1,13 @@ # Process this file with autoconf to create configure. -AC_PREREQ([2.65]) +AC_PREREQ([2.71]) # ==================== # Version informations # ==================== m4_define([libetonyek_version_major],[0]) m4_define([libetonyek_version_minor],[1]) -m4_define([libetonyek_version_micro],[12]) +m4_define([libetonyek_version_micro],[13]) m4_define([libetonyek_version],[libetonyek_version_major.libetonyek_version_minor.libetonyek_version_micro]) # ============= @@ -15,7 +15,7 @@ # ============= AC_INIT([libetonyek],[libetonyek_version]) AC_CONFIG_MACRO_DIR([m4]) -AC_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.11 foreign dist-xz dist-bzip2 subdir-objects]) AM_SILENT_RULES([yes]) AC_LANG([C++]) @@ -102,7 +102,7 @@ boost/none.hpp \ boost/numeric/conversion/cast.hpp \ boost/optional.hpp \ - boost/spirit/include/phoenix.hpp \ + boost/phoenix.hpp \ boost/spirit/include/qi.hpp \ boost/variant/recursive_variant.hpp \ boost/variant/variant.hpp \ @@ -221,7 +221,7 @@ AC_MSG_CHECKING([for -fvisibility=hidden compiler flag]) saved_CXXFLAGS="$CXXFLAGS" CXXFLAGS="$CXXFLAGS -fvisibility=hidden" - AC_TRY_COMPILE([], [], [have_visibility=yes], [have_visibility=no]) + AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[]], [[]])],[have_visibility=yes],[have_visibility=no]) AC_MSG_RESULT([$have_visibility]) CXXFLAGS="$saved_CXXFLAGS" AX_GCC_FUNC_ATTRIBUTE([visibility]) @@ -326,8 +326,7 @@ AS_IF([test "x$native_win32" = "xyes"], [ enable_asan=no ], [ AC_ARG_ENABLE([asan], - AC_HELP_STRING([--enable-asan], - [Enable Address Sanitizer support])) + AS_HELP_STRING([--enable-asan],[Enable Address Sanitizer support])) if test "x$enable_asan" = "xyes"; then enable_asan=yes diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libetonyek-0.1.12/src/lib/IWAParser.cpp new/libetonyek-0.1.13/src/lib/IWAParser.cpp --- old/libetonyek-0.1.12/src/lib/IWAParser.cpp 2024-11-05 22:56:01.000000000 +0100 +++ new/libetonyek-0.1.13/src/lib/IWAParser.cpp 2025-09-22 11:49:54.000000000 +0200 @@ -3593,7 +3593,16 @@ {285, "Union.Ranges"}, {286, "SeriesSum"}, {287, "Polynomial"}, {288, "WeiBull"}, {297, "PlainText"}, {298, "Stock"}, {299, "StockH"}, {300, "Currency"}, - {301, "CurrencyH"}, {302, "CurrencyConvert"}, {303, "CurrencyCode"} + {301, "CurrencyH"}, {302, "CurrencyConvert"}, {303, "CurrencyCode"}, + {304, "IsNumber"}, {305, "IsText"}, {306, "IsDate"}, + {309, "MaxIfs"}, {310, "MinIfs"}, {311, "XIRR"}, {312, "XNPV"}, {313, "Ifs"}, + {314, "XLookup"}, {315, "XMatch"}, {316, "Subtotal"}, {317, "CountMatches"}, + {318, "TextBefore"}, {319, "TextBetween"}, {320, "TextAfter"}, + {321, "Regex"}, {322, "Reference.Name"}, {323, "FormulaText"}, {324, "Regex.Extract"}, + {325, "GetPivotData"}, {328, "TextJoin"}, {329, "Concat"}, + {330, "BitAnd"}, {331, "BitOr"}, {332, "BitXor"}, {333, "BitLShift"}, {334, "BitRShift"}, + {335, "ISOWeekNum"}, {336, "Switch"} + }; Formula child; std::ostringstream s; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libetonyek-0.1.12/src/lib/IWORKFormula.cpp new/libetonyek-0.1.13/src/lib/IWORKFormula.cpp --- old/libetonyek-0.1.12/src/lib/IWORKFormula.cpp 2024-11-01 19:04:41.000000000 +0100 +++ new/libetonyek-0.1.13/src/lib/IWORKFormula.cpp 2025-09-22 11:49:54.000000000 +0200 @@ -18,7 +18,7 @@ #include <boost/fusion/adapted/std_pair.hpp> #include <boost/fusion/include/adapt_struct.hpp> #include <boost/spirit/include/qi.hpp> -#include <boost/spirit/include/phoenix.hpp> +#include <boost/phoenix.hpp> #include <boost/variant/recursive_variant.hpp> namespace libetonyek diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libetonyek-0.1.12/src/lib/contexts/KEY1DivElement.cpp new/libetonyek-0.1.13/src/lib/contexts/KEY1DivElement.cpp --- old/libetonyek-0.1.12/src/lib/contexts/KEY1DivElement.cpp 2024-11-01 19:04:41.000000000 +0100 +++ new/libetonyek-0.1.13/src/lib/contexts/KEY1DivElement.cpp 2025-09-22 11:49:54.000000000 +0200 @@ -8,7 +8,7 @@ */ #include <boost/spirit/include/qi.hpp> -#include <boost/spirit/include/phoenix.hpp> +#include <boost/phoenix.hpp> #include <memory> #include "KEY1DivElement.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libetonyek-0.1.12/src/lib/contexts/KEY1StringConverter.cpp new/libetonyek-0.1.13/src/lib/contexts/KEY1StringConverter.cpp --- old/libetonyek-0.1.12/src/lib/contexts/KEY1StringConverter.cpp 2024-11-01 19:04:41.000000000 +0100 +++ new/libetonyek-0.1.13/src/lib/contexts/KEY1StringConverter.cpp 2025-09-22 11:49:54.000000000 +0200 @@ -11,7 +11,7 @@ #include <boost/fusion/include/std_pair.hpp> #include <boost/spirit/include/qi.hpp> -#include <boost/spirit/include/phoenix.hpp> +#include <boost/phoenix.hpp> #include "KEY1StringConverter.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libetonyek-0.1.12/src/lib/libetonyek.rc new/libetonyek-0.1.13/src/lib/libetonyek.rc --- old/libetonyek-0.1.12/src/lib/libetonyek.rc 2024-11-26 11:15:24.000000000 +0100 +++ new/libetonyek-0.1.13/src/lib/libetonyek.rc 2025-09-22 12:25:24.000000000 +0200 @@ -1,8 +1,8 @@ #include <winver.h> VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,1,12,BUILDNUMBER - PRODUCTVERSION 0,1,12,0 + FILEVERSION 0,1,13,BUILDNUMBER + PRODUCTVERSION 0,1,13,0 FILEFLAGSMASK 0 FILEFLAGS 0 FILEOS VOS__WINDOWS32 @@ -15,12 +15,12 @@ BEGIN VALUE "CompanyName", "The libetonyek developer community" VALUE "FileDescription", "libetonyek" - VALUE "FileVersion", "0.1.12.BUILDNUMBER" + VALUE "FileVersion", "0.1.13.BUILDNUMBER" VALUE "InternalName", "libetonyek-0.0" VALUE "LegalCopyright", "Copyright (C) 2013 David Tardon, other contributors" VALUE "OriginalFilename", "libetonyek-0.0.dll" VALUE "ProductName", "libetonyek" - VALUE "ProductVersion", "0.1.12" + VALUE "ProductVersion", "0.1.13" END END BLOCK "VarFileInfo" ++++++ libetonyek-mdds-3.0.patch ++++++ --- /var/tmp/diff_new_pack.oRLfm6/_old 2025-09-23 20:47:08.963471089 +0200 +++ /var/tmp/diff_new_pack.oRLfm6/_new 2025-09-23 20:47:08.967471258 +0200 @@ -1,46 +1,3 @@ -diff --git a/configure.ac b/configure.ac -index 981056d..cfc2dc1 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -24,8 +24,8 @@ AC_LANG([C++]) - # Configure options - # ================= - AC_ARG_WITH([mdds], -- AS_HELP_STRING([--with-mdds=2.1|2.0|1.5|1.4|1.2|1.0|0.x], [Specify which version of mdds to use (2.1 is the default)]), -- [], [with_mdds="2.1"]) -+ AS_HELP_STRING([--with-mdds=3.0], [Specify which version of mdds to use (3.0 is the default)]), -+ [], [with_mdds="3.0"]) - - # =========================== - # Find required base packages -@@ -126,26 +126,7 @@ AC_SUBST([GLM_CFLAGS]) - # ========= - # Find mdds - # ========= --AS_IF([test "$with_mdds" != "0.x"], -- [PKG_CHECK_MODULES([MDDS], [mdds-][$with_mdds])], -- [ -- PKG_CHECK_MODULES([MDDS], [mdds]) -- AC_MSG_CHECKING([checking if mdds::flat_segment_tree can store values of any type]) -- old_CPPFLAGS="$CPPFLAGS" -- CPPFLAGS="$MDDS_CFLAGS $CPPFLAGS" -- AC_COMPILE_IFELSE([AC_LANG_SOURCE([ -- #include <mdds/flat_segment_tree.hpp> -- struct Value {}; -- mdds::flat_segment_tree<int, Value> tree(0, 4, Value()); -- ])], [ -- AC_MSG_RESULT([yes]) -- ], [ -- AC_MSG_RESULT([no]) -- AC_MSG_ERROR([please install mdds >= 0.12.1]) -- ]) -- CPPFLAGS="$old_CPPFLAGS" -- ] --) -+PKG_CHECK_MODULES([MDDS], [mdds-][$with_mdds]) - - # ================================= - # Libtool/Version Makefile settings From ba5347a04900db963bb667d2cc86fe571e8930ff Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla <[email protected]> Date: Fri, 7 Feb 2025 15:23:36 -0600
