import UBI poppler-21.01.0-24.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-05-19 19:54:48 -04:00
parent 4a7a90556a
commit 41efb750a8
2 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,19 @@
From 56453310d4241a917a4d2ff27fa76c2878f87508 Mon Sep 17 00:00:00 2001
From: Marek Kasik <mkasik@redhat.com>
Date: Fri, 26 Mar 2021 13:10:19 +0100
Subject: utils: New paragraph for "-sign" in pdfsig.1
Create new paragraph for "-sign" option in pdfsig.1 man page.
diff --git a/utils/pdfsig.1 b/utils/pdfsig.1
index e1f974c8..cbb21882 100644
--- a/utils/pdfsig.1
+++ b/utils/pdfsig.1
@@ -39,6 +39,7 @@ Do not validate the certificate.
.TP
.B \-dump
Dump all signatures into current directory.
+.TP
.B \-sign " number"
Sign the document in the signature field with the given number.
.TP

View File

@ -3,7 +3,7 @@
Summary: PDF rendering library
Name: poppler
Version: 21.01.0
Release: 23%{?dist}
Release: 24%{?dist}
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
URL: http://poppler.freedesktop.org/
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.xz
@ -57,6 +57,9 @@ Patch14: poppler-21.01.0-pdfinfo-dests.patch
# https://issues.redhat.com/browse/RHEL-131792
Patch15: poppler-21.01.0-check-bitmap-in-combine.patch
# https://issues.redhat.com/browse/RHEL-126070
Patch16: poppler-21.01.0-fix-pdfsig-man-page.patch
BuildRequires: make
BuildRequires: cmake
BuildRequires: gcc-c++
@ -250,6 +253,10 @@ test "$(pkg-config --modversion poppler-qt5)" = "%{version}"
%{_mandir}/man1/*
%changelog
* Mon Dec 22 2025 Marek Kasik <mkasik@redhat.com> - 21.01.0-24
- Fix pdfsig's man page
- Resolves: RHEL-126070
* Wed Dec 17 2025 Marek Kasik <mkasik@redhat.com> - 21.01.0-23
- Bump release for build inheritance
- Resolves: RHEL-131792