Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zathura-plugin-pdf-mupdf for 
openSUSE:Factory checked in at 2026-06-23 17:39:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zathura-plugin-pdf-mupdf (Old)
 and      /work/SRC/openSUSE:Factory/.zathura-plugin-pdf-mupdf.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zathura-plugin-pdf-mupdf"

Tue Jun 23 17:39:08 2026 rev:16 rq:1361202 version:2026.05.10

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/zathura-plugin-pdf-mupdf/zathura-plugin-pdf-mupdf.changes
        2026-05-29 18:12:46.788567463 +0200
+++ 
/work/SRC/openSUSE:Factory/.zathura-plugin-pdf-mupdf.new.1956/zathura-plugin-pdf-mupdf.changes
      2026-06-23 17:42:09.180976095 +0200
@@ -1,0 +2,12 @@
+Mon Jun 22 14:14:13 UTC 2026 - Martin Pluskal <[email protected]>
+
+- Build against the shared MuPDF library instead of the static
+  libmupdf.a: the plugin failed to load with "undefined symbol:
+  jpeg_resync_to_restart" because openSUSE builds MuPDF against system
+  codec libraries (jpeg, openjpeg, jbig2dec, brotli) which the static
+  archive does not pull in; the shared library carries them in its own
+  NEEDED. Switch BuildRequires from mupdf-devel-static to
+  pkgconfig(mupdf) so upstream's meson links the shared library
+  (boo#1165273).
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ zathura-plugin-pdf-mupdf.spec ++++++
--- /var/tmp/diff_new_pack.wpZRDq/_old  2026-06-23 17:42:10.533023490 +0200
+++ /var/tmp/diff_new_pack.wpZRDq/_new  2026-06-23 17:42:10.537023630 +0200
@@ -34,13 +34,14 @@
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  meson >= 1.5
-BuildRequires:  mupdf-devel-static >= 1.26
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(girara)
 BuildRequires:  pkgconfig(glib-2.0)
+# link against the shared MuPDF library (carries the system codec deps in its
+# own NEEDED); the static libmupdf.a left them undefined at load (boo#1165273)
+BuildRequires:  pkgconfig(mupdf) >= 1.26
 BuildRequires:  pkgconfig(zathura) >= 2026.01.30
-Requires:       mupdf >= 1.26
 Requires:       zathura >= 2026.01.30
 Conflicts:      zathura-plugin-pdf-poppler
 Provides:       %{realname}-plugin

Reply via email to