public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Marek Kasik <mkasik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/poppler] rawhide: Update to 26.08.0
Date: Tue, 04 Aug 2026 15:51:33 GMT	[thread overview]
Message-ID: <178585869311.1.17296873681932626941.rpms-poppler-ab357b7d0ee5@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/poppler
Branch : rawhide
Commit : ab357b7d0ee5de297fc491394fd9fd8416df275e
Author : Marek Kasik <mkasik@redhat.com>
Date   : 2026-08-04T17:50:47+02:00
Stats  : +6/-81 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/poppler/c/ab357b7d0ee5de297fc491394fd9fd8416df275e?branch=rawhide

Log:
Update to 26.08.0

---
diff --git a/.gitignore b/.gitignore
index a788ec8..677b9f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,5 @@
 /poppler-25.07.0.tar.xz.sig
 /poppler-26.01.0.tar.xz
 /poppler-26.01.0.tar.xz.sig
+/poppler-26.08.0.tar.xz
+/poppler-26.08.0.tar.xz.sig

diff --git a/poppler-26.01.0-climits.patch b/poppler-26.01.0-climits.patch
deleted file mode 100644
index c8ec32f..0000000
--- a/poppler-26.01.0-climits.patch
+++ /dev/null
@@ -1,75 +0,0 @@
-From 4a2294f59ebbbe690d09aa6f7e021e29cbb85782 Mon Sep 17 00:00:00 2001
-From: Paul Zander <negril.nx+gentoo@gmail.com>
-Date: Mon, 12 Jan 2026 22:14:33 +0100
-Subject: Include <climits> for GCC 16
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-```
-poppler-26.01.0/poppler/SplashOutputDev.cc: In constructor
-‘T3FontCache::T3FontCache(const Ref*, double, double, double, double, int, int,
-int, int, bool, bool)’:
-poppler-26.01.0/poppler/SplashOutputDev.cc:1129:18: error: ‘INT_MAX’ was not
-declared in this scope
-1129 |     if (glyphW > INT_MAX / glyphH || glyphW <= 0 || glyphH <= 0 ||
-glyphW * glyphH > 100000) {
-      |                  ^~~~~~~
-poppler-26.01.0/poppler/SplashOutputDev.cc:84:1: note: ‘INT_MAX’ is defined in
-header ‘<climits>’; this is probably fixable by adding ‘#include <climits>’
-   83 | #include "SplashOutputDev.h"
-  +++ |+#include <climits>
-   84 | #include <algorithm>
-```
-
-Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
-Signed-off-by: Sam James <sam@gentoo.org>
-
-diff --git a/poppler/Function.cc b/poppler/Function.cc
-index b09c8cbe..51473787 100644
---- a/poppler/Function.cc
-+++ b/poppler/Function.cc
-@@ -30,6 +30,7 @@
- 
- #include <config.h>
- 
-+#include <climits>
- #include <cstdlib>
- #include <cstring>
- #include <cctype>
-diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc
-index 964560a2..f05988a3 100644
---- a/poppler/Gfx.cc
-+++ b/poppler/Gfx.cc
-@@ -60,6 +60,7 @@
- 
- #include <config.h>
- 
-+#include <climits>
- #include <cstdlib>
- #include <cstdio>
- #include <cstring>
-diff --git a/poppler/Parser.cc b/poppler/Parser.cc
-index e7c3a4c3..5a6ffdd6 100644
---- a/poppler/Parser.cc
-+++ b/poppler/Parser.cc
-@@ -33,6 +33,7 @@
- 
- #include <config.h>
- 
-+#include <climits>
- #include "Object.h"
- #include "Array.h"
- #include "Dict.h"
-diff --git a/poppler/SplashOutputDev.cc b/poppler/SplashOutputDev.cc
-index 2abc6f77..237ca3f3 100644
---- a/poppler/SplashOutputDev.cc
-+++ b/poppler/SplashOutputDev.cc
-@@ -53,6 +53,7 @@
- 
- #include <config.h>
- 
-+#include <climits>
- #include <cstring>
- #include <cmath>
- #include <vector>

diff --git a/poppler.spec b/poppler.spec
index cf26835..8561c7a 100644
--- a/poppler.spec
+++ b/poppler.spec
@@ -16,7 +16,7 @@
 
 Summary: PDF rendering library
 Name:    poppler
-Version: 26.01.0
+Version: 26.08.0
 Release: %autorelease
 License: (GPL-2.0-only OR GPL-3.0-only) AND GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
 URL:     https://poppler.freedesktop.org/
@@ -31,8 +31,6 @@ Patch1:  poppler-0.90.0-position-independent-code.patch
 
 Patch2:  poppler-21.01.0-glib-introspection.patch
 
-Patch3:  poppler-26.01.0-climits.patch
-
 BuildRequires: make
 BuildRequires: cmake
 BuildRequires: gcc-c++
@@ -240,7 +238,7 @@ test "$(pkg-config --modversion poppler-qt6)" = "%{version}"
 %files
 %doc README.md
 %license COPYING
-%{_libdir}/libpoppler.so.156*
+%{_libdir}/libpoppler.so.163*
 
 %files devel
 %{_libdir}/pkgconfig/poppler.pc

diff --git a/sources b/sources
index 0e3e316..f118098 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 SHA512 (poppler-test-2021-01-11-03a4b9eb854a06a83c465e82de601796c458bbe9.tar.xz) = 257133b261b07076d3207456e3edad324e29911a45a960d4953eb84813ac175bc65be713a10454b52b96711870fcbeee533fd0fd7de8550a87390e833b1af8c5
-SHA512 (poppler-26.01.0.tar.xz) = bf00f12eb73e164d7a73756aa03ea40f66d1b5c5677acef86b1bb450289e0aa0ab7a00cac4482e08e89dfa6fead71907bc36a70ba4b0c47e30a9fd9e61451921
-SHA512 (poppler-26.01.0.tar.xz.sig) = 95535c31cd9ca53e5f9d94ac39d97e5b0d2be1e0790f698568fb51848ab253ff8b92f5d6c33498c518838cbb4d9c7733b4e63e3f2ca238686d59170cb6233abf
+SHA512 (poppler-26.08.0.tar.xz) = 8223d4aa5539dc590870c52f38762344fec2e8492e48d106280470367d66e7a3ec1d820432b01f631f2536dd0f4e2cf8ceedb3d59d9ee4191bff68f8bfea72d9
+SHA512 (poppler-26.08.0.tar.xz.sig) = 229138d07b08f151ad27a37e220c413dfe491ae39128a70f0d9f8d4793af1e7500d7895d7108fdb9dd6b7d599d4da3a2d1f50d967260ffeda049806c9a9b2c01

                 reply	other threads:[~2026-08-04 15:51 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=178585869311.1.17296873681932626941.rpms-poppler-ab357b7d0ee5@fedoraproject.org \
    --to=mkasik@redhat.com \
    --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