diff --git a/libsavitar.spec b/libsavitar.spec index b224f42..80ced47 100644 --- a/libsavitar.spec +++ b/libsavitar.spec @@ -1,6 +1,6 @@ Name: libsavitar Version: 4.13.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: C++ implementation of 3mf loading with SIP Python bindings License: LGPLv3+ URL: https://github.com/Ultimaker/libSavitar @@ -88,6 +88,9 @@ export CXXFLAGS="%{optflags} -Wl,--as-needed" %{python3_sitearch}/Savitar.so %changelog +* Fri Jun 17 2022 Python Maint - 4.13.1-3 +- Rebuilt for Python 3.11 + * Mon Mar 28 2022 Miro HronĨok - 4.13.1-2 - Fix build failure with cmake 3.23+ - Fixes: rhbz#2069148