From 4c9d2a170254ab7df83b05cf67c97f8ac120f57d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 2 Mar 2022 23:06:12 +0100 Subject: [PATCH] Fix build with cmake 3.23.0rc2 --- python-uranium.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/python-uranium.spec b/python-uranium.spec index ff990ab..99b4182 100644 --- a/python-uranium.spec +++ b/python-uranium.spec @@ -1,6 +1,6 @@ Name: python-uranium Version: 4.13.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Python framework for building desktop applications License: LGPLv3+ URL: https://github.com/Ultimaker/Uranium @@ -25,9 +25,6 @@ BuildRequires: python3-twisted BuildArch: noarch -# Get Fedora 33++ behavior on anything older -%undefine __cmake_in_source_build - %description Uranium is a Python framework for building 3D printing related applications. @@ -60,7 +57,7 @@ related applications. %build # there is no arch specific content, so we set LIB_SUFFIX to nothing # see https://github.com/Ultimaker/Uranium/commit/862a246bdfd7e25541b04a35406957612c6f4bb7 -%cmake -DLIB_SUFFIX:STR= . +%cmake -DLIB_SUFFIX:STR= %cmake_build %cmake_build -- doc @@ -109,6 +106,10 @@ popd %changelog +* Wed Mar 02 2022 Miro Hrončok - 4.13.1-2 +- Fix build with cmake 3.23.0rc2 +- Related: rhbz#2059201, rhbz#2059188, rhbz#2057738 + * Tue Feb 01 2022 Gabriel Féron - 4.13.1-1 - Update to 4.13.1