From 1f626996c52edce4404f74fb17d8e454742d29a2 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 19 May 2026 14:47:07 +0300 Subject: [PATCH] Fix release --- SPECS/gimp.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/SPECS/gimp.spec b/SPECS/gimp.spec index d661c8b..2701cc5 100644 --- a/SPECS/gimp.spec +++ b/SPECS/gimp.spec @@ -66,8 +66,8 @@ Summary: GNU Image Manipulation Program Name: gimp Epoch: 2 Version: 3.0.4 -%global rel 5 -Release: %{rel}%{?dist} +%global rel 4 +Release: %{rel}%{?dist}.2 # https://bugzilla.redhat.com/show_bug.cgi?id=2318369 ExcludeArch: s390x @@ -666,7 +666,10 @@ done %endif %changelog -* Fri Mar 06 2026 Josef Ridky - 2:3.0.4-5 +* Tue May 19 2026 Eduard Abdullin - 2:3.0.4-4.2 +- Bump release + +* Fri Mar 06 2026 Josef Ridky - 2:3.0.4-4.1 - fix CVE-2026-0797 - fix CVE-2026-2044 - fix CVE-2026-2045