From 93a3cbfda90d5e8dcf8757cf8bd1324fa6d94198 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Wed, 16 Mar 2022 19:14:55 +0100 Subject: [PATCH] Enabled s390x build. --- qcoro.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/qcoro.spec b/qcoro.spec index 60d6c4b..1a94720 100644 --- a/qcoro.spec +++ b/qcoro.spec @@ -1,8 +1,6 @@ %undefine __cmake_in_source_build %global use_qt5 1 -%ifnarch s390x %global use_qt6 1 -%endif %global appname QCoro %global qt5_build_dir release-qt5 @@ -18,7 +16,7 @@ application remains responsive.} Name: qcoro Version: 0.4.0 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Summary: C++ Coroutines for Qt @@ -162,6 +160,9 @@ popd %endif %changelog +* Wed Mar 16 2022 Vitaly Zaitsev - 0.4.0-4 +- Enabled s390x build. + * Fri Jan 21 2022 Fedora Release Engineering - 0.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild