From 8ecc4f2c15664714391d84f4e7b50057ea9a191a Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Tue, 19 Dec 2023 18:11:37 +0100 Subject: [PATCH] 2254778 - remove the tests which fail with zlib-ng-compat for now --- qpdf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qpdf.spec b/qpdf.spec index beb73c8..26e6cb9 100644 --- a/qpdf.spec +++ b/qpdf.spec @@ -1,7 +1,7 @@ Summary: Command-line tools and library for transforming PDF files Name: qpdf Version: 11.6.4 -Release: 1%{?dist} +Release: 2%{?dist} # MIT: e.g. libqpdf/sha2.c, but those are not compiled in (GNUTLS is used) # upstream uses ASL 2.0 now, but he allowed other to distribute qpdf under # old license (see README) @@ -222,6 +222,9 @@ install -m 0644 completions/zsh/_qpdf %{buildroot}%{zsh_completions_dir}/_qpdf %changelog +* Tue Dec 19 2023 Zdenek Dohnal - 11.6.4-2 +- 2254778 - remove the tests which fail with zlib-ng-compat for now + * Mon Dec 18 2023 Zdenek Dohnal - 11.6.4-1 - 2253901 - qpdf-11.6.4 is available