From 3b27f20b8fff02f2b604d528b75e3518b52ab64b Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 15 Nov 2022 07:46:52 +0100 Subject: [PATCH] Fix incorrect requires --- mingw-gcc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-gcc.spec b/mingw-gcc.spec index 7a2e2a2..585a46c 100644 --- a/mingw-gcc.spec +++ b/mingw-gcc.spec @@ -25,7 +25,7 @@ Name: mingw-gcc Version: %{gcc_version} -Release: 3%{?dist} +Release: 4%{?dist} Summary: MinGW Windows cross-compiler (GCC) for C License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions @@ -252,7 +252,7 @@ Requires: ucrt64-cpp %if 0%{bootstrap} == 0 Requires: ucrt64-crt Requires: ucrt64-libgcc -Requires: mingw64-winpthreads-static +Requires: ucrt64-winpthreads-static %endif @@ -902,6 +902,9 @@ ln -sf %{ucrt64_bindir}/libssp-0.dll %{buildroot}%{ucrt64_libdir}/libssp.dll.a %changelog +* Tue Nov 15 2022 Sandro Mani - 12.2.1-4 +- Fix incorrect requires + * Fri Jul 22 2022 Sandro Mani - 12.1.1-3 - Update to 20220628 snapshot