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-25 17:13:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mupdf (Old) and /work/SRC/openSUSE:Factory/.mupdf.new.2088 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mupdf" Thu Jun 25 17:13:47 2026 rev:74 rq:1361704 version:1.27.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mupdf/mupdf.changes 2026-06-23 17:42:13.045111549 +0200 +++ /work/SRC/openSUSE:Factory/.mupdf.new.2088/mupdf.changes 2026-06-25 17:14:00.186774683 +0200 @@ -1,0 +2,6 @@ +Thu Jun 25 08:26:15 UTC 2026 - Martin Pluskal <[email protected]> + +- Modernise the spec with spec-cleaner (drop obsolete Group tags, + use pkgconfig() build requires). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mupdf.spec ++++++ --- /var/tmp/diff_new_pack.saGsPX/_old 2026-06-25 17:14:01.266811939 +0200 +++ /var/tmp/diff_new_pack.saGsPX/_new 2026-06-25 17:14:01.274812215 +0200 @@ -17,53 +17,52 @@ # -%if 0%{suse_version} < 1600 -%define gcc_ver 11 -%endif # 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 +%if 0%{?suse_version} < 1600 +%define gcc_ver 11 +%endif Name: mupdf Version: 1.27.2 Release: 0 Summary: PDF and XPS Viewer and Parser and Rendering Library License: AGPL-3.0-or-later -Group: Productivity/Office/Other URL: https://mupdf.com/ Source0: https://mupdf.com/downloads/archive/%{name}-%{version}-source.tar.gz Source1: %{name}.desktop Source2: %{name}-gl.desktop Patch0: mupdf-no-strip.patch -BuildRequires: Mesa-libGL-devel BuildRequires: desktop-file-utils BuildRequires: fdupes -BuildRequires: freetype2-devel BuildRequires: gcc%{?gcc_ver}-c++ BuildRequires: hicolor-icon-theme BuildRequires: jbig2dec-devel -BuildRequires: libcurl-devel BuildRequires: libjpeg-devel -BuildRequires: openjpeg2-devel BuildRequires: pkgconfig -BuildRequires: zlib-devel BuildRequires: zstd +BuildRequires: pkgconfig(freetype2) +BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(glu) BuildRequires: pkgconfig(harfbuzz) BuildRequires: pkgconfig(libbrotlidec) BuildRequires: pkgconfig(libbrotlienc) +BuildRequires: pkgconfig(libcurl) +BuildRequires: pkgconfig(libopenjp2) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(tesseract) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xi) BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(zlib) +Requires: xdg-utils 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 -Requires: xdg-utils %description MuPDF is a PDF and XPS viewer and parser/rendering library. @@ -78,7 +77,6 @@ %package -n libmupdf%{sover} Summary: MuPDF rendering library (shared) -Group: System/Libraries %description -n libmupdf%{sover} MuPDF is a PDF and XPS viewer and parser/rendering library. @@ -87,7 +85,6 @@ %package devel Summary: Development Files for mupdf -Group: Development/Libraries/C and C++ Requires: libmupdf%{sover} = %{version} # mupdf is now shared-only; the headers moved here from the dropped # mupdf-devel-static, so obsolete it for a clean upgrade (same version)
