diff --git a/pgzero.spec b/pgzero.spec index c264d02..8fe777b 100644 --- a/pgzero.spec +++ b/pgzero.spec @@ -1,6 +1,6 @@ Name: pgzero Version: 1.2 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A zero-boilerplate 2D games framework License: LGPLv3 and ASL 2.0 and CC-BY-SA and CC0 and MIT and OFL @@ -34,6 +34,8 @@ Pygame Zero script with a full game loop and a range of useful builtins. %autosetup -n %{name}-%{version} # Remove bundled egg-info rm -rf %{name}.egg-info +# Remove version limit for pygame dependency +sed -i "s/\(pygame.*\), <2.0.*/\1'/" setup.py %build %py3_build @@ -59,6 +61,9 @@ sed -i -e 's/valid note, /valid note. /' test/test_tone.py %{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info %changelog +* Mon Nov 23 2020 Lumír Balhar - 1.2-11 +- Make it installable with pygame>=2.0.0 + * Tue Jul 28 2020 Fedora Release Engineering - 1.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild