Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package evince for openSUSE:Factory checked in at 2025-03-25 22:07:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/evince (Old) and /work/SRC/openSUSE:Factory/.evince.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "evince" Tue Mar 25 22:07:49 2025 rev:181 rq:1255566 version:48.0 Changes: -------- --- /work/SRC/openSUSE:Factory/evince/evince.changes 2025-03-18 17:40:39.819940481 +0100 +++ /work/SRC/openSUSE:Factory/.evince.new.2696/evince.changes 2025-03-25 22:08:26.016753571 +0100 @@ -1,0 +2,6 @@ +Thu Mar 20 19:29:00 UTC 2025 - Bjørn Lie <bjorn....@gmail.com> + +- Add evince-kpathsea.patch: Fix build with gcc 15 (patch lifted + from fedora). + +------------------------------------------------------------------- New: ---- evince-kpathsea.patch BETA DEBUG BEGIN: New: - Add evince-kpathsea.patch: Fix build with gcc 15 (patch lifted from fedora). BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ evince.spec ++++++ --- /var/tmp/diff_new_pack.kWZSD6/_old 2025-03-25 22:08:26.800786030 +0100 +++ /var/tmp/diff_new_pack.kWZSD6/_new 2025-03-25 22:08:26.804786195 +0100 @@ -48,6 +48,9 @@ # PATCH-FIX-SLE Patch8: 0006-reversed-synctex-Update-from-version-1.18-to-1.21.patch +# PATCH-FIX-UPSTREAM evince-kpathsea.patch -- Fix build with gcc 15 +Patch1000: evince-kpathsea.patch + BuildRequires: c_compiler BuildRequires: desktop-file-utils BuildRequires: fdupes @@ -220,6 +223,7 @@ %patch -P 7 -p1 %patch -P 8 -p1 %endif +%autopatch -p1 -m 1000 %build %meson \ ++++++ evince-kpathsea.patch ++++++ --- evince-46.3.1/backend/dvi/mdvi-lib/private.h +++ evince-46.3.1/backend/dvi/mdvi-lib/private.h @@ -32,6 +32,7 @@ # endif #endif +#include <kpathsea/c-auto.h> #include <kpathsea/debug.h> #include <kpathsea/tex-file.h> #include <kpathsea/tex-glyph.h>