From: @Venland 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
This commit is contained in:
openeuler-ci-bot 2024-04-09 09:48:49 +00:00 committed by Gitee
commit 3f28ecd714
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

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