From 747e049d477556a478ddc4c9acddceb03a54cdc9 Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Wed, 29 Sep 2021 11:08:49 +0800 Subject: [PATCH] modify the patch number --- poppler.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/poppler.spec b/poppler.spec index ca3b610..36b2154 100644 --- a/poppler.spec +++ b/poppler.spec @@ -3,7 +3,7 @@ Name: poppler Version: 0.67.0 -Release: 9 +Release: 10 Summary: Poppler is a PDF rendering library based on the xpdf-3.0 code base License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT URL: https://poppler.freedesktop.org/ @@ -16,8 +16,6 @@ Patch4: poppler-0.63.0-python3.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1557355 Patch6: poppler-0.63.0-tiling-patterns.patch Patch7: poppler-0.67.0-qt4-const.patch -Patch8: backport-CVE-2019-12293.patch -Patch9: backport-CVE-2020-27778.patch Patch6000: poppler-CVE-2018-19149.patch Patch6001: poppler_0.26.5_CVE-2019-9200.patch @@ -38,6 +36,8 @@ Patch6015: backport-CVE-2018-19060.patch Patch6016: backport-CVE-2018-20481.patch Patch6017: backport-CVE-2019-14494.patch Patch6018: backport-CVE-2019-7310.patch +Patch6019: backport-CVE-2019-12293.patch +Patch6020: backport-CVE-2020-27778.patch BuildRequires: cmake gcc-c++ gettext-devel qt5-qtbase-devel qt-devel cairo-devel fontconfig-devel BuildRequires: freetype-devel gdk-pixbuf2-devel glib2-devel gobject-introspection-devel gtk3-devel @@ -246,6 +246,12 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}" %{_mandir}/man1/* %changelog +* Wed Sep 29 2021 yangcheng - 0.67.0-10 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:Modify the patch number + * Tue Sep 28 2021 hanhuihui - 0.67.0-9 - Type:cves - Id:NA -- Gitee