diff --git a/libsavitar.spec b/libsavitar.spec index 8bf453a..b224f42 100644 --- a/libsavitar.spec +++ b/libsavitar.spec @@ -1,6 +1,6 @@ Name: libsavitar Version: 4.13.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C++ implementation of 3mf loading with SIP Python bindings License: LGPLv3+ URL: https://github.com/Ultimaker/libSavitar @@ -64,7 +64,7 @@ sed -i 's/Python3_SITELIB/Python3_SITEARCH/' cmake/SIPMacros.cmake %build export CXXFLAGS="%{optflags} -Wl,--as-needed" -%cmake -DCMAKE_SKIP_RPATH:BOOL=ON . +%cmake -DCMAKE_SKIP_RPATH:BOOL=ON %cmake_build %install @@ -88,6 +88,10 @@ export CXXFLAGS="%{optflags} -Wl,--as-needed" %{python3_sitearch}/Savitar.so %changelog +* Mon Mar 28 2022 Miro Hrončok - 4.13.1-2 +- Fix build failure with cmake 3.23+ +- Fixes: rhbz#2069148 + * Tue Feb 01 2022 Gabriel Féron - 4.13.1-1 - Update to 4.13.1