From 74aea8bfe0fac52ee554dd62555836d150830320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 31 Aug 2023 15:14:17 +0200 Subject: [PATCH] Bump the release to make this build in all Fedoras --- pypy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pypy.spec b/pypy.spec index 50f0446..6a774f9 100644 --- a/pypy.spec +++ b/pypy.spec @@ -6,7 +6,7 @@ Name: pypy Version: %{basever}.12 %global pyversion 2.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python implementation with a Just-In-Time compiler # PyPy is MIT @@ -886,7 +886,7 @@ CheckPyPy %{name}-c-stackless %changelog -* Tue Aug 29 2023 Charalampos Stratakis - 7.3.12-2 +* Tue Aug 29 2023 Charalampos Stratakis - 7.3.12-3 - Security fix for CVE-2022-45061 - Fixes: rhbz#2144428