From 4580c72f63f910a59383ae0aa3bfd4e5afd7c15c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:25:29 +0100 Subject: [PATCH] update to 1.9.6 [release 1.9.6-1mamba;Sun Aug 18 2019] --- python-pygame.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/python-pygame.spec b/python-pygame.spec index 171cb46..d63b488 100644 --- a/python-pygame.spec +++ b/python-pygame.spec @@ -1,13 +1,13 @@ Name: python-pygame -Version: 1.9.1 -Release: 4mamba +Version: 1.9.6 +Release: 1mamba Summary: A set of Python modules designed for writing games Group: Development/Libraries/Python Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://pygame.org/ -Source: http://pygame.org/ftp/pygame-%{version}release.tar.gz +Source: http://pygame.org/ftp/pygame-%{version}.tar.gz Patch0: python-pygame-1.9.1-remove-v4l.patch License: LGPL BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot @@ -43,8 +43,8 @@ Pygame is a set of Python modules designed for writing games. This package contains static libraries and header files need for development. %prep -%setup -q -n pygame-%{version}release -%patch0 -p1 +%setup -q -n pygame-%{version} +#%patch0 -p1 %build %{__python} setup.py build << _EOF @@ -70,7 +70,8 @@ ln -s %{_datadir}/fonts/truetype/FreeSansBold.ttf %{buildroot}%{python_sitearch} %defattr(-,root,root) %dir %{python_sitearch}/pygame/ %{python_sitearch}/pygame/* -%{python_sitearch}/pygame-%{version}release-py*.egg-info +%dir %{python_sitearch}/pygame-%{version}-py*.egg-info +%{python_sitearch}/pygame-%{version}-py*.egg-info/* #%doc WHATSNEW README.txt %files devel @@ -79,6 +80,9 @@ ln -s %{_datadir}/fonts/truetype/FreeSansBold.ttf %{buildroot}%{python_sitearch} %{_includedir}/python/pygame/*.h %changelog +* Sun Aug 18 2019 Silvan Calarco 1.9.6-1mamba +- update to 1.9.6 + * Thu May 23 2013 Silvan Calarco 1.9.1-4mamba - python 2.7 mass rebuild