Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mupdf for openSUSE:Factory checked in at 2026-06-27 18:07:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mupdf (Old) and /work/SRC/openSUSE:Factory/.mupdf.new.11887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mupdf" Sat Jun 27 18:07:58 2026 rev:75 rq:1361984 version:1.28.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mupdf/mupdf.changes 2026-06-25 17:14:00.186774683 +0200 +++ /work/SRC/openSUSE:Factory/.mupdf.new.11887/mupdf.changes 2026-06-27 18:09:59.319873412 +0200 @@ -1,0 +2,30 @@ +Sat Jun 27 07:41:22 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to 1.28.0: + * Markdown document format support. + * HTML/EPUB rendering improvements: vertical-align for inline + images and percentage values, support for <u>, <s> and <mark> + tags, background-color on inline elements, :before/:after + pseudo-selectors, non-interactive appearance for form input + elements, and respect for the meta viewport minimum page size. + * Per-document control of publisher and user CSS. + * New mutool audit command to analyse PDF structure and generate + a report; mutool grep now uses regular expressions by default. + * Improved text extraction: better ActualText replacement + handling, presentation-form (ligature) decomposition for all + scripts, improved paragraph and fake-bold detection, and better + soft/hard hyphen handling. + * New fz_check_document to scan a document and repair possible + structural errors before editing. + * Support linear and radial shadings when converting XPS and + other formats to PDF. + * Many bug fixes, optimisations and security hardening fixes. +- Track the new shared-library SONAME: the rendering library + subpackage is renamed libmupdf27_2 to libmupdf28_0 + (libmupdf.so.28.0). +- Keep the bundled cmark-gfm (0.29.0.gfm.13) thirdparty copy, now + required for the new Markdown support; no system cmark-gfm exists + in Factory yet. +- Refresh mupdf-no-strip.patch for the new sources. + +------------------------------------------------------------------- Old: ---- mupdf-1.27.2-source.tar.gz New: ---- mupdf-1.28.0-source.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mupdf.spec ++++++ --- /var/tmp/diff_new_pack.7ZIYTJ/_old 2026-06-27 18:10:01.127934641 +0200 +++ /var/tmp/diff_new_pack.7ZIYTJ/_new 2026-06-27 18:10:01.139935047 +0200 @@ -19,12 +19,12 @@ # mupdf sets the shared-library SONAME to libmupdf.so.<minor>.<patch>, so it # changes on every upstream release; keep %%sover in sync with the version. -%define sover 27_2 +%define sover 28_0 %if 0%{?suse_version} < 1600 %define gcc_ver 11 %endif Name: mupdf -Version: 1.27.2 +Version: 1.28.0 Release: 0 Summary: PDF and XPS Viewer and Parser and Rendering Library License: AGPL-3.0-or-later @@ -57,12 +57,13 @@ BuildRequires: pkgconfig(xrandr) BuildRequires: pkgconfig(zlib) Requires: xdg-utils +Provides: bundled(cmark-gfm) = 0.29.0.gfm.13 Provides: bundled(freeglut) = 3.0.0 Provides: bundled(freeglut-art) = 3.0.0 Provides: bundled(gumbo-parser) = 0.10.1 -Provides: bundled(lcms2) = 2.14 -Provides: bundled(lcms2-art) = 2.14 -Provides: bundled(mujs) = 1.3.2 +Provides: bundled(lcms2) = 2.19 +Provides: bundled(lcms2-art) = 2.19 +Provides: bundled(mujs) = 1.3.8 %description MuPDF is a PDF and XPS viewer and parser/rendering library. @@ -97,7 +98,7 @@ %prep %autosetup -p1 -n %{name}-%{version}-source -for d in $(ls thirdparty | grep -v -e freeglut -e lcms2 -e mujs -e extract -e gumbo-parser) +for d in $(ls thirdparty | grep -v -e freeglut -e lcms2 -e mujs -e extract -e gumbo-parser -e cmark-gfm) do rm -rf thirdparty/$d done ++++++ mupdf-1.27.2-source.tar.gz -> mupdf-1.28.0-source.tar.gz ++++++ /work/SRC/openSUSE:Factory/mupdf/mupdf-1.27.2-source.tar.gz /work/SRC/openSUSE:Factory/.mupdf.new.11887/mupdf-1.28.0-source.tar.gz differ: char 5, line 1 ++++++ mupdf-no-strip.patch ++++++ --- /var/tmp/diff_new_pack.7ZIYTJ/_old 2026-06-27 18:10:01.315941007 +0200 +++ /var/tmp/diff_new_pack.7ZIYTJ/_new 2026-06-27 18:10:01.319941143 +0200 @@ -1,6 +1,6 @@ ---- mupdf-1.23.3-source/Makerules.orig 2023-09-20 07:55:15.822969071 +0200 -+++ mupdf-1.23.3-source/Makerules 2023-09-20 07:55:39.019862276 +0200 -@@ -93,7 +93,7 @@ +--- mupdf-1.28.0-source/Makerules.orig ++++ mupdf-1.28.0-source/Makerules +@@ -156,7 +156,7 @@ LDFLAGS += -g else ifeq ($(build),release) CFLAGS += -pipe -O2 -DNDEBUG
