diff --git a/SPECS/expat.spec b/SPECS/expat.spec
index 25edcd6..da3ca9c 100644
--- a/SPECS/expat.spec
+++ b/SPECS/expat.spec
@@ -3,7 +3,7 @@
 Summary: An XML parser library
 Name: expat
 Version: %(echo %{unversion} | sed 's/_/./g')
-Release: 8%{?dist}.3
+Release: 10%{?dist}
 Source: https://github.com/libexpat/libexpat/archive/R_%{unversion}.tar.gz#/expat-%{version}.tar.gz
 URL: https://libexpat.github.io/
 License: MIT
@@ -99,15 +99,11 @@ make check
 %{_libdir}/lib*.a
 
 %changelog
-* Fri Sep 30 2022 Tomas Korbar <tkorbar@redhat.com> - 2.2.5-8.3
+* Fri Sep 30 2022 Tomas Korbar <tkorbar@redhat.com> - 2.2.5-10
 - Ensure raw tagnames are safe exiting internalEntityParser
 - Resolves: CVE-2022-40674
 
-* Tue May 03 2022 Tomas Korbar <tkorbar@redhat.com> - 2.2.5-8.2
-- Improve fix for CVE-2022-25313
-- Related: CVE-2022-25313
-
-* Mon May 02 2022 Tomas Korbar <tkorbar@redhat.com> - 2.2.5-8.1
+* Fri May 06 2022 Tomas Korbar <tkorbar@redhat.com> - 2.2.5-9
 - Fix multiple CVEs
 - Resolves: CVE-2022-25314
 - Resolves: CVE-2022-25313