public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mupdf] rawhide: rebase to 1.27.2 (rhbz#2441233)
@ 2026-06-03 13:37 Michael J Gruber
0 siblings, 0 replies; only message in thread
From: Michael J Gruber @ 2026-06-03 13:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mupdf
Branch : rawhide
Commit : 94ee7ec6da8fe69a9ca1e07d87dc3e65c29bc0fd
Author : Michael J Gruber <mjg@fedoraproject.org>
Date : 2026-05-31T22:12:59+02:00
Stats : +5/-56 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/mupdf/c/94ee7ec6da8fe69a9ca1e07d87dc3e65c29bc0fd?branch=rawhide
Log:
rebase to 1.27.2 (rhbz#2441233)
---
diff --git a/.gitignore b/.gitignore
index 7a1aacf..9f3c9f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -68,3 +68,4 @@
/mupdf-1.26.12-source.tar.gz
/mupdf-1.27.0-source.tar.gz
/mupdf-1.27.1-source.tar.gz
+/mupdf-1.27.2-source.tar.gz
diff --git a/0001-Bug-709029-Fix-incorrect-error-case-free-of-pixmap.patch b/0001-Bug-709029-Fix-incorrect-error-case-free-of-pixmap.patch
deleted file mode 100644
index 403b04b..0000000
--- a/0001-Bug-709029-Fix-incorrect-error-case-free-of-pixmap.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From d4743b6092d513321c23c6f7fe5cff87cde043c1 Mon Sep 17 00:00:00 2001
-Message-ID: <d4743b6092d513321c23c6f7fe5cff87cde043c1.1770658023.git.mjg@fedoraproject.org>
-From: Robin Watts <Robin.Watts@artifex.com>
-Date: Mon, 12 Jan 2026 19:08:56 +0000
-Subject: [PATCH] Bug 709029: Fix incorrect error-case free of pixmap.
-
-Don't free a pixmap we don't own!
----
- source/fitz/util.c | 15 +++++++++------
- 1 file changed, 9 insertions(+), 6 deletions(-)
-
-diff --git a/source/fitz/util.c b/source/fitz/util.c
-index 7710124cc..90226a5c1 100644
---- a/source/fitz/util.c
-+++ b/source/fitz/util.c
-@@ -119,7 +119,15 @@ fz_new_pixmap_from_display_list_with_separations(fz_context *ctx, fz_display_lis
- else
- fz_clear_pixmap_with_value(ctx, pix, 0xFF);
-
-- return fz_fill_pixmap_from_display_list(ctx, list, ctm, pix);
-+ fz_try(ctx)
-+ fz_fill_pixmap_from_display_list(ctx, list, ctm, pix);
-+ fz_catch(ctx)
-+ {
-+ fz_drop_pixmap(ctx, pix);
-+ fz_rethrow(ctx);
-+ }
-+
-+ return pix;
- }
-
- fz_pixmap *
-@@ -136,14 +144,9 @@ fz_fill_pixmap_from_display_list(fz_context *ctx, fz_display_list *list, fz_matr
- fz_close_device(ctx, dev);
- }
- fz_always(ctx)
-- {
- fz_drop_device(ctx, dev);
-- }
- fz_catch(ctx)
-- {
-- fz_drop_pixmap(ctx, pix);
- fz_rethrow(ctx);
-- }
-
- return pix;
- }
---
-2.53.0.247.g99c804103f
-
diff --git a/mupdf.spec b/mupdf.spec
index 1f73b93..c557016 100644
--- a/mupdf.spec
+++ b/mupdf.spec
@@ -4,9 +4,9 @@ Name: mupdf
%global libname libmupdf
%global pypiname mupdf
-Version: 1.27.1
+Version: 1.27.2
%global somajor 27
-%global sominor 1
+%global sominor 2
%global soname %{somajor}.%{sominor}
%global pkgconfig %{_libdir}/pkgconfig
# upstream prerelease versions tags need to be translated to Fedorian
@@ -44,8 +44,6 @@ Patch: 0001-do-not-use-CXXFLAGS-with-swig.patch
Patch: 0001-pdf_font-report-font-name-in-warning.patch
# Upstreamable:
Patch: 0001-mupdfwrap_test-adjust-to-mupdf-1.27.x.patch
-# Upstream master branch:
-Patch: 0001-Bug-709029-Fix-incorrect-error-case-free-of-pixmap.patch
BuildRequires: gcc gcc-c++ make binutils desktop-file-utils coreutils pkgconfig
BuildRequires: openjpeg2-devel desktop-file-utils
@@ -75,7 +73,7 @@ Requires: %{name}-libs%{_isa} = %{version}-%{release}
Provides: bundled(lcms2-devel) = lcms2.16^65.gf75fad7
# muPDF needs the muJS sources for the build even if we build against the system
# version so bundling them is the safer choice.
-Provides: bundled(mujs-devel) = 1.3.7^2.g33c83d8
+Provides: bundled(mujs-devel) = 1.3.9-9.ge892c9f
# muPDF builds only against in-tree extract which is versioned along with ghostpdl.
Provides: bundled(extract) = 10.05
diff --git a/sources b/sources
index ea91dcd..6252c85 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mupdf-1.27.1-source.tar.gz) = f1dc3aaa54156979cbc47e6f2e58c202d70cb291a27f1fa6800ce1f934f54cb0fe255da56512d0617ba8d48bf993f71664924df72b414c15093308cf164edfe9
+SHA512 (mupdf-1.27.2-source.tar.gz) = 68c92007aac775d22dca151a7ae2d4e77755dbc0c8a6faeec8048aa3537de4e1b5a98d999e090460298f294d7aed62e3aa144817d78655435d9498b159ccd0dc
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-03 13:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 13:37 [rpms/mupdf] rawhide: rebase to 1.27.2 (rhbz#2441233) Michael J Gruber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox