From 16a049645d547f56ac5295c6ed701fd852bb908c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 20 Oct 2024 14:13:39 +0200 Subject: [PATCH] python-pygame-py3: provide/obsolete python-pygame [release 2.6.1-2mamba;Sun Oct 20 2024] --- python-pygame.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python-pygame.spec b/python-pygame.spec index 3b944c0..ac1827a 100644 --- a/python-pygame.spec +++ b/python-pygame.spec @@ -1,6 +1,6 @@ Name: python-pygame Version: 2.6.1 -Release: 1mamba +Release: 2mamba Summary: A set of Python modules designed for writing games Group: Development/Libraries/Python Vendor: openmamba @@ -15,7 +15,7 @@ BuildRequires: glibc-devel BuildRequires: libSDL2-devel BuildRequires: libX11-devel BuildRequires: libfreetype-devel -BuildRequires: libjpeg-devel +BuildRequires: libjpeg-turbo BuildRequires: libpng-devel BuildRequires: libportmidi-devel BuildRequires: libpython311-devel @@ -38,6 +38,10 @@ Pygame is a set of Python modules designed for writing games. This package contains static libraries and header files need for development. %if 0%{?with_pyver} +%define py_requires_append \ +Provides: python-pygame \ +Obsoletes: python-pygame < 2.6.1 + %pyver_package %endif @@ -68,6 +72,9 @@ ln -s %{_datadir}/fonts/truetype/FreeSansBold.ttf %{buildroot}%{python_sitearch} %defattr(-,root,root) %changelog +* Sun Oct 20 2024 Silvan Calarco 2.6.1-2mamba +- python-pygame-py3: provide/obsolete python-pygame + * Sun Sep 29 2024 Automatic Build System 2.6.1-1mamba - automatic version update by autodist