Rebuild for inclusion of poppler-glib-doc in CRB

Resolves: RHEL-4274
This commit is contained in:
Marek Kasik 2023-10-12 16:33:02 +02:00
parent ba19ac39a7
commit 6ed06c877c
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Summary: PDF rendering library
Name: poppler
Version: 21.01.0
Release: 18%{?dist}
Release: 19%{?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
@ -240,6 +240,10 @@ test "$(pkg-config --modversion poppler-qt5)" = "%{version}"
%{_mandir}/man1/*
%changelog
* Thu Oct 12 2023 Marek Kasik <mkasik@redhat.com> - 21.01.0-19
- Rebuild for inclusion of poppler-glib-doc in CRB
- Resolves: RHEL-4274
* Fri Jun 9 2023 Marek Kasik <mkasik@redhat.com> - 21.01.0-18
- Check XRef's Catalog for being a Dict
- Resolves: #2189820