public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michael J Gruber <mjg@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/mupdf] f44: rebase to 1.27.2 (rhbz#2441233)
Date: Wed, 03 Jun 2026 15:57:23 GMT	[thread overview]
Message-ID: <178050224337.1.5280915290888632213.rpms-mupdf-ab0b422eadec@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/mupdf
Branch : f44
Commit : ab0b422eadec40394c81aca5c600cc4b810b0d77
Author : Michael J Gruber <mjg@fedoraproject.org>
Date   : 2026-06-03T17:37:17+02:00
Stats  : +5/-56 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/mupdf/c/ab0b422eadec40394c81aca5c600cc4b810b0d77?branch=f44

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

                 reply	other threads:[~2026-06-03 15:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178050224337.1.5280915290888632213.rpms-mupdf-ab0b422eadec@fedoraproject.org \
    --to=mjg@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox