diff --git a/python-pygame.changes b/python-pygame.changes index 5d0f164..33f213a 100644 --- a/python-pygame.changes +++ b/python-pygame.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 12 19:46:06 UTC 2022 - Jaime Marquínez Ferrándiz + +- Add build dependency on libmpg123 because it is required for the tests + ------------------------------------------------------------------- Fri Feb 4 23:20:17 UTC 2022 - Dirk Müller diff --git a/python-pygame.spec b/python-pygame.spec index 1ae55f4..db9054f 100644 --- a/python-pygame.spec +++ b/python-pygame.spec @@ -50,6 +50,7 @@ BuildRequires: pkgconfig(SDL2_mixer) BuildRequires: pkgconfig(SDL2_ttf) BuildRequires: pkgconfig(freetype2) BuildRequires: pkgconfig(libjpeg) +BuildRequires: pkgconfig(libmpg123) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(x11)