diff --git a/autotrace.spec b/autotrace.spec index 7e2eaf3..e1757e6 100644 --- a/autotrace.spec +++ b/autotrace.spec @@ -1,6 +1,6 @@ Name: autotrace Version: 0.31.1 -Release: 61%{?dist} +Release: 62%{?dist} Summary: Utility for converting bitmaps to vector graphics License: GPLv2+ and LGPLv2+ URL: http://autotrace.sourceforge.net/ @@ -109,6 +109,9 @@ find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';' %changelog +* Fri May 21 2021 Parag Nemade - 0.31.1-62 +- Resolves: rhbz#1961993 - Add gating tests from rhel-8 + * Fri Apr 30 2021 Parag Nemade - 0.31.1-61 - Resolves: CVE-2019-19004 : integer overflow in input-bmp.c - Resolves: CVE-2019-19005 : fix bitmap double free in main.c