fix issue#I9F384

Signed-off-by: liweigang <liweiganga@uniontech.com>
This commit is contained in:
liweigang 2024-04-09 17:28:36 +08:00
parent 8146dc7da7
commit fb4d2afe3e

View File

@ -4,7 +4,7 @@
Summary: PDF rendering library Summary: PDF rendering library
Name: poppler Name: poppler
Version: 0.90.0 Version: 0.90.0
Release: 6 Release: 7
License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT
URL: http://poppler.freedesktop.org/ URL: http://poppler.freedesktop.org/
Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.xz Source0: http://poppler.freedesktop.org/poppler-%{version}.tar.xz
@ -128,6 +128,7 @@ This package provides development files for C++ wrapper
%package utils %package utils
Summary: Command line utilities for converting PDF files Summary: Command line utilities for converting PDF files
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Obsoletes: %{name} <= 0.67.0
%description utils %description utils
Command line tools for manipulating PDF files and converting them to Command line tools for manipulating PDF files and converting them to
other formats. other formats.
@ -222,6 +223,9 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}"
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Tue Apr 09 2024 liweigang <liweiganga@uniontech.com> - 0.90.0-7
- fix issue#I9F384
* Wed Nov 29 2023 xiongyi <xiongyi@uniontech.com> - 0.90.0-6 * Wed Nov 29 2023 xiongyi <xiongyi@uniontech.com> - 0.90.0-6
- fix CVE-2020-36023 - fix CVE-2020-36023
- fix infinite looping in cvtGlyph with broken files - fix infinite looping in cvtGlyph with broken files