Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libreoffice for openSUSE:Factory checked in at 2022-12-16 17:51:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libreoffice (Old) and /work/SRC/openSUSE:Factory/.libreoffice.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libreoffice" Fri Dec 16 17:51:11 2022 rev:263 rq:1043169 version:7.4.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes 2022-11-29 10:52:38.224573206 +0100 +++ /work/SRC/openSUSE:Factory/.libreoffice.new.1835/libreoffice.changes 2022-12-16 17:51:15.071885396 +0100 @@ -1,0 +2,6 @@ +Tue Dec 13 17:25:49 UTC 2022 - Danilo Spinella <danilo.spine...@suse.com> + +- Use fixmath shared library + * use-fixmath-shared-library.patch + +------------------------------------------------------------------- New: ---- use-fixmath-shared-library.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libreoffice.spec ++++++ --- /var/tmp/diff_new_pack.D1NPUp/_old 2022-12-16 17:51:18.435903911 +0100 +++ /var/tmp/diff_new_pack.D1NPUp/_new 2022-12-16 17:51:18.439903933 +0100 @@ -111,6 +111,8 @@ Patch12: fix_harfbuzz_on_sle12_sp5.patch # PATCH-FIX-UPSTREAM remove egrep/fgrep calls Patch13: libreoffice-7.4.1.2-grep.patch +# PATCH-FIX-SUSE use fixmath shared library +Patch14: use-fixmath-shared-library.patch # Build with java 8 Patch101: 0001-Revert-java-9-changes.patch # try to save space by using hardlinks @@ -1034,6 +1036,7 @@ %patch101 -p1 %endif %patch13 -p1 +%patch14 -p1 %patch990 -p1 %patch991 -p1 ++++++ use-fixmath-shared-library.patch ++++++ Index: libreoffice-7.4.3.2/configure.ac =================================================================== --- libreoffice-7.4.3.2.orig/configure.ac +++ libreoffice-7.4.3.2/configure.ac @@ -10594,7 +10594,7 @@ if test "$with_system_libfixmath" = "yes AC_LANG_PUSH([C++]) AC_CHECK_HEADER([libfixmath/fix16.hpp], [], [AC_MSG_ERROR([libfixmath/fix16.hpp not found. install libfixmath])], []) - AC_CHECK_LIB([libfixmath], [fix16_mul], [:], [AC_MSG_ERROR(libfixmath lib not found or functional)], []) + AC_SEARCH_LIBS([fix16_mul], [fixmath libfixmath], [:], [AC_MSG_ERROR(libfixmath lib not found or functional)], []) AC_LANG_POP([C++]) else AC_MSG_RESULT([internal])