The package rpms/pdfgrep.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/pdfgrep.git/commit/?id=536e6fdce6396....
Change: +%ifnarch s390x
Thanks.
Full change: ============
commit 536e6fdce6396475e9e201f7b2d63cb78c3e0401 Author: Robert Scheck robert@fedoraproject.org Date: Tue Mar 26 01:05:44 2024 +0100
Upgrade to 2.2.0 (#2128346, #2271384)
diff --git a/pdfgrep.spec b/pdfgrep.spec index bda2e99..6b88a24 100644 --- a/pdfgrep.spec +++ b/pdfgrep.spec @@ -1,7 +1,7 @@ Summary: Tool to search text in PDF files Name: pdfgrep -Version: 2.1.2 -Release: 14%{?dist} +Version: 2.2.0 +Release: 1%{?dist}
License: GPL-2.0-or-later URL: https://pdfgrep.org/ @@ -12,10 +12,21 @@ Source2: https://keys.openpgp.org/vks/v1/by-fingerprint/432FC753112F26D9E BuildRequires: make BuildRequires: gnupg2 BuildRequires: gcc-c++ -BuildRequires: poppler-cpp-devel -BuildRequires: libgcrypt-devel -BuildRequires: pcre-devel +BuildRequires: poppler-cpp-devel >= 0.36.0 +BuildRequires: libgcrypt-devel >= 1.0.0 +BuildRequires: pcre2-devel BuildRequires: asciidoc +%if 0%{?fedora} +# Tests: runtest(1), pdflatex(1) with parskip.sty +BuildRequires: dejagnu +BuildRequires: texlive-latex +BuildRequires: tex(parskip.sty) +# RHEL requires expl3.sty and pdftex.map explicitly +%if 0%{?rhel} && 0%{?rhel} < 10 +BuildRequires: tex(expl3.sty) +BuildRequires: tex(pdftex.map) +%endif +%endif
%description Pdfgrep is a tool, that works similar to grep, to search text in PDF files. @@ -35,6 +46,16 @@ colored output and finally also support for password protected PDF files. %install %make_install
+# /usr/share/texlive/texmf-dist/scripts/texlive/mktexlsr is run too early in dnf +# transaction on RHEL 8 and 9, thus pdflatex(1) is unusable - thanks Red Hat ;-( +%if 0%{?fedora} +# Tests are broken on s390x, see https://gitlab.com/pdfgrep/pdfgrep/-/issues/70 +%ifnarch s390x +%check +make check +%endif +%endif + %files %license COPYING %doc AUTHORS NEWS.md README.md @@ -48,6 +69,9 @@ colored output and finally also support for password protected PDF files. %{_datadir}/zsh/site-functions/_%{name}
%changelog +* Tue Mar 26 2024 Robert Scheck robert@fedoraproject.org - 2.2.0-1 +- Upgrade to 2.2.0 (#2128346, #2271384) + * Thu Jan 25 2024 Fedora Release Engineering releng@fedoraproject.org - 2.1.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/sources b/sources index b9dc500..6de4090 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (pdfgrep-2.1.2.tar.gz) = 27bc4741e5203b2fd265815a22ad8d702b3455b2ae932641b040fc9ce615bc9ff0abef221eb2ec8aa59c79cb139d31184261d076f9731177129a473d62aa4e5c -SHA512 (pdfgrep-2.1.2.tar.gz.asc) = 136a187fc2f2a04b9ac83b04d1f7aa7f440674fa4c94fe28729eaa595c291e45e62d902013dd2f89a62c7730c146af642859cfd8085719c3516644bca1f314f1 +SHA512 (pdfgrep-2.2.0.tar.gz) = de39ccb266f30b32ec71083759553979a31f7220b4923a4c3c74e1001c2f2c0dbef17c00f8139ffe88eec2031c48a13f18a057c7523ad363689b0f5b004c420f +SHA512 (pdfgrep-2.2.0.tar.gz.asc) = bbca59f23e033c91c0ac871d99eb20dd684b53cf6be4a8f75cb8d89d470f00b9075491c1f5dc3975775d6f207199590effd0a59df9eba0c7dc0ae019c87ab7d9
commit eee0a8e5d69a48f01232b0b4754bd10d945bffee Author: Fedora Release Engineering releng@fedoraproject.org Date: Thu Jan 25 12:26:00 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/pdfgrep.spec b/pdfgrep.spec index 8e6bd0f..bda2e99 100644 --- a/pdfgrep.spec +++ b/pdfgrep.spec @@ -1,7 +1,7 @@ Summary: Tool to search text in PDF files Name: pdfgrep Version: 2.1.2 -Release: 13%{?dist} +Release: 14%{?dist}
License: GPL-2.0-or-later URL: https://pdfgrep.org/ @@ -48,6 +48,9 @@ colored output and finally also support for password protected PDF files. %{_datadir}/zsh/site-functions/_%{name}
%changelog +* Thu Jan 25 2024 Fedora Release Engineering releng@fedoraproject.org - 2.1.2-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering releng@fedoraproject.org - 2.1.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
commit 811ff2cd9b6d7a319d4bceabb77dd0f844f4786b Author: Fedora Release Engineering releng@fedoraproject.org Date: Sun Jan 21 12:04:40 2024 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
diff --git a/pdfgrep.spec b/pdfgrep.spec index ca8476b..8e6bd0f 100644 --- a/pdfgrep.spec +++ b/pdfgrep.spec @@ -1,7 +1,7 @@ Summary: Tool to search text in PDF files Name: pdfgrep Version: 2.1.2 -Release: 12%{?dist} +Release: 13%{?dist}
License: GPL-2.0-or-later URL: https://pdfgrep.org/ @@ -48,6 +48,9 @@ colored output and finally also support for password protected PDF files. %{_datadir}/zsh/site-functions/_%{name}
%changelog +* Sun Jan 21 2024 Fedora Release Engineering releng@fedoraproject.org - 2.1.2-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Thu Jul 20 2023 Fedora Release Engineering releng@fedoraproject.org - 2.1.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
commit 90e279ff61a2a12525748df63b7dfdf3b1b578d3 Author: Fedora Release Engineering releng@fedoraproject.org Date: Thu Jul 20 18:54:29 2023 +0000
Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
Signed-off-by: Fedora Release Engineering releng@fedoraproject.org
diff --git a/pdfgrep.spec b/pdfgrep.spec index 113f16b..ca8476b 100644 --- a/pdfgrep.spec +++ b/pdfgrep.spec @@ -1,7 +1,7 @@ Summary: Tool to search text in PDF files Name: pdfgrep Version: 2.1.2 -Release: 11%{?dist} +Release: 12%{?dist}
License: GPL-2.0-or-later URL: https://pdfgrep.org/ @@ -48,6 +48,9 @@ colored output and finally also support for password protected PDF files. %{_datadir}/zsh/site-functions/_%{name}
%changelog +* Thu Jul 20 2023 Fedora Release Engineering releng@fedoraproject.org - 2.1.2-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Thu Jan 19 2023 Fedora Release Engineering releng@fedoraproject.org - 2.1.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
arch-excludes@lists.fedoraproject.org